Resetting of Randomized tests
June 10, 2008 12:00 AM
I have created a Title that has a final test that requires 80% to complete the course24 questions and includes randomization (show 20 questions)the "Page" text field that appears by default to show the question number. The content appears like this, Page X of Y. While the randomization of the assessment takes the question in out of order the page numbering works well.The issue I have concerns when the user fails to achieve an 80% and needs to re-attempt the test. What should happen is the user clicks a button that returns the user to the test and also resets the test. The navigation and reset works but there are issues with the page numbers and the number of questions that are presented.Below is the code that the debugger shows. Please take note of the last line that shows that the VarPageInChapter is set to 18. This number appears to be random because sometimes it is 18, others it is 4, or even null.Does anyone know how to reset a randomized test and the PAGE number, or more specifically how to set the VarPageInChapter to be 1? This issues seems to happen even without the page numbering. Action [Try Again - Return to Assessment] fired!Action [Reset Test on Try Again - Return to Assessment] fired!saveVariable for VarQuestion_0020 to [~~~null~~~]saveVariable for VarQuestion_0023 to [~~~null~~~]saveVariable for VarQuestion_0024 to [~~~null~~~]saveVariable for VarQuestion_0054 to [~~~null~~~]saveVariable for VarQuestion_0055 to [~~~null~~~]saveVariable for VarQuestion_0056 to [~~~null~~~]saveVariable for VarQuestion_0057 to [~~~null~~~]saveVariable for VarQuestion_0059 to [~~~null~~~]saveVariable for VarQuestion_0060 to [~~~null~~~]saveVariable for VarQuestion_0061 to [~~~null~~~]saveVariable for VarQuestion_0062 to [~~~null~~~]saveVariable for VarQuestion_0063 to [~~~null~~~]saveVariable for VarQuestion_0064 to [~~~null~~~]saveVariable for VarQuestion_0065 to [~~~null~~~]saveVariable for VarQuestion_0066 to [~~~null~~~]saveVariable for VarQuestion_0067 to [~~~null~~~]saveVariable for VarQuestion_0068 to [~~~null~~~]saveVariable for VarQuestion_0069 to [~~~null~~~]saveVariable for VarQuestion_0070 to [~~~null~~~]saveVariable for VarQuestion_0071 to [~~~null~~~]saveVariable for VarQuestion_0072 to [~~~null~~~]saveVariable for VarQuestion_0073 to [~~~null~~~]saveVariable for VarQuestion_0074 to [~~~null~~~]saveVariable for VarQuestion_0075 to [~~~null~~~]saveVariable for Updated_Final_Assessment_Score to [0]saveVariable for VarPagesInChapter to [20]saveVariable for VarPageInChapter to [18>Thanks
Discussions have been disabled for this post