This article contains information about the Content Converter. This is an external tool that can convert aNewSpring content to Word and vice versa. More information about the Content Converter can be found on this page.
Download the example files:

Multiple choice
Multiple choice - Neutral feedback
Multiple choice - Correct/Incorrect feedback
Multiple choice evaluation (non-scorable question)
Multiple choice - Shuffle answers
Multiple choice - ABC in front of answers

Download all examples at once


The [question] tag is used to create questions. For Multiple Choice questions, you can use the value mc:

[question:mc]

Answer

To separate the answers from the content, the [answer] tag is used.

A multiple choice question requires at least 1 correct answer. There can be no more than 1 correct answer.

Just put each answer in a separate list item and mark the correct answer with the [x] tag.


Feedback

Neutral feedback

Use the [feedback] tag to add the same feedback to all the answers:

Correct and incorrect feedback

Use the correct value to add feedback if the question is answered correctly and incorrect value to add feedback if the question is answered incorrectly:

[feedback:correct], [feedback:incorrect]

Tip: You can use correct or incorrect feedback. It's not required to use both.


Settings

Non-scorable question type (evaluation)

To turn the question into a non-scorable question type, add the value eval to the question tag:

[question:mc:eval]

Evaluation questions cannot contain correct answers, feedback, or exam terms.

Shuffle the answer options

To have the answer options shown in a random order, add the value mix to the question tag:

[question:mc:mix]

ABC in front of answers

To have ABC shown in front of answer options, add the value abc to the question tag:

[question:mc:abc]