Hello,
Let say I need the first 5 questions to be not randomized, and the 5 others to be randomized.
I need to display the number of each question (1, 2, 3, 4, 5, 6...).
But I also need at the end to display the assessment result.
How can I achieve that?
I'm thinking about 2 solutions:
1. rewrite theĀ _banksĀ feature of the assessment to allow selecting banks with a boolean to set the randomization in it.
2. create 2 assessments and rewrite the assessment result to combine the score of the 2 assessments
As for the display of the number of the question, I don't know where should I add the feature.
Thanks.