Active-Learning-and-Teaching / ALT

An open-source mobile application to facilitate active learning and teaching.
https://active-learning-and-teaching.github.io/
20 stars 7 forks source link

Exact Matching fixed, no uppecase matching #102

Closed harjeet-blue closed 1 year ago

harjeet-blue commented 1 year ago

This pull request is regarding the exact matching of text quizzes. Earlier, the evaluation was case-insensitive; all the answers were converted to uppercase. Now it has been made case-sensitive. All the answers will be exactly as they are written.

I have for you here the test run for reference. alt-exactmatching

These changes were made after feedback from Dr Pankaj Jalote.

harjeet-blue commented 1 year ago

No uppercase matching, only exact matching