Custom quiz Advanced Actions not working


i creating custom quiz using advanced actions , jim's enhanced check box widget.

 

features of quiz:

  • three buttons: submit, try again, next. try again , next buttons hidden initially.
  • total score: variable name "totalscore"
  • count attempt of each question: variable "q1att" set 1
  • v_null set 0

 

three correct answers out of 5 options:

  • ans1 -- variable name "varans1"
  • ans2 -- variable name "varans2"
  • ans3 -- variable name "varans3"
  • ans4 -- variable name "varans4"
  • ans5 -- variable name "varans5"

   

advanced actions on submit button:

decision 1: correct

if

q1att 1 and

varans1 equal ans1 and

varans2 equal ans2 and

varans3 equal ans3 and

varans4 equal v_null and

varans5 equal v_null and

then

increment totalscore 10

show next button

 

this works fine.

 

decision 2: try again

if

q1att 2 and

varans1 not equal ans1 or

varans2 not equal ans2 or

varans3 not equal ans3 or

varans4 not equal v_null or

varans5 not equal v_null or

then

show try again button

 

this not working. try again button not show up.

 

please advise.

 

after these 2 decisions, have couple of other decisions checking getting answer right on 2nd attempt , failure, in order.

 

sreekanth

hi sreekanth,

 

when q1att incremented?

 

looking @ conditional action, see don't cover possible situations. if q1att = 1 , not of first condiditions results in correct?

the combination of and/or, 'not equal to' can cause problems.

 

cannot try repro, don't have details.

 

lilybiri



More discussions in Adobe Captivate


adobe

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP