Copy link to clipboard
Copied
Hello Everyone,
I hope you can help me with the setup of a Captivate project I am working on.
I am creating an activity to teach clients how to format a document (bold, center, uppercase, etc.). I create these buttons for them to click on. For example: I have three buttons - Bold, Italic, and Underline. When they click on the Bold button, they'd receive 1 point. All points earned are populated on the Quiz Results page at the end of the project. However, I do not seem to figure out to set up to deduct some point if they click on the wrong button (Italic or/and Underline). Any idea?
I'd also like those wrong clicks to be accumulated as well. For example, if they click on the Italic button and Underline button, two points should be deducted (given each click is worth 1 point). Any idea?
If I am not explaining myself well, please let me know.
Thanks!
Copy link to clipboard
Copied
If you have to transfer the score to a LMS you are limited to the Quizzing system variables which are read only, at least with advanced actions. Only the default quiz types offer the possibility for peaalty and partial scoring, not the interactive objects.
I suspect it is possible with JS, but am too much a newbie to help you with that.
Copy link to clipboard
Copied
Thanks for your reply!
Copy link to clipboard
Copied
Do you have to transfer the score to a LMS or just want to show it to the learner?
Look at this post, with a similar use case:
Copy link to clipboard
Copied
Would be both. Thank you for the resource. I will take a look at that.