Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot select more than one answer in Quiz #47

Open
mnba opened this issue May 11, 2024 · 1 comment
Open

Cannot select more than one answer in Quiz #47

mnba opened this issue May 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mnba
Copy link

mnba commented May 11, 2024

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.

@malikpiara malikpiara added the enhancement New feature or request label May 11, 2024
@mnba
Copy link
Author

mnba commented May 11, 2024

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

logicola/contentOld.tsx

Lines 757 to 776 in 47cce3f

{
id: 3,
title: 'Meanings and Definitions',
header: 'What is wrong with this definition?',
questions: [
{
id: '3.1',
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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants