Extra Credit Questions?
Long story short: is there any way to increment a user's score on a quiz without incrementing the number of points possible?
Long story long:
I would like to create a branched adaptive quiz that is set up so that users are given a question worth 3 points. If they get the question right, they move on to the next 3-point question. If they get the question wrong, I would like to give them 3 1-point questions that give them the chance to "make up" the missing 3 points.
I have the branching working correctly. The logic is there. But I do not seem to be able to manipulate the total score and/or the total points possible manually.
In my sample, which is worth 5 points, here are a couple of scenarios.
Scenario 1:
Q1: User gets 3/3
Q2: User gets 2/2
Final Score: 5/5
Scenario 2:
Q1: User gets 0/3
Q1a: User gets 1/1 I would like this to be 1/0.
Q1b: User gets 1/1
Q1c: User gets 1/1
Q2: User gets 2/2
Final Score: 5/8. I would like this to show 5/5.
I also tried to fake this out with my LMS by having SCORM report just the points the user acquired and forcing the assessment to be worth only 5 points. My thought was that each scenario would return 5 points (the number the user scored) and that would solve the issue. However, in Scenario 1 5 points was reported, but in Scenario 2, 3.13 points were sent to the LMS. It still calculated the ratio of points awarded to points possible.
Thanks.
