Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-5287

Quiz item analisys

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.3
    • 1.8.3
    • Quiz
    • None
    • All
    • MySQL
    • MOODLE_15_STABLE
    • MOODLE_18_STABLE

    Description

      generates hundreds of

      Notice: Undefined index: in C:\Inetpub\moodle_PD\moodle\mod\quiz\questiontypes\multichoice\questiontype.php on line 364

      Notice: Trying to get property of non-object in C:\Inetpub\moodle_PD\moodle\mod\quiz\questiontypes\multichoice\questiontype.php on line 364

      also in PHP.err file

      Object of class Format could not be converted to int in C:\Inetpub\moodle_PD\moodle\lib\excel\Worksheet.php on line 1593

      also had to modify category.php lines 340 and 364

      removed: if ($category->id != $this->defaultcategory) {

      replaced: if ($category->id != $this->defaultcategory->id) {

      Attachments

        Activity

          People

            timhunt Tim Hunt
            imported Imported
            Stephen Bourget Stephen Bourget
            Tim Hunt, Ilya Tregubov, Kevin Percy, Mathew May, Mihail Geshoski, Shamim Rezaie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              11/Oct/07