---------------------- IMS QTI Importer 1.3 ---------------------- All programmers stand on the shoulder's of giants... Developed by: Greg Mushial (gmushial@gmdr.com) May2007 based on work by Elijah Atkinson based on pre-existing Blackboard importer, etc. Supported version(s) of moodle: 1.6 Supported version(s) of Respondus: 3.5 ?? Written with "Delphi for PHP" ----------------------- Version information: ----------------------- v 1.3 * fixed problem of image file collisions by uploading images into separate folders per question bank/import. * fixed x^4 performance problem where question content was being uploaded into the DB x^4 times (where x is the number of question + answers in a question bank, ie, why users of v1.2 had to break question banks into small groups. * fixed ----------------------- Known Issues: ----------------------- From Elijah: Below are some issues in the script that still need some work. Im putting them here so that you know that I know that they're there. If you think of a solution for any of these problems, please email me. From Greg: we'll fix and extend the importer until we have a) all the bugs fixed and b) the request list empty. * No support of .avi video files currently. * No support of Matching questions with more choices than sub-questions. --------------------------- Installation/Uninstalation: --------------------------- To Install (moodle 1.6): * Make a folder in your question/format directory called "imsqti". * Copy the files: (from the gmdr website) * format.php * Copy the files (from Elijah's package) * qformatDefaultWrapper.php * qformatImsqtiWrapper.php * quizDefaultFormatWrapper.php * quizFormatImsqtiWrapper.php into the question/format/imsqti directory. * Add the line: $string['imsqti'] = 'IMS QTI format'; to "your moodle install path"/lang/"your default language folder"/quiz.php. BACKUP YOUR QUIZ.PHP FILE FIRST!!!! To Uninstall (moodle 1.6): * Remove the question/format/imsqti directory and all files it may contain * Replace the quiz.php file in "your moodle install path"/lang/"your default language folder" with your backup of the quiz.php file.