Skip to main content
Known Participant
January 10, 2014
Answered

Advanced Action on test result page CP7

  • January 10, 2014
  • 1 reply
  • 527 views

Hi there,

I hope you can help me with my issue.

On a test result page I have to show an object (smart shape), when the user achieves 10 points in the test. I have tried few options ( as "if cpQuizIfoPointsscored is 10") but it didn't work. What do I do wrong? Many thanks in advance. 🙂

This topic has been closed for replies.
Correct answer Lilybiri

You'll need an advanced action, triggered by the On Enter event of the score slide. And yes, you can use that system variable, will be a conditional action.

IF cpQuizInfoPointsscored is equal to 10

     Show shape

ELSE

     Continue

The shape has to be set to invisible in its Properties panel before starting. Couple of questions however: what is the maximum score? Is 10 the maximum?

Lilybiri

PS That shape will remain visible until you hide it again.

http://blog.lilybiri.com/question-question-slides-in-captivate   could maybe clarify some things

http://blog.lilybiri.com/question-question-slides-part-2

1 reply

Lilybiri
LilybiriCorrect answer
Legend
January 10, 2014

You'll need an advanced action, triggered by the On Enter event of the score slide. And yes, you can use that system variable, will be a conditional action.

IF cpQuizInfoPointsscored is equal to 10

     Show shape

ELSE

     Continue

The shape has to be set to invisible in its Properties panel before starting. Couple of questions however: what is the maximum score? Is 10 the maximum?

Lilybiri

PS That shape will remain visible until you hide it again.

http://blog.lilybiri.com/question-question-slides-in-captivate   could maybe clarify some things

http://blog.lilybiri.com/question-question-slides-part-2

WG007Author
Known Participant
January 10, 2014

Many thanks! Now it works. :-) My fault was not to set any "else" condition. Too bad. ;-)

The maximum score is 12.

If a user achieves 10 or 11, she/he may do a short version of the test instead of going through all the test containing 12 questions again.

Many many thanks! Have a great week-end

Lilybiri
Legend
January 10, 2014

Would it then not be better to choose the operator 'greater or equal to'?