Add feedback for wrong answers

Re: Add feedback for wrong answers

by Manuel Alejandro Gómez Nicasio -
Number of replies: 0

I think I didn't look carefully at the documentation, the answer is right there (https://docs.moodle.org/35/en/Short-Answer_question_type#Feedback_for_wrong_answers)

However, I believe that "Feedback for wrong answers" only works when the question does not use regular expressions.

For instance:

Use regular expressions [check]

Answer 1

  answer: I(\'m| am) a student.?

  Response: Well done!

  Score: 1


Answer 2

  answer: *

  Response: wrong, try again.

  Score: 0

does NOT work as intended.


Any comments on this one?


Regards.