Linden text version 2
{
LLEmbeddedItems version 1
{
count 0
}
Text length 1273
How to customize this object
Edmund Edgar, 2008-03-06

You should be able to change the appearance the object in whatever way you like without altering the way it works.  If you need to change the angle or position on which the avatar sit, you will need to change the line 

If you want to use different sounds, you can just replace the sounds in the object's inventory with different sounds called "Correct" and "Incorrect". 

If you want to change the script, it's easiest to configure the object with a notecard, rather than relying on the Sloodle Set. That avoids the need to keep rezzing objects and saving them back to the Set's inventory when you're developing.

If you reset the script, it will lose its server and course configurations. To give it these configurations, reset the sloodle_configure_notecard script.

In the script itself, one thing you might want to do is to change the way the object reponds to correct and wrong answers. 

When the student answers a question, the functions move_vertical(integer score) and play_sound(integer score) are called. You can add or remove these functions as you prefer. The score here is the score given to that option in the Moodle quiz setup. This is positive for a correct answer and negative for a wrong answer. 

}
 