Open mnba opened 5 months ago
This issue may be not exactly enhancement
type issue, since there really exist questions which require multiple options in answer.
An example of multiple response question is this one: Lines 757-776
https://github.com/malikpiara/logicola/blob/47cce3f32a574f23ce3630ef0834b3f2999a1cc2/contentOld.tsx#L757-L776
Particularly correctId
holds these correct options:
correctId: [3, 5],
answer: 'This violates 4 and 6',
Now, How I can open exact quiz to test exactly it on this browser and on other browsers? Ordinary use of this web app makes it suggest random quizzes so I cannot navigate to exact quiz. This quiz is: 'Meanings and Definitions' section, id: '3.1' .
I tested yet only in browser Chrome on Android, version 106 (more exactly Chrome 106.0.5249.126 ) (Thanks for your efforts, BTW)
Few quiz questions require more than one selected answer, it impossible to select more than one at least using my mobile Chrome browser, but probably this is same with any device and any browser. 2) It will be good to warn the user in cases when he is allowed to select mire than one answer and when he can only choose 1 answer.