diff --git a/ref-test/app/editor/templates/editor/components/navbar.html b/ref-test/app/editor/templates/editor/components/navbar.html index a6bdc7a..48686d4 100644 --- a/ref-test/app/editor/templates/editor/components/navbar.html +++ b/ref-test/app/editor/templates/editor/components/navbar.html @@ -79,6 +79,9 @@
+ Use this console to edit the questions in this dataset. For more information on using the editor console, click on the the blue information button. +
++ This console will allow you to edit the question data for the RefTest App. + All of the questions will be visually displayed as blocks on the screen that you can minimise, expand, and rearrange. +
++ Blocks can be of two types: Blocks of multiple related questions, and Single Questions that are not part of a block. + You can add, remove, or edit both Blockss and Questions through this editor. +
++ Blocks are useful when you have a section of the test that contains multiple questions that are related to each other, for example if there is a scenario-based section where a series of questions are about the same situation. +
++ Blocks can contain any number of questions within them, but cannot contain nested blocks. +
++ When you set up a block, you can also add header text that will be displayed with each question. + You can use this to provide common information for a scenario across a series of questions. +
++ Questions come in three types: +
+ Normally, multiple choice questions will have the order of the options randomised. +
++ Questions will be displayed to candidates in a randomised order. + Blocks of questions will be kept together, but the order within the block will also be randomised. +
+Do not use language that will assume the flow of questions, such as saying ‘the previous question’, or ‘the next question’, etc. because of randomisation.
++ Each option will be referenced by an index number. + Make sure to select which index number represents the correct option. +
++ You will also be able to define tags for each question. + Separate multiple tags in new lines. + Make sure to keep the spelling, capitalisation, and punctuation for tags consistent. +
++ Placeholder for Questions Remaining in a Block +
+
+ In order to show how many questions are remaining inside a block, e.g. to say ‘the next n questions are about a specific scenario’, use the placeholder <block_remaining_questions>
.
+