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
Currently, we have a normal quiz rendering experience. This is from KContentRenderer, AssessmentWrapper, and in the workflow, is primarily found in two components, <ExamPage> and <ContentPage>.
We will want to include the new <PracticeQuizTimer>.
In <ContentPage>, we will want to add the <PracticeQuizRenderer> as another option for display.
In <ExamPage>, we will want to add the <PracticeQuizRenderer> as another option along with the current KContentRenderer
Note: the renderer will have to have very similar props signatures as KContentRenderer and AssessmentWrapper in order to slot it in easily to <ExamPage> and <ContentPage>
This issue also includes adding in mobile and tablet responsiveness.
sairina
changed the title
New component: independent practice quiz renderer (WIP)
New component: <PracticeQuizRenderer> - independent practice quiz renderer
Oct 26, 2021
sairina
changed the title
New component: <PracticeQuizRenderer> - independent practice quiz renderer
Learner view new component: <PracticeQuizRenderer> - independent practice quiz renderer
Oct 26, 2021
sairina
changed the title
Learner view new component: <PracticeQuizRenderer> - independent practice quiz renderer
Learner view new component: <PracticeQuizRenderer>Oct 26, 2021
Summary
Currently, we have a normal quiz rendering experience. This is from
KContentRenderer
,AssessmentWrapper
, and in the workflow, is primarily found in two components,<ExamPage>
and<ContentPage>
.<PracticeQuizTimer>
.<ContentPage>
, we will want to add the<PracticeQuizRenderer>
as another option for display.<ExamPage>
, we will want to add the<PracticeQuizRenderer>
as another option along with the currentKContentRenderer
KContentRenderer
andAssessmentWrapper
in order to slot it in easily to<ExamPage>
and<ContentPage>
Notes and changes to current designs:
commonCoreStrings
,commonCoachStrings
, orcommonLearnStrings
Criteria for success:
Please copy these into your PR for "Steps for Testing"!
This issue is done when the checkboxes below work
<ExamPage>
and<ContentPage>
The text was updated successfully, but these errors were encountered: