I don't have your email address to share the documents on acrobat.com
Susan Wright (Equilady)
Remember, the mighty oak was just a nut that held its ground.
http://www.equilady.com
Hello,
Still a bit confused when looking at the project you send me. Detected those issues:
- Buttons to choose between ILT and CBT need a pausing point, I set it immediately after the audio (8.5secs); if you do not put a pausing the slide will continue to the next one if the user clicks not quickly enough and the exit action will then always be performed, which you do not want for Student mode
- Those buttons didn't have the actions Bt_Student nor Bt_Instructor attached to them as Success actions;
- You turn on CC on each slide? Why? Has it to be turned on only if it is a CBT? In that case the cpCmndCC assign action that is now in the advanced action ccOn (for one statement you could have used a simple action) has to be added to the action Bt_Student. You do not have to repeat that on each slide, once the variable is set it will keep the value 1.
- If CC has only to be turned on for students, the first short slide is unnecessary, turning on CC is in the advanced action attached to Bt_Student in that case.
- Click boxes: I understand that you created this file for me, think the click boxes on slides 3-5 are meant to pause the slide for ILT? And in this example you do not have any click box or other interactive object for the CBT, right? If this is correct:
- turn off the visibility of the click boxes, since they are not to be used in the default CBT-mode
- change your Enter-actions to 'show' the click box when v_choice=2 so that they'll be available to the instructor in ILT-mode
- Advanced actions Enter_Roy and Enter_ArtMuseum were not attached to the On Enter event for those slides.
- For the action Bt_Student, replace the second statement 'Continue' (which lets the playhead navigate to the end of the slide and execute the On Exit action that will mute the audio) by 'Goto Next Slide' (the playhead will then jump from the pausing point of that button at 8.5secs immediately to the first frame of the Next slide, thus skipping the action On Exit of this slide that will mute the audio).
Will correct your file and send you the link by private message. Had finished the corrections, but in CP5.5 so I'll have to repeat in CP5. Should have checked first, my bad.
Beware: in your 'real' files, you'll perhaps need to hide interactive objects with the On Enter actions for Instructor mode, if there are interactive objects (buttons, click boxes, Text Entry Boxes) available in CBT-mode. Since there were no such objects in this example, you'll not find those statements in the corrected file.
Lilybiri
BTW changed the click box actions to 'Go to Next Slide' instead of Continue as well.