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
Fixing this depends on #11511 being merged so that we can add real content to a quiz section. The changes here only rely on having a quiz section with real exercises as questions so should present low risk of conflict and at worst light friction with changes to the underlying data architecture or other parts of the system
Acceptance criteria
Given that a section has had questions added to it, the user should be able to expand the accordion item for the question and see a preview of the question rendered and visible similarly to how it was in the previous version of quiz creation.
Use the data architecture as-is so long as the coach/assets/src/composables/quizCreationSpecs.js object specs reflect the structures that you're getting and using to develop the interface.
Hi @nikkuAg, thanks for volunteering! I don't think this is open for contribution and also it seems to be blocked by some other work that's still in progress.
We currently have other contributing opportunities in three repositories. You can see the contributing guidelines including links to issues suitable for contribution for each repository here:
Overview
Fixing this depends on #11511 being merged so that we can add real content to a quiz section. The changes here only rely on having a quiz section with real exercises as questions so should present low risk of conflict and at worst light friction with changes to the underlying data architecture or other parts of the system
Acceptance criteria
Given that a section has had questions added to it, the user should be able to expand the accordion item for the question and see a preview of the question rendered and visible similarly to how it was in the previous version of quiz creation.
Use the data architecture as-is so long as the
coach/assets/src/composables/quizCreationSpecs.js
object specs reflect the structures that you're getting and using to develop the interface.NOTE: Do not worry about any of the editing workflow present in the Figma, that is out of scope
The text was updated successfully, but these errors were encountered: