Issue Details (XML | Word | Printable)

Key: MDL-17263
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Pierre Pichet
Reporter: Ralf Hilgenstock
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle

Case sensitive answers in cloze questions

Created: 18/Nov/08 04:34 PM   Updated: 02/Dec/08 01:04 PM
Component/s: Quiz
Affects Version/s: 1.9.3
Fix Version/s: 1.9.4, 2.0

Issue Links:
Duplicate
 

Participants: Pierre Pichet, Ralf Hilgenstock and Tim Hunt
Security Level: None
QA Assignee: Tim Hunt


 Description  « Hide
Hello,

cloze questions should make a difference between upper and lower cases. Now this is ignored in shortanswer type clozes. Two years ago Martin Gertsch suggested a code change that worked in 1.6. (Discussed in German community http://moodle.org/mod/forum/discuss.php?d=35915)

It would be fine to add this in actual versions as standard.


if ($answerregs[9] == "CaseSensitive") {
                $wrapped->usecase = 1;
                }
                else
                {
                $wrapped->usecase = 0;
     }

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Ralf Hilgenstock added a comment - 18/Nov/08 04:38 PM
Forgot to mention that upper and lower cases are very relevant for correct writing in some languages like German.

Pierre Pichet added a comment - 29/Nov/08 06:47 PM
as the duplicate is resolved...

Tim Hunt added a comment - 02/Dec/08 01:04 PM
Closing because this is a duplicate.