You are here

README.txt in Quiz 6.5

This directory is a completely unmodified copy of the "question"
directory from Moodle, downloaded from:

   http://cvs.moodle.org/moodle/?pathrev=MOODLE_19_WEEKLY


Added to Drupal Quiz on 4 June 2009

Patches:

One edit in format/qti2/format.php:
      
        // HACK FIXME EDIT  a rare edit to the Moodle code
        // why load from category when we already have the questions?
        // $questions = get_questions_category( $this->category );
        $questions= $this->questions;

        zip_files( array($path), "$path.zip" );
        // FIXME TODO EDIT rare edit to Moodle format code
        // how else am I supposed to know what the filename of the zip is?
        $this->filename = basename($path);

File

includes/moodle/question/README.txt
View source
  1. This directory is a completely unmodified copy of the "question"
  2. directory from Moodle, downloaded from:
  3. http://cvs.moodle.org/moodle/?pathrev=MOODLE_19_WEEKLY
  4. Added to Drupal Quiz on 4 June 2009
  5. Patches:
  6. One edit in format/qti2/format.php:
  7. // HACK FIXME EDIT a rare edit to the Moodle code
  8. // why load from category when we already have the questions?
  9. // $questions = get_questions_category( $this->category );
  10. $questions= $this->questions;
  11. zip_files( array($path), "$path.zip" );
  12. // FIXME TODO EDIT rare edit to Moodle format code
  13. // how else am I supposed to know what the filename of the zip is?
  14. $this->filename = basename($path);