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
Here we will wrap up the work on #11013 by integrating the work in #11087
This will require that we create a way to bootstrap some selected questions into the data architecture for testing purposes, but once #11015 is completed, there will be a way in the UI to do this per the specifications.
Acceptance Criteria
Add a temporary button to "automatically add selected questions" which can just use mock data if needed (see quizCreationSpecs.js for the expected data structures - you may be able to use the objectSpec objectWithDefaults function to generate usable test data with the specs defined there as well
Implement the new Accordion component fully with the data architecture so that sorting the questions, selecting the questions' checkbox, etc keeps things up-to-date
Implement removal of questions
Implement buttons which will open question replacement side panel (noting that the list of the user's selected questions should be stored in the quizForge so no need to pass that along at all to the side panel component)
Accordion specific
As the actual proper data gets plugged into the accordion component(s), you should identify ways in which it might differ from the Figma by the nature of previously using placeholder data.
The text was updated successfully, but these errors were encountered:
Overview
Here we will wrap up the work on #11013 by integrating the work in #11087
This will require that we create a way to bootstrap some selected questions into the data architecture for testing purposes, but once #11015 is completed, there will be a way in the UI to do this per the specifications.
Acceptance Criteria
quizCreationSpecs.js
for the expected data structures - you may be able to use the objectSpecobjectWithDefaults
function to generate usable test data with the specs defined there as wellquizForge
so no need to pass that along at all to the side panel component)Accordion specific
As the actual proper data gets plugged into the accordion component(s), you should identify ways in which it might differ from the Figma by the nature of previously using placeholder data.
The text was updated successfully, but these errors were encountered: