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.
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.