Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-11316 Slashes displayed in correct answers for short answer questions
  3. MDL-11317

Slashes displayed in incorrect responses for short answer questions

    XMLWordPrintable

Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.8.2
    • 1.8.3, 1.9
    • Questions
    • None
    •  Fedora, Apache, PHP 5.1.6, MySQL 5.0.37, latest Moodle 1.8.2+
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE, MOODLE_19_STABLE

    Description

      In item analysis, incorrect responses at short answer questions are displayed with slashes before quotes (see attachment).

      To get rid of this I did:

      — mod/quiz/report/analysis/report.php ORIGINAL
      +++ mod/quiz/report/analysis/report.php MODIFIED
      @@ -332,6 +332,7 @@
      } else

      { $qclass = 'partialcorrect'; }

      + $resp = s($resp, TRUE); // line added to get rid of slashes
      $response->credit = '<span class="'.$qclass.'">('.format_float($q['credits'][$aid],2).') </span>';
      $response->text = '<span class="'.$qclass.'">'.format_text("$resp", FORMAT_MOODLE, $format_options, $quiz->course).' </span>';
      $count = $q['rcounts'][$aid].'/'.$q['count'];

      Attachments

        Activity

          People

            timhunt Tim Hunt
            mixik Daniel Miksik
            Nobody Nobody
            Safat Shahin, 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