Finalize the Create Quiz root page #11013
Labels
APP: Coach
Re: Coach App (lessons, quizzes, groups, reports, etc.)
DEV: frontend
TAG: user strings
Application text that gets translated
Milestone
Overview
At this point, the following should be in place:
Exam#question_sources
JSONField #11002 & Setup initial quiz creation frontend data architecture and API #11012This means that we now can start wiring things up and building in the interactivity in the base of the app. We'll make use of and likely tweak and extend some of the work done previously and put some polish on this part of the feature.
Acceptance criteria
Questions list
Using the Accordion components created in in the PR that closed #11011, we will put it together with the necessary drag-and-drop and wire things up with the composition API module and data architecture created between the work closing #11002 and #11012
kolibri/core/assets/src/views/sortable
(importable viakolibri.coreVue.components...
) we will render out the list of questions for the selected section which can be dragged and sorted.questions
array for that quiz section should be persisted in the sort order as the user makes changes to the order using the drag and drop interfaceKCheckbox
for "Select all" works as indicated in the FigmaSections
Misc
Accessibility requirements
The text was updated successfully, but these errors were encountered: