Data tags are a powerful feature that allow you to add overall results data and statistical data to the assessment feedback. This enables respondents to know how they have answered compared to other participants.

Data tags can be added to any of the `comments` or `explanation` fields in your assessments (except the `begin` comment).

Data tags should be entered in the following special format {{ tagName }}, where the tagName represents the name of the tag.

This format is sometime called `mustache` or `handlebars` format (because the braces look like a mustache or handlebars).

Below is a list of the data tags you can use in your assessments:


General Data Tags (All Assessment Types)

These general data tags can be used throughout the assessment for all types of assessment and at the end of the assessment.

totalAnswers

This is the count of the total amount of answers for an assessment.

completedAnswers

This is the count of the total amount of completed answers for an assessment.

incompleteAnswers

This is the count of the total amount of incomplete answers for an assessment.

maximumPoints

The maximum amount of points that can be obtained in this assessment.

avarageScore

The average score for the respondents in this assessment (in points).

highestScore

The highest score for the respondents of this assessment in points.

lowestScore

The lowest score for the respondents of this assessment in points.

General Data Tags (Exams)

These tags can be used throughout the assessment for `exam` type assessments.

passingScore

This is the count of the total amount of respondents passed the assessment.

totalPassed

This is the count of the total amount of respondents passed the assessment.

totalFailed

This is the count of the total amount of respondents failed the assessment.

Question Option Data Tags (All Assessment Types)

Question option data tags give the total amount of respondents answerig each option.

For example {{ option1 }} will give the amount of respondents answering the first option, {{ option2 }} will give the amount of respondents answering the second option etc.


Question Data Tags (Exams)

These data tags relate to a particular question.

These data tags can be used through the assessment. These tags cannot be used at the end of the assessment in the final feedack.

totalCorrect

The total amount of respondents that have answered the question correctly.

totalIncorrect

The total amount of respondents that have answered the question incorrectly.

Category Data Tags (Personality Test)

The data tags relate to a particular category.

For these data tags use the value entered in the field Category Data Tag Name. This field is entered when creating the category and can be changed at any time.

These data tags can be used anywhere throughout the personality test assessment.