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

Make the manual grading report work with random questions that pick manually graded questions

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.4, 1.7.1
    • 1.9.4
    • Quiz
    • None
    • All
    • MOODLE_16_STABLE, MOODLE_17_STABLE
    • MOODLE_19_STABLE

    Description

      Encountered a problem for grading Essay Questions.

      To reproduce the problem:
      0. Edit the essay question type so that the method is_usable_by_random returns true.
      1. Add a random question to a quiz and select category X for the random question.
      2. In category X only have Essay Question(s)
      3. Take the quiz as a student.
      4. Go to the Manual Grading Tab as a Teacher and you will find that there are no essay questions to grade.

      This is because of how the code checks for essay questions in the quiz. Go to line 256 in grading.php to see how it does this.

      The random question type causes a lot of problems for grading Essay Questions because if the random question is pulling from Essays and non-essays then not every student will answer the question.

      So, the method for how the grading code looks for essay questions in a quiz and the interface for grading essay questions need to be altered. I'm not entirely sure how random questions work so I am stuck on this problem at the present time.

      Another solution is to add ESSAY to the excludedtypes array in random question type.

      Attachments

        Issue Links

          Activity

            People

              timhunt Tim Hunt
              bushido Mark Nielsen
              Nobody Nobody
              Tim Hunt, Ilya Tregubov, Kevin Percy, Mathew May, Mihail Geshoski, Shamim Rezaie
              Votes:
              24 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                28/Jan/09