Moodle documentation: Error in documentation for "answernumbering" element in Moodle XML?

Re: Moodle documentation: Error in documentation for "answernumbering" element in Moodle XML?

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

It is because MySQL thinks 'abc' and 'ABC' are the same string, so the two strings need to differ by something more than case. Hence the option upper case letters for each choice is ABCD. The docs are correct. 

Average of ratings: Useful (1)