*************************************************** * Flash question type for LMS Moodle. * * @author Pupinin Dmitry, Russia, Novosibirsk, 2009 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package questionbank * @subpackage questiontypes ***************************************************/ Installation: 1. Extract this file in question directory of your Moodle installation. 2. Go to the admin page to initiate installation process. 3. Add in /lang/en_utf8/quiz.php (or in your localized file) next line: $string['flash'] = 'Flash question'; Using (creating example question): 1. Upload in course CutOfCube.swf file from example/eng directory 2. Create new question in course choosing "Flash question" type. 3. Choose CutOfCube.swf file as flash movie for this question. 4. Save the question. 5. Try to create a cut of cube via points A, B and C. Customizing: 1. Create or adapt your own flash movie using this interface. 2. Use it for create new VERY INTERACTIVE question. Good luck!