All Collections
Self-Paced Content
Assessments
How to add questions to an assessment
How to add questions to an assessment

Learn how to add, edit, or reorder questions on an assessment.

Chris Ramlow avatar
Written by Chris Ramlow
Updated over a week ago

Scenario

As a content owner, you have an assessment in PlusPlus to which you want to add questions or edit questions already on it.

Solution

Add questions to an assessment

First, if you haven't created an assessment to add questions to, see How to create an assessment.

  1. Go to the assessment you want to add questions to.

  2. Click Assessment Questions.

  3. Click Add question and choose between the following:

    • Multiple Choice - create a new multiple choice question

    • Short Answer - create a new short answer question

    In future releases, you will also be able to add an existing question to your assessment from a question bank. The question bank will include all questions previously created for any assessment.

  4. Create the question and click Create.
    Go deeper for more on creating questions.

Manage, edit, or reorder questions on an assessment

Questions added to an assessment display on the Assessment Questions page.

To clear all questions, open the context menu (button with three dots) for the Assessment Questions header and select Remove all items. This option keeps any sections you have added but removes all questions from the assessment.

On the left side of the page, you can drag and drop questions to reorder them.

On the left and right side of the page, open the context menu (button with three dots) for a question to do one of the following:

  • Edit the question
    Go deeper for more on editing questions.

  • Delete the question from the system
    You can only delete a question if it has not been answered by an assessment taker and if it is not included on another assessment.

In future releases you will also have the option to Preview questions from this menu.

Go deeper

Create multiple choice questions

  1. Click Add question and select Multiple Choice.

  2. Enter the Question.

  3. Optionally, enter an Explanation to display after the question is answered.
    Feedback helps assessment takers understand what the correct answer is.

  4. Provide possible Answers.

  5. To add more possible answers, click Add choice.

  6. Select the correct answer.
    You can only have one correct answer for a multiple choice question.

  7. Click Create (or Update if you're editing an existing question).

You can also use the drag and drop button (button with six dots) to reorder the possible answers.

Create short answer questions

  1. Click Add question and select Short Answer.

  2. Enter the Question.

  3. Optionally, enter an Explanation to display after the question is answered.
    Feedback helps assessment takers understand what the correct answer is.

  4. Add Accepted Answers using:

    1. a text operator - any of, none of, contains, and so on
      For a full list of available operators, see the Short answer examples.

    2. text - enter the words, numbers, or phrases that determine acceptable answers, depending on the operator you used
      See the Short answer examples for more.

  5. Click Create (or Update if you're editing an existing question).

Short answer examples

You configure Accepted Answers for short answer questions using an operator and a text value. An operator (like Any of) determines how the system looks for the text values in answers given. The following table explains each available operator, along with examples of their use in a short answer question.

Operator

Deems answers acceptable when...

Question configuration example

Acceptable answer example

Case-Sensitive

Contains

the text value appears anywhere in the answer given

What is the primary contribution of the Unified Process method to software development?

Contains "iterati"

The iterative process

(because of the inclusion of iterati "iteration" or "iterative method" would also be correct)

No

Is

the text value is exactly the same as the answer given

What is the primary contribution of the Unified Process method to software development?

Is "iteration"

iteration

(because it is an exact match of iteration; in this case, "the iterative process" would be incorrect)

Yes

Starts with

the text value starts with your search term

What is the primary contribution of the Unified Process method to software development?

Starts with "iterati"

iteration

(because it starts with iterati; in this case "the iterative process" would be incorrect)

No

Ends with

the text value ends with your search term

What is the primary contribution of the Unified Process method to software development?

Ends with "ration"

iteration

(because it ends with ration; in this case "iterative" or "iterative process" would be incorrect)

No

Matches

the answer given includes any one of the text values

What is the primary contribution of the Unified Process method to software development?

Matches "iterative process" "iteration" "iterative method"

iterative process

(because it includes iterative process; unlike Any of, in this case "the iterative process" would also be correct; "iterative" would be incorrect

Yes
but prefixing the pattern with (?i) makes it case-insensitive

Any of

the answer given is exactly the same as any one of the text values given

What is the primary contribution of the Unified Process method to software development?

Any of "iterative process" "iteration" "iterative method"

iterative process

(because it matches iterative process exactly; in this case "the iterative process" would be incorrect

Yes

See also

Did this answer your question?