User Chooses Questions
July 24, 2009 12:00 AM
You can see the name of the score variable associated with each test and test section by looking in Tools menu > Variable Manager > Reserved tab. The variable name is the name you gave to the test followed by the name of the Section followed by _Score. (See the variable manager).
You will need to have actions on buttons at the end of each section to take you to the scoring page so that the other test sections are not run.
After you have run an action to Submit/Score the test, you will need to have actions that combine the the two test sections and set the AICC_Score variable to the average of the score of the two tests. You will need actions something like these on your final page. These are all On Show actions.
Modify Variable; Target: AICC_Score; Value: Var(Test1_Section1_Score); Type: Set
Modify Variable; Target: AICC_Score; Value: Var(Test2_Section1_Score); Type: Add
Modify Variable; Target: AICC_Score; Value: Var(Test3_Section1_Score); Type: Add
Modify Variable; Target: AICC_Score; Value: Var(Test4_Section1_Score); Type: Add
etc. up to 10.
Since only 2 tests, the first and one other will have values, the value of _temp at the end will be the sum of the two tests.
Modify Variable; Target: AICC_Score; Value: 2; Type: Divide (to get the average of the two scores.)
If you need more help, either post here or call me at 678-571-4179 in Atlanta, GA after 10:00 in the morning weekdays.
Discussions have been disabled for this post