ISN-Zurich / ISN-Learning-Cards

ISN Mobile Application to run Learning Cards for Courses on an Ilias LMS
6 stars 6 forks source link

Cloze Questions offer wrong spellings as correct answers. #232

Open ISN-Zurich opened 11 years ago

ISN-Zurich commented 11 years ago

A wrong spelling should be a partial correct answer and not be suggested as a correct answer.

Expected behavior:

if the input does not match any correct answer, the answer should be tested as follows:

  1. Lowercase both the provided and the correct answer.
  2. remove all duplicate letters from the correct answer and the provided answer.
  3. replace all accent characters (e.g. é, ç) with their non-accented counter part for the correct and the provided answer.

If the provided answer now matches any correct answer the feedback should be partially correct.