[Thread Prev] [Thread Next]
On 5 Jun 2003 at 9:04, Donna Burns wrote:
> how do I program to add points for quiz game in logos?
> Thanks,
> Donna
>
What about this? (project attached)
to start_test
setscore 0
question [2+2]
if answer = 4 [setscore 1 + score]
question [2+1]
if answer = 3 [setscore 1 + score]
question [2+4]
if answer = 6 [setscore 1 + score]
question [1+1]
if answer = 2 [setscore 1 + score]
end
Daniel
OpenWorld Learning
PS. It is Logo, not Logos.
Attachment:
test.mw2
Description: Binary data
Previous by thread:
Quiz Project
Next by thread:
Quiz Project
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|