When creating a new quiz question, one of the first things you’ll want to do is choose your question type. LearnDash offers the following question types:
To select your question type, look for the Answer type box in the sidebar. Select your type:
Single choice means there is only one correct answer. This is the most common question format for standardized tests. You should also use this question type for True or False questions.
Multiple choice questions support multiple correct answers. In order for the question to be marked correct, users must select ALL of the correct answers. If they only select some correct answers, then the question is marked incorrect.
Subtract Points for Incorrect Answer
You can choose to subtract points when the user selects an incorrect answer.
Free choice questions give the user an input field where they must type the correct answer.
Example: If you ask “What color is the sun?”, you can choose to accept yellow, orange or white. If the user enters any one of these answers, the question is marked correct.
Sorting choice questions ask the user to place a series of answers in the correct order. When creating the question, the order of the answers in the backend will be considered the correct order.
Matrix sorting questions should be used when you want the user to match two items together. There are two parts to a matrix sorting question:
Each sort element must be unique, and only one-to-one associations are supported.
Your answer area will be set up like a table, with the criterion on the left, and an open area to drag & drop sort elements on the right. You have the option to set a percentage width for the criterion column.
Fill in the Blank questions allow you to insert a blank line(s) in the middle of a sentence or paragraph. Users then type the correct answer into this empty field.
{
and }
.Example Format
I {play} soccer.
I ____ soccer.
The correct answer is “play”.
Multiple Possible Answers
To allow for multiple possible answers, enclose each possible answer with square brackets [
and ]
. You still use {
and }
to create the blank space.
I {[play][love][hate]} soccer.
In this example, the user can enter “play,” “love” or “hate,” and they would all be accepted as correct.
Different Points Per Answer
If the “Different points for each answer” option is selected, you can assign points to each possible answer. Otherwise, 1 point will be awarded for each correct answer. To assign points to an answer, enter the pipe character |
immediately following the answer, and then enter the number of points.
I {play} soccer, with a {ball|3}.
In this example, the answer “play” is awarded 1 point, and “ball” is awarded 3 points.
Here’s an example of a fill in the blank question used for math equations, where there is only one possible correct answer for each blank.
Assessment questions allow for the use of a Likert scale. This question type is perfect for surveys, or any time you’re asking a user to rate something on a scale.
{
and }
[
and ]
Examples:
less true { [1] [2] [3] [4] [5] } more true
{ [disagree] [not sure] [agree] }
Example 1: 1
is the least true; it’s worth 1 point. 5
is the most true; it’s worth 5 points.
Example 2: disagree
is worth 1 point. not sure
is worth 2 points. agree
is worth 3 points.
TIP
This type of question is great for pre-course or end-of-course surveys.
Here’s what the user sees:
Essay questions allow the user to enter a free-form answer. You can choose between two types of essay questions:
<textarea>
form field for the user to enter any text they’d like.Essays come with 3 options for how they are graded after the quiz is submitted:
Course Progression
A user can only progress if the following two things are true:
IMPORTANT
If no points are immediately awarded for the essay, this (temporarily) counts against the final score. If the total points obtained from the other quiz questions meets the passing threshold, the user can continue with the course. However, if they do not earn enough points to meet the passing threshold, they will not be able to continue.
Here’s an example of a “Text Box” essay:
Here’s an example of an “Upload” essay: