Copy link to clipboard
Copied
I've created an assessment which includes interactions - mostly click boxes and one drag and drop. On one of my slides, there are two methods to complete the task.
If they select the first option, the project advances to the next slide. If they select the second option, the project jumps to a slide to complete the task.
Each option is worth 6 points. For an individual task with two options, I only want to recognize 6 points instead of 12 points. For example, Answer A is worth 6 points and Answer B is worth 6 points. When the test taker answers this question by answering A or B, they should receive 6 out of 6 but they are currently receiving 6 out of 12.
How can I change the scoring so the alternative method is not included in the maximum score?
Copy link to clipboard
Copied
Indeed all scores are added up to have the maximum score cpQuizInfoTotalQuizPoints.
To find a workaround, have to be sure of the exact workflow. Branch aware makes quizzing score dynamic, however that will work only if they visti only the workflow for A or for B, not when they visit both.. Can you give exact details, please? You probably will have to attach the score onlly once to an interactive object that will be clicked both for A and B.
Copy link to clipboard
Copied
You can create manual textbox and type 6. Remove the inbuilt label which says 12.
Copy link to clipboard
Copied
Thank you. I turned on Branch Aware and that solved the issue.
Copy link to clipboard
Copied
OK, that was my suggestion, but works only if you visit one branch, couldn't understand that from the original question.