Skip to content
Snippets Groups Projects
Commit 0fbddee1 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

quote on trailing ] or space, re #138

parent d7fafc10
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ class cloze_exercise extends Exercise
foreach ($this->task['answers'][$blank] as $answer) {
$answer_text = $answer['text'];
if (preg_match('/^$|^[":*~]|\||\]\]/', $answer_text)) {
if (preg_match('/^$|^[":*~ ]|\||\]\]|[] ]$/', $answer_text)) {
$answer_text = '"' . $answer_text . '"';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment