malikpiara / logicola

LogiCola helps you learn logic. This is a web version of the original software built by the late Professor Harry Gensler.
https://logicola.org
MIT License
44 stars 1 forks source link

Cannot select more than one answer in Quiz #47

Open mnba opened 5 months ago

mnba commented 5 months ago

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.

mnba commented 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)