Advanced Action Hints
i have 5 items user must identify on 1 stage. i'd display hint if user fails identify five. can done, if so, how?
hello , welcome forum,
have answered kind of questions multiple times in these forums. have @ these blog posts, maybe help:
http://blog.lilybiri.com/template-for-reusing-script
you didn't specify version using. or how user identifies items: clicking on click box? if yes, want allow them click more once on each click box?
if disable click box when have clicked first time, pretty easy: need user variable, v_counter, increment on each click. @ same time have disable click box, , check if counter reaches @ least 5. means each advanced action triggered click boxes conditional action 2 decisions:
first decision mimicked standard action increments v_counter, disables click box
second decision check value of v_counter, if equal 5 you'll show hidden text container (the hint)
if want offer possibility click more once on each item, you'll need 5 user variables, 1 each click box default value of 0. when click box clicked variable set 1. again you'll have conditional advanced action each click box:
first decision mimicked standard action changes associated user variable 1
second decision check if all user variables equal 1 , show hidden hint
lilybiri
More discussions in Adobe Captivate
adobe
Comments
Post a Comment