Hi Joseph
I wonder if you could show me how to write a simple regular expression in Regular Expression Quiz for the following example:
Question: The factors of 15 are ...
Answer : To consider all possibilities:
Student may enter: 1, 3, 5, 15
or 1,3,5,15
or 1, 3, 5 and 15
If I enter in the 1st correct answer as 1, 3, 5, 15 (100%)
and the 2nd correct as .*1.*3.*5.*15.* (100%)
would this detect the the student input when he enter 1,3,5,15?
The quiz can work when I replace all numbers with words or key words in a question. The quiz can calculate quite an accurate score when students enter the appropriate english words, but not for the case of numbers. I wonder why?
Can you show me some hints?
Thanks in advance
Cheers
James