diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue index c926142e613..086be9b8eb3 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue @@ -1,7 +1,9 @@ @@ -14,8 +222,195 @@ + + + diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionSidePanel.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionSidePanel.vue index a4bfe3110d3..4874ea6f5dd 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionSidePanel.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionSidePanel.vue @@ -4,11 +4,11 @@ v-if="$route.params.section_id" ref="resourcePanel" alignment="right" + sidePanelWidth="700px" :closeButtonIconType="closeIcon" @closePanel="$router.replace(closePanelRoute)" @shouldFocusFirstEl="findFirstEl()" > -

{{ quizForge.activeSection.value.section_id }}

diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue index c6eeaea5e8a..79bbd490f96 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue @@ -8,6 +8,13 @@ :pageTitle="$tr('createNewExamLabel')" :route="backRoute" > + + {{ selectionIsInvalidText }} +