Change Cloze to textarea
-
I’d like the cloze option to be a mutiple line textarea instead of an input. I’ve changed fetchCloze function from:
$a = '<span class="wpProQuiz_cloze"><input data-wordlen="' . max($len) . '" type="text" value=""> ';'
to
$a = '<span class="wpProQuiz_cloze"><textarea data-wordlen="' . max($len) . '" type="text" value=""></textarea> ';
But now I get the error message “You must answer this question.” when I test the survey.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change Cloze to textarea’ is closed to new replies.