HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... How to show specified message depending on test results?
How to show specified message depending on test results?
  View type:
Hi! For example: if mark is lower 75%, then message#1;
if mark is higher than 75% but lower than 85%, then message#2...

How to do it? Maybe there is some example module?

thanks
 
I did it like this:
On the first frame after the test I made an action 'before display'.
IF SCORE(Objective='total',Source='',Condition='>=',Score=10)
>GOTO(Frame='FRAME_10',Option='Next Slide')
> ELSE
>>DISPLAY(Object='OBJ_21',Display="Show',Effect='Object',Duration='0')

where '>'is a blank space

OBJ_21 is an object on the same slide as the script. The object is invisible at first so the student won't see a flash of it before going to the net slide.

In 'module - runtime settings - objectives' I have 'total' with max 100 min 0.
Subject:
Message options
No additional options