Copy link to clipboard
Copied
I'm creating an assessment which has a software simulation element. I want users to have to click a point on screen and press a submit button to move to the next step, and I'm fairly sure I can do that easily enough. (Right now, they just click a click box in the correct location and it progresses to the next step/question).
However, if I'm going to implement submit buttons, users are naturally going to want to be able to SEE their selection before they confirm it with the submit button.
Is there any way to make Captivate display the user's mouse clicks? I don't care if it's a box, a coloured circle, anything - just something that appears on screen to indicate 'you have clicked here'. I can't find any functionality for it, and can't think of an easy way to implement it.
Any suggestions?
Hi,
Can you confirm your version of Captivate and Operating System, just in case?
If you insert a 'Knowledge Check slide' and select the Hot Spot option (see below). Then you can add a screenshot of the system and place the hot spot on the correct answer.
The feedback fields (Correct/Incorrect) are ready for you to fill.
Otherwise, you insert a "Software Simulation" and select the Assessment option in the drop down. (see below)
Copy link to clipboard
Copied
Hi,
Can you confirm your version of Captivate and Operating System, just in case?
If you insert a 'Knowledge Check slide' and select the Hot Spot option (see below). Then you can add a screenshot of the system and place the hot spot on the correct answer.
The feedback fields (Correct/Incorrect) are ready for you to fill.
Otherwise, you insert a "Software Simulation" and select the Assessment option in the drop down. (see below)
Copy link to clipboard
Copied
Depends a bit on...
If the latter on both points above, you might put SmartShapes used as buttons over the target areas, give them an invisible default state, and a second visible state and delete Rollover- and Downstate, and then have the learner's click on those Shapes change the state from invisible to visible.
If pixel precision and/ or whole slide as target area is required, things get much more tricky. To my knowledge, there's no Out-of-the-Box UI functionality that does that in Captivate, so you'd have to employ some custom scripting here, I guess.
Copy link to clipboard
Copied
I am bit lazy, so always look for the most simple solution.
Do not use a click box, but a shape button. Give it two states:
The visited state shows up wne the click has happened. You don't have to worry about it. Problem is that, notwithstanding several feature requests posted, the Visited state is not part of the object style. You will have to use copy/paste to keep the Visited state.
Copy link to clipboard
Copied
Thank you! A quiz hotspot slide was actually exactly what I needed - so simple!