Skip to main content
Known Participant
August 4, 2010
Question

Advanced actions for "select all that apply"

  • August 4, 2010
  • 1 reply
  • 470 views

I have 3 click boxes on a slide and I'd like to evaluate whether the learner has clicked the correct two boxes of the 3.

If correct, navigate to the "correct" slide, if incorrect navigate to the "incorrect" slide.

I succeed with only two boxes on the slide, but once I add the third box (second correct choice) it fails.

I'm using an incremented variable upon click on a correct box and then a submit button with an advanced action that checks the whether the variable is incremented to greater than 1 (correct).

Hope this makes sense.

CP4

Thanks,
Rick

This topic has been closed for replies.

1 reply

HunchboxAuthor
Known Participant
August 4, 2010

I have posted an example and a link to the CP file if anyone has the time to help me out.

http://www.invendev.com/test/select_all/select_all_test.htm

Thanks,

Rick

HunchboxAuthor
Known Participant
August 5, 2010

ok. I'm getting closer on this.  I've got the logic functioning with some reworking of the advanced actions.

I have four click boxes on the slide.

Three are part of the activity, the fourth is a "Submit" button

My current issue is to allow up to three click boxes to be clicked but not have the slide advance until the "Submit" (4th) click box is clicked.

How do I ensure the slide stays paused during the click box activity, while providing a "Submit" button that can be clicked at any time to move to the next slide?

I realize these are timing and configuration issues. Any hints would be greatly appreciated.

http://www.invendev.com/test/select_all/select_all_test.htm

Edit: One method that works is to give the slide a very long timeline, thus ensuring the learner has time to click on all needed boxes before submitting.