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 response
Multiple response - Neutral feedback
Multiple response - Correct/incorrect feedback
Multiple response evaluation (non-scorable question type)
Multiple response - ABC in front of answers
Multiple response - Shuffle answers

Download all examples at once


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

[question:mr]

Answer

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

A multiple response question requires at least 2 correct answers. There can be more than 2 correct answers.

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

In this example, answer 1 and answer 3 are correct.

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 it into a non-scorable question type, add the value eval to the question tag:

[question:mr:eval]

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

ABC in front of answers

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

[question:mr:abc]

Shuffle the answer options

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

[question:mr:mix]