Copy link to clipboard
Copied
Hi,
My goal is to have a click box with 3 attempts before a failure caption is displayed and a failure for this clickbox is registered. Attempts one & two will display hint captions.
However, after the third attempt it is required the failure feedback to be a callout enforcing the learner to click the correct area (clickbox).
Hope this request makes sense. Please let me know if more information is needed.
Thanks.
Copy link to clipboard
Copied
You can increase the number of failure captions, and edit each of them.
They are linked to attempts.
Copy link to clipboard
Copied
That might answer my question, but Im not sure what it means.
Copy link to clipboard
Copied
Sorry, will probably not be that easy, confusing with quiz alides. You only
have a Retry and a Failure message for click boxes. Do you need two
different retry messages?
Copy link to clipboard
Copied
How do I always find the difficult goals?
Its actually not on a quiz slide. The click box is on a regular content slide, but the click box is set for Reporting/ Include in quiz.
Copy link to clipboard
Copied
I have another idea.
On last attempt I can have the slide jump to slide where I display failure caption pointing at the click box and that click box brings us to the next slide.
PLease comment if you think this will not work.
Thanks!
Copy link to clipboard
Copied
No need for that. If you are fine with the Retry message being the same for first two attempts when failing, you could have this approach for the Failure caption:
However this will not enable another attempt, since you limited to 3.
Probably you'll need an advanced standard action and an extra Click box with one attempt to replace the first one. In that case:
3. You should hide the second Click box with the On Enter action of the slide, which gives this standard action:
Hide Gr_Last
Hide CB_Two
And the action for the Last Attempt:
4. Hide BT_One
Show CB_Two
Show Gr_Last