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
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
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
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"
The text was updated successfully, but these errors were encountered:
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
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
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
Tasks
The text was updated successfully, but these errors were encountered: