{% extends "view/components/base.html" %} {% block style %} {% endblock %} {% block content %}

View Questions

This page lists all the questions in the selected dataset.

Information

Questions in the test are arranged in blocks. 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.

Questions can also be categorised using tags.

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’, the app uses the placeholder <block_remaining_questions>.

Question Dataset

Dataset Name {{ dataset.get_name() }}
Author {{ dataset.creator.get_username() }}
Last Updated {{ dataset.date.strftime('%d %b %Y %H:%M') }}
{% if dataset.default %}
Default Dataset
{% endif %}
{% endblock %} {% block script %} {% endblock %}