Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-3237

apostrophe shows escape \ when essay re-submitted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.9.14
    • 1.9.14
    • Module: Questionnaire
    • None
    • Hide

      add stripslashes to questiontypes.class.php line 942

      if (isset($data->{'q'.$this->id})) {
                  $value = stripslashes($data->{'q'.$this->id});
              } else {
                  $value = '';
              }

      Show
      add stripslashes to questiontypes.class.php line 942 if (isset($data->{'q'.$this->id})) { $value = stripslashes($data->{'q'.$this->id}); } else { $value = ''; }
    • MOODLE_19_STABLE
    • MOODLE_19_STABLE

      If a questionnaire is submitted when a required question has remained unanswered, any apostrophes in the text of an Essay question are displayed preceded by the escape character ().
      See http://moodle.org/mod/forum/discuss.php?d=189731

            rezeau Joseph Rézeau
            rezeau Joseph Rézeau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.