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

problem with multichoice\questiontype.php - recent commit to 1.8

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.2
    • 1.8.3
    • Questions
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE

    Description

      the answers in each question have the prefix(qnumchar) displayed twice.
      eg:
      what is your favourite colour
      a. a. yellow
      b. b. Green

      etc.

      line 326:
      format_text("$qnumchar. $answer->answer", FORMAT_MOODLE, $formatoptions, $cmoptions->course);

      should probably be:
      format_text("$answer->answer", FORMAT_MOODLE, $formatoptions, $cmoptions->course);

      Dan

      Attachments

        Issue Links

          Activity

            People

              timhunt Tim Hunt
              danmarsden Dan Marsden
              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