-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
2.5.9, 2.6.8, 2.7.5, 2.8.3, 3.3, 4.0
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_33_STABLE, MOODLE_400_STABLE
-
MDL-49089_master
-
In multiple choice question with Hebrew Language (I guess every RTL language too) when choosing the A,B,C choice which is in Hebrew " א,ב,ג" choice (answernumberingABCD string)
It suppose to display it within the answers but instead it shows the A,B,C see images, this was just checked in Moodle 2.8.3 and in previous versions too.
Hope someone can confirm it and fix it, thanks a lot.
Hope it's not duplicate couldn't find something about it.
Nadav Kavalechik suggested this solution:
moodle/question/type/multichoice/renderer.php
case 'ABCD':
$letters = explode(',', get_string('alphabet', 'langconfig'));
$number = $letters[$num];//chr(ord('A') + $num);
break;
- has been marked as being related by
-
MDL-25877 Multi choice numberring with thai alphabet format.
- Open
-
MDLQA-17582 CLONE - RTL site smoke test
- Passed