HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... IF SCORE?
IF SCORE?
  View type:
I am using results by objective and it is correctly displaying the score. I set the following slide to branch according to the "total" score.
if score "total"
>= to x
goto slide x
if score "total"
< than x
goto slide xx

This doesn't work. What am I missing?
 
Did you take into account the spaces needed for the levels of an if-then?
If not, have a look at Nick's site, he has several examples.
Or on some other threads [:)]
 
 
Sorry, but where is Nick's site?[:confused:]
 
 
 
http://www.friendsofcourselab.info/

I must do more work on this, I'm planning on a wiki to let signed in users ammend and extend the manual.
Need some more samplea and examples too.
I also need a lot more time, too much work and paying things are getting in the way!!
 
 
 
 
Read this _ as a space.. (I'd use a real one but it will just disappear)
If you use
>= to x
goto slide x
if score "total"
< than x
goto slide xx
it will fail :(
What you need is
>= to x
_goto slide x
if score "total"
< than x
_goto slide xx
For some reason this wil work :)
 
 
 
 
 
Do I use this under "Actions", IF?
 
 
 
 
 
Do I use this under "Actions", IF?
 
 
 
 
 
Do I use this under "Actions", IF?
Subject:
Message options
No additional options