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

Quiz Creation Select Resources- Implement disabled topic checkbox messaging #11790

Closed
1 of 3 tasks
Tracked by #11741
AllanOXDi opened this issue Jan 25, 2024 · 0 comments · Fixed by #11864
Closed
1 of 3 tasks
Tracked by #11741

Quiz Creation Select Resources- Implement disabled topic checkbox messaging #11790

AllanOXDi opened this issue Jan 25, 2024 · 0 comments · Fixed by #11864
Assignees

Comments

@AllanOXDi
Copy link
Member

AllanOXDi commented Jan 25, 2024

overview

There is a need to refine the folder selection in Resource Selection with improved messaging around when a use can select a whole folder and why they cannot do so when the checkbox is disabled.

Guidance

  1. Users should not be able to select folder's topic tree, If the folder tree looks like this even if all of the folder's children are exercises.
├── Math
│   ├── Numbers
│   │   ├── Counting to 5
│   ├── Addition
│   │   ├── Make 10
│   ├── Multiplication
│   │   ├── 10s Times Tables
  1. User can only select the topic if the topic tree looks like this and or all of the topic's children are exercises
  ├── Multiplication
  │   ├── 10s Times Tables

Tasks

  • Implement logic to allow topic selection only when all children are available (hasMore computed prop is false) and are exercises.
  • If a folder is not able to be selected, do not display the checkbox for it and include in its card a warning icon message "Folder exceeds 12 exercises"
  • If there are any folders which will not have the checkbox due to the logic outlined above, present a message above the listed cards: "Select only folders with 12 or fewer exercises and no subfolders to avoid oversized quizzes. Proceed to choose a smaller folder"

image

@AllanOXDi AllanOXDi changed the title (Resource Selection) Users should be able to select topics but only if:1) We have all of that topics children (ie, we don't hasMore and 2) All of the topic's children are exercises. We should implement a tooltip on topics explaining like: Tooltip: "This folder is too big, please navigate inside it to choose specific exercises" Quiz Creation Select Resources- Implement Tooltip in Resource Selection. Jan 25, 2024
@AllanOXDi AllanOXDi changed the title Quiz Creation Select Resources- Implement Tooltip in Resource Selection. Quiz Creation Select Resources- Implement Tooltip/ Infotip in Resource Selection. Jan 25, 2024
@nucleogenesis nucleogenesis changed the title Quiz Creation Select Resources- Implement Tooltip/ Infotip in Resource Selection. Quiz Creation Select Resources- Implement disabled topic checkbox messaging Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants