You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
prompt: 'Science is that cold and empty worship of experiments.',
options: [
{id: 0,label: 'Too broad'},
{id: 1,label: 'Too narrow'},
{id: 2,label: 'Circular'},
{id: 3,label: 'Uses poorly understood terms'},
{id: 4,label: 'Poor match in vagueness'},
{id: 5,label: 'Poor match in emotional tone'},
{id: 6,label: 'Has non-essential properties'},
],
correctId: [3,5],
answer: 'This violates 4 and 6',
},
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.
The text was updated successfully, but these errors were encountered: