---
title: "Test Questions"
slug: "test-questions"
updated: 2025-02-04T22:24:19Z
published: 2025-02-04T22:24:19Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lightspeedvt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test Questions

Looking for info on on the New Course Editor? [Learn more here →](/docs/test-questions-vcm)

There are 4 types of test questions:

- **Multiple Choice**
  - Multiple Choice allows you to create a standard test question with up to 6 answers, as well as create test questions with Images in them (See below for Image test questions).
    - You may have a question where multiple correct answers must be selected to pass - a "select all that apply" scenario. Setting the toggle "Multiple Answers Required" to 'Yes' will force Users to select more than one answer option, before they can submit and continue.  

![Courseware MGMT - Multiple Choice - Multiple Answers](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/cwm-test-question-multiple-answers.jpg)
- **Sorting**
  - Sorting allows you to create statements that need to be dragged and dropped into the correct order – so Answer 1 would need to go first, Answer 2 would be second, etc.  

![202008image-11.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-11.png)
- **Matching**
  - A matching test question will allow you to create a term that the user has to match to the correct definition.

![202008image-12.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-12.png)

- **Fill in the blank**
  - Fill in the blank allows you to create a sentence that the user must fill in the correct response to answer. Note: we recommend entering multiple spellings of the correct answer, such as: Blue, blue, BLUE – in case users enter it differently (or even common misspellings… blu, or bloo)

![202008image-13.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-13.png)

#### Image Test Questions

There are two ways create a test question with an Image in it. The first way is to simply drag an image from your computer into the test question field:

![202008image-5.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-5.png)

![202008image-6.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-6.png)

The second way is to upload the image to your Media Library and then use some basic HTML. First, enter your test question text:

![202008image-8.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-8.png)

Second, select the < > icon to open the HTML editor. Inside the HTML editor, enter:

```
<img src="
```

And then copy the link to the image from your Media Library:

![202008image-7-1024x325.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-7-1024x325.png)

Paste the link in after the first ” symbol, and then at the end of the path, add: “> to “close” it.

```
 <img src="https://courseware.lightspeedvt.com/files/121/BE5D7FC6A32D45C779E33CF6381A0C54/Screenshot%5F4.png">
```

So it would look something like this:

![202008image-9.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-9.png)

And then once you click the < > toggle again, you’ll see your image like this:

![202008image-10.png](https://cdn.document360.io/4b9cf9ed-c1b6-4848-a21b-3a266775c016/Images/Documentation/202008image-10.png)
