Actions

Assessments: Difference between revisions

From LimeSurvey Manual

mNo edit summary
mNo edit summary
 
(75 intermediate revisions by 6 users not shown)
Line 4: Line 4:


<!--T:2-->
<!--T:2-->
<div class="simplebox">Note: you can create more sophisticated assessments and reports using [[Expression Manager|Expression Manager]].  It lets you access all variable types, and easily generate tailored  reports at any point in the survey (not just the end).  Using the new Equation question type, you can have LimeSurvey automatically save your assessment calculate and/or report to the database</div>
<div class="simplebox">[[File:help.png]] '''Hint:''' You can create more sophisticated assessments and reports using the [[ExpressionScript - Presentation|ExpressionScript]]. It lets you access all variable types and easily generate tailored reports at any point in the survey (not only at the end). Using the new ''Equation'' question type, LimeSurvey can automatically save your assessment calculations and/or report to the database.</div>
 
 
=Introduction= <!--T:32-->


=General= <!--T:3-->


<!--T:4-->
<!--T:4-->
LimeSurvey has the ability to create "assessments" on your survey - even for multilingual surveys. Assessments are rules which evaluate the responses to a survey immediately after it is submitted, and then display text blocks to the participant based on that evaluation.
LimeSurvey contains a feature that allows survey administrators to create survey "''assessments''" for survey participants - even for multilingual surveys. Assessments are rules which evaluate the responses to a survey immediately after it is submitted, displaying text blocks to the survey participant (based on that evaluation).  
 
<!--T:33-->
In order to use LimeSurvey's assessment feature, from the '''Survey menu''' click the '''Assessments''' tab.
 
 
<!--T:34-->
<center>[[File:Assessments - location.png]]</center>
 
 
<!--T:35-->
You can then ''activate'' the assessment mode.
 
 
<!--T:36-->
<center>[[File:LS3 - enable assessments.png]]</center>
 
 
<!--T:11-->
<div class="simplebox">[[File:help.png]] To create and edit assessments in the older versions of LimeSurvey (e.g., 2.x), access the survey settings and enable the assessment mode from the '''Notification & data management''' tab. Additional fields where you can introduce assessment values will be displayed when editing answers.</div>
 
=How Do Assessments Work?= <!--T:37-->
 


<!--T:5-->
<!--T:38-->
An english sample survey demonstrating the use of assessments at LimeSurvey is available for download. You can import this survey at your LimeSurvey system for testing ("import" tab at survey creation page): [[File:Limesurvey_sample_survey_Assessment.lss]]
The following is an example that will hopefully help you better understand how '''assessment mode''' is designed to work.  


<!--T:6-->
<!--T:6-->
As an example, consider the following: You have two questions in your survey, the first question asks if the user smokes: "Do you smoke?". The question has 3 possible answers, "Yes more than 10 per day" with an answer code of "10", "Yes, but less than 10 per day" with an answer code of "5" and "No, I don't smoke at all" with an answer code of "1".
Imagine you have two questions in your survey, the first question asks if the user smokes: "Do you smoke?". The question has 3 possible answers, "Yes, more than 10 per day" with a value of "10", "Yes, but less than 10 per day" with a value of "5", and "No, I don't smoke at all" with an assessment value of "1".


<!--T:7-->
<!--T:7-->
The second question "Do you exercise?" has three possible answers; "Yes, I exercise for at least half an hour three times a week" with a value of "1", "Yes, I exercise every now and then" with a value of "5" and "No, I don't ever do any exercise" with an answer code/value of "10".
The second question "Do you exercise?" has three possible answers: "Yes, I exercise for at least half an hour three times a week" with a value of "1", "Yes, I exercise occasionally " with a value of "5" and "No, I do not exercise" with an answer code/value of "10".


<!--T:8-->
<!--T:8-->
If we were to add the totals of the values for each possible answer at the end of the survey, we'd have a good indication of the general health of the respondent. Someone who smokes and doesn't ever do any exercise will have scored 10 in each of their answers, giving a sum of 20 when we add the values together. Someone who doesn't smoke and exercises regularly will have scored 1 in each of the answers with a total of 2 when we add the values together.
If we were to add the totals of the values for each possible answer at the end of the survey, we would get a good indication of the general health of the respondent. Someone who smokes and doesn't ever do any exercises will score 10 points for each answer, getting a total score of 20 when we add the two values. Someone who doesn't smoke and exercise will score 1 for each answer, obtaining, in the end, a total score of 2.
 
 
<!--T:5-->
{{Box|A sample survey demonstrating the use of assessments is available for download. You can import this survey into your own LimeSurvey installation via the [[Surveys_-_introduction#Import_a_survey|import function]]: [[File:Limesurvey_sample_survey_Assessment.lss]].}}
 
=Assessments= <!--T:9-->
 
 
<!--T:39-->
Assessments page:
 
 
<!--T:40-->
<center>[[File:Assessments panel 1.png]]</center>
 
 
<!--T:41-->
To create new assessments rules complete the fields located below the '''Assessment rules''' table. The following options are available:
 
<!--T:24-->
*'''Scope:''' You can choose either ''Total'' or ''Group''. The first will create an assessment based on the sum of all the submitted answers in the entire survey. The latter will create an assessment based on the sum of all the submitted answers from a question group;
*'''Group:''' The dropdown list allows you to choose the question group you wish to assess.
 
 
<!--T:42-->
{{Box|If you selected ''Total'' before, then the '''Group''' field will not influence the assessment of the survey answers - important when the '''{PERC}''' placeholder is used.}}
*'''Minimum:''' The minimum score to which this assessment will apply.
*'''Maximum:''' The maximum score of answers to which this assessment will apply;
 
 
<!--T:43-->
{{Box|Let's take again the example presented [[Assessments#How do assessments work|above]]. If a participant scored between 1 (minimum) and 10 (maximum), then the assessment feature would display a message telling the respondent that he or she has a good health condition. If he or she scored between 11 (minimum) and 20 (maximum), then the assessment feature would display on the last page a message related to the not-so-good health condition of the participant.}}
*'''Heading:''' The heading of the assessment that will appear if the assessment is going to be displayed;
*'''Message:''' The text message of the assessment - displayed at the end of the survey to the participants. You can use placeholders such as '''{PERC}''' and/or '''{TOTAL}''' to emphasize the scores of each survey question group or the total survey score. Click the green pencil button to access the HTML-editor and enhance the final message of the assessment by adding colours, tables, images, etc.
 
<!--T:25-->
You can create as many assessments as you like, and you can create more than one assessment to display for a given score.


=How to use= <!--T:9-->
<!--T:44-->
After adding some assessments, the possible assessments actions will be displayed under the '''Actions''' column in the '''Assessments rules''' table. From there, you can either edit or delete an assessment rule:


==Activate assessments== <!--T:10-->


<!--T:11-->
<!--T:45-->
To be able to see and edit assessments for answers visit the survey settings and change the setting '''Use assessments?''' in the '''[[Creating_a_new_survey#Notification_.26_data_management|Notification & data management]]''' tab to 'On'. After that you will be presented with additional fields when editing answers.
<center>[[File:Assessments panel 2.png]]</center>


<!--T:12-->
In [[Label sets|label sets]] these fields are always visible.


==Set assessment values for each answer/label== <!--T:13-->
<!--T:26-->
<div class="simplebox">[[File:help.png]] It is important to note that if you use assessments, you must ensure that you have not enabled the '''autoload the URL''' option. If it is enabled, no end page with the text of the assessment rule will be displayed anymore and LimeSurvey will automatically load the URL field from the [[Presentation]]. You can disable it from the same tab.</div>


<!--T:31-->
[[File:Assesment_value_set.png|thumb|Set the assessment value]]


<!--T:14-->
==How Question Types Are Evaluated== <!--T:16-->
The assessments tool allows you to set some rules based on the summed assessment values of the questions in the survey, either for the total survey, or for each group within the survey. If you now edit an answer of a question you will see an additional field right beside each code field where you can set an assessment value for this answer.


==How question types are evaluated== <!--T:16-->


<!--T:17-->
<!--T:17-->
There are certain [[question types]] which will not be assessed or will be assessed in a special way. Most question types that are not being assessed are convenience question types and can be replaced with a assessable question type - for example a 5 point choice can always be replaced with a simple radio single select question type.
There are certain [[question types]] which can not be assessed or have to be assessed in a special way. Some of the questions cannot be used with the assessment feature. However, they can be replaced with question types that can be used with this feature. For example, a 5-point choice question can be replaced with a simple list (radio) question type.  


===Question types being assessed=== <!--T:18-->
<!--T:18-->
*Array (Flexible labels) dual scale
The following question types '''can always be assessed''':
*Array (Flexible labels)
*Array dual scale
*Array (Flexible labels) by column
*Array  
*List (Flexible labels) (Dropdown)
*Array by column
*List (Flexible labels) (Radio)
*List (Dropdown)
*List (Dropdown)
*List (Radio)
*List (Radio)
Line 58: Line 113:
*Multiple options with comments
*Multiple options with comments


===Question types not being assessed by values set in answers or label set=== <!--T:19-->
<!--T:46-->
*Array (Multi Flexible) (Numbers)
<hr width="50%" style="margin:auto">


<!--T:20-->
With this question type the chosen values in the select boxes will used as the value for assessment.


===Question types not being assessed=== <!--T:21-->
<!--T:21-->
The following list contains question types that '''cannot be assessed''':
* 5 point choice
* 5 point choice
* Array (5 point choice)
* Array (5 point choice)
* Array (10 point choice)
* Array (10 point choice)
* Array (Increase, Same, Decrease)
* Array (Increase, Same, Decrease)
* Array (Multi flexible) (Text)
* Array (Text)
* Array (Yes/No/Uncertain)
* Array (Yes/No/Uncertain)
* Boilerplate question
* Array (Numbers)
* Text display
* Date
* Date
* Gender
* Gender
Line 83: Line 138:
* Yes/No
* Yes/No


==Define assessment rules== <!--T:22-->
==Set Assessment Values For Each Answer/Label== <!--T:13-->
 
 
<!--T:47-->
If enabled, the assessment mode will add an additional field between the answer code and answer option name for all the questions to be assessed.
 
 
<!--T:31-->
<center>[[File:Assesment_value_set.png]]</center>
 
 
<!--T:48-->
You can also use label sets as answers options for your set of questions. Just click the '''Predefined label sets...''' button located under the answers matrix and select your predefined label set.
 
<!--T:49-->
If you decide to use label sets, assessment values can be added to all your labels from the moment they are first created. This allows the survey administrator to quickly use predefined label sets with assessment values as answers for multiple sets of questions.
 


<!--T:23-->
<!--T:50-->
Now you want to define rules on the assessment values - to do this click the assessment icon [[File:assessments.png]] in one of the menus on the survey administration toolbar. From this screen you can view, edit or delete existing assessments or create new assessments.
<center>[[File:Labels table.png]]</center>


<!--T:24-->
In the "Add/Edit" box you can choose the following:
*Scope: The scope of the assessment. Choose either "Total" which will create an assessment based on the sum of all the answers in the entire survey, or "Group" which will create an assessment based on the sum of all the answers in a group (chosen in the next row)
*Group: If the scope of this assessment is for the current "Group", this is where you choose which group to assess.
*Minimum: The minimum "sum" of answers to which this assessment will apply
*Maximum: The maximum "sum" of answers to which this assessment will apply
*Heading: The heading of the assessment which will display if this assessment is shown
*Message: The actual message for this assessment. Inside the message you can use the tags {PERC} or {TOTAL} to show the related score in that particular message.


<!--T:25-->
<!--T:51-->
You can create as many assessments as you like, and you can create more than one assessment to display for a given score.
This process is less time-consuming and more practical. You can create a plan in the early stages of your survey to use only one set of label sets with predefined assessment values for multiple questions. This way, you will not have to manually add assessment values to all the answers of the questions used in your survey to be assessed.
 
<!--T:52-->
{{Note|To find out more about the label sets and their usage, read the following [[Label sets|wiki section]].}}


<!--T:26-->
==Assessment Placeholders== <!--T:27-->
It is important to note that if you use assessments, you must ensure that you have not chosen to autoload the URL at the end of the survey in the general survey setup, because the assessments only show on the final "completed" page after submitting a survey.  This is located in the "Edit survey text elements and settings", under the "Presentation & navigation" settings, and finally a toggle button called "Automatically load URL when survey completes:".


==Assessment placeholders== <!--T:27-->


<!--T:28-->
<!--T:28-->
When using assessments the following placeholders are available:
When using assessments the following placeholders are available:
* {PERC}: Displays the score of the current group. Only available at assessment message
* '''{PERC}''': Displays the score of a question group. '''It can be used only in the message field of the assessment rule!'''
* {TOTAL}: Displays the total score. Only available at assessment message
* '''{TOTAL}''': Displays the total score. '''It can be used only in the message field of the assessment rule!'''
* {ASSESSMENT_CURRENT_TOTAL}: This placeholder can be used within a survey to display the current total score. Keep in mind that the score is only updated when clicking "next" so this is useless in an all-in-one survey. For now, you must create at least one assessment rule for the placeholder to work.
* '''{ASSESSMENT_CURRENT_TOTAL}''': This placeholder can be used within a survey to display the current total score. Keep in mind that the score is only updated when the respondent clicks the "Next" button. Therefore, it is useless in an ''all-in-one'' survey. Also, its use requires the existence of at least one assessment rule. Otherwise, the placeholder will not display any value.
 
<!--T:92-->
If your survey is '''not''' anonymous,  the following placeholders are available.
* '''{TOKEN:EMAIL}''': Displays the email of the respondent from the survey participants table
* '''{TOKEN:FIRSTNAME}''': Displays the first name of the respondent from the survey participants table
* '''{TOKEN:LASTNAME}''': Displays the last name of the respondent from the survey participants table
* '''{TOKEN}''': Displays the token code of the respondent from the survey participants table
 
=Tips & Tricks= <!--T:29-->
 
== Save Assessment Value in Data == <!--T:93-->
 
<!--T:94-->
To save assessment value in data and have it in an export : you can create a [[Question_type_-_Equation]] and put '''{ASSESSMENT_CURRENT_TOTAL}''' in the equation setting.
 
== Use {ASSESSMENT_CURRENT_TOTAL} Without Assessment Message == <!--T:95-->
 
<!--T:96-->
If you choose not to add an assessment message, then no assessment message is shown.
 
=How to Disable the Assessment Mode= <!--T:54-->
 
 
<!--T:55-->
To deactivate assessment mode, go to the '''Survey menu''' and click the '''Data management''' tab. The '''Notification and data management''' panel will be displayed. Click the '''Enable assessment mode''' option and disabled  it for the respective survey.
 
 
<!--T:56-->
<center>[[File:Disable assessment mode - picture.png]]</center>
 
=Examples= <!--T:57-->
 
 
==How To Use the Assessment Mode== <!--T:58-->
 
 
<!--T:59-->
Let's recreate the [[Assessments#How do assessments work|example presented above]] to better understand the steps you have to pursue in order to correctly use the assessment feature.
 
<!--T:60-->
{{Note|If you are unsure of how to create a survey, refer to the [[Quick start guide#Create a survey|quick start guide.]]}}
 
<!--T:61-->
1) [[Surveys_-_introduction#Create_a_new_survey|Create the survey]]
 
<!--T:62-->
2) [[Assessments#Introduction|Activate the assessments]]. Go to the settings menu of the survey and click the '''Assessments''' tab. Once there, activate the feature:
 
 
<!--T:63-->
<center>[[File:LS3 - enable assessments.png]]</center>
 
 
<!--T:64-->
3) [[Question_groups_-_introduction|Create a question group]] and [[Questions - introduction|start adding the questions]]. Your survey structure should look like this:
 
 
<!--T:65-->
<center>[[File:Example assessment - question group.png]]</center>
 
 
<!--T:66-->
{{Alert|title=Attention|text=Do not forget to check whether the questions are the types that can be assessed! Otherwise, no assessment value field will be displayed in the edit answer options panel.}}
 
 
<!--T:67-->
4) [[Adding_answers_or_subquestions|Add answers]] for each question created above. While adding/editing the answers, complete also the assessment value field for each answer:
 
 
<!--T:68-->
<center>[[File:Example assessment - edit answers.png]]</center>
 
 
<!--T:69-->
5) Now that you know the assessment values, access the '''Assessments''' panel and start [[Assessments#Assessments|adding assessment rules]]. Two rules were created for this example:
 
 
<!--T:70-->
<center>[[File:Assessments_example_-_assessment_rules.png]]</center>
 
 
<!--T:71-->
The text message of the first assessment rule (''You should start exercising!'') will be displayed if the respondent scores between 1 and 10 points. The text message of the second assessment rule (''Well, that's what I call being healthy!'') will be shown if the respondent scores between 11 and 21 points.
 
<!--T:72-->
6) Now, preview the survey and see if the assessment mode is active. At the end of the survey, a text message will be displayed based on the score obtained by the respondent.
 
 
<!--T:73-->
<div class="simplebox">[[File:help.png]] '''Note:''' The score is not displayed in this example! If you would like to have it displayed in your assessment, create more assessment rules (for each possible scenario) or use assessment placeholders.</div>
 
 
<!--T:74-->
<center>[[File:Assessment results.png]]</center>
 
==How To Use the Assessment Placeholders== <!--T:75-->
 
 
<!--T:76-->
As mentioned in [[Assessments#Assessment placeholders|the previous subsection]], three assessment-related placeholders can be used: '''{PERC}''', '''{TOTAL}''', and '''{ASSESSMENT_CURRENT_TOTAL}'''.
 
<!--T:77-->
In the previous example, the following result was obtained: ''"Well, that's what I call being healthy!"''. However, no score was displayed.
 
<!--T:78-->
There are different ways to have the score displayed. You can either create 6 assessment rules to emphasize each possible score/result or use assessment placeholders. The below example explains the latter option.
 
<!--T:79-->
[[Assessments#Assessment placeholders|As mentioned above]], '''{PERC}''' and '''{TOTAL}''' can be used in the message text box of the assessment rule to emphasize the score of the current group and the total score, respectively. Let's take a look at the following two screenshots to understand their usage.
 
 
<!--T:80-->
<center>[[File:Example perc - assessments - part 1.png]]</center>
 
 
<!--T:81-->
In the first screenshot, {PERC} and {TOTAL} were added into the message text box of the assessment rule.
 
 
<!--T:82-->
<center>[[File:Example perc - assessments - part 2.png]]</center>
 
 
 
<!--T:83-->
In the second screenshot, you can see how the assessment rule looks to correctly use both placeholders. Because '''{PERC}''' is used, the '''scope''' of the assessment rule must be switched from ''Total'' to ''Group'' to correctly display the score of the question group selected from the '''Question group''' dropdown list:
 
 
<!--T:84-->
<center>[[File:Example assessment - right question group.png]]</center>
 
 
<!--T:85-->
After completing the survey and depending on their answers, the participants should receive the following assessment message at the end:
 
 
<!--T:86-->
<center>[[File:Assessment results - perc and total.png]]</center>
 
 
 
<!--T:87-->
<hr width="50%" style="margin:auto">
 
 
 
<!--T:88-->
'''{ASSESSMENT_CURRENT_TOTAL}''' can be used only inside a survey. You can use it after each question or question group from a quiz. This way you could show each participant his or her current quiz/survey score. To use it, you could add, for example, at the beginning of every question or question group a message like: "You have accumulated till now  '''{ASSESSMENT_CURRENT_TOTAL}''' points".
 
 
<!--T:89-->
<div class="simplebox">[[File:help.png]] '''Hint:''' Check the [https://www.youtube.com/watch?v=s5OOzDoPjIU following YouTube video] to see other situations where you can use placeholders.</div>
 
=Video tutorial= <!--T:90-->
 


=Tips & tricks= <!--T:29-->
<!--T:91-->
* If you '''only want to use the {ASSESSMENT_CURRENT_TOTAL} placeholder''' within a survey without showing an assessment message at the end of the survey you can:
To understand the basics of the LimeSurvey assessments feature, watch the following [https://www.youtube.com/watch?v=aeb93vAe7R4 video].  
** Use an [[Creating_a_new_survey#General|end URL]] and [[Creating_a_new_survey#Presentation_.26_navigation| activate the auto load end URL setting]] for your survey. Then the user will be directly forwarded to the given URL.


=Video tutorials= <!--T:30-->
*[http://www.youtube.com/watch?v=Xe1ipbkJdIw Assessments & Conditions]
</translate>
</translate>

Latest revision as of 02:52, 27 February 2024

Hint: You can create more sophisticated assessments and reports using the ExpressionScript. It lets you access all variable types and easily generate tailored reports at any point in the survey (not only at the end). Using the new Equation question type, LimeSurvey can automatically save your assessment calculations and/or report to the database.


Introduction

LimeSurvey contains a feature that allows survey administrators to create survey "assessments" for survey participants - even for multilingual surveys. Assessments are rules which evaluate the responses to a survey immediately after it is submitted, displaying text blocks to the survey participant (based on that evaluation).

In order to use LimeSurvey's assessment feature, from the Survey menu click the Assessments tab.



You can then activate the assessment mode.



To create and edit assessments in the older versions of LimeSurvey (e.g., 2.x), access the survey settings and enable the assessment mode from the Notification & data management tab. Additional fields where you can introduce assessment values will be displayed when editing answers.

How Do Assessments Work?

The following is an example that will hopefully help you better understand how assessment mode is designed to work.

Imagine you have two questions in your survey, the first question asks if the user smokes: "Do you smoke?". The question has 3 possible answers, "Yes, more than 10 per day" with a value of "10", "Yes, but less than 10 per day" with a value of "5", and "No, I don't smoke at all" with an assessment value of "1".

The second question "Do you exercise?" has three possible answers: "Yes, I exercise for at least half an hour three times a week" with a value of "1", "Yes, I exercise occasionally " with a value of "5" and "No, I do not exercise" with an answer code/value of "10".

If we were to add the totals of the values for each possible answer at the end of the survey, we would get a good indication of the general health of the respondent. Someone who smokes and doesn't ever do any exercises will score 10 points for each answer, getting a total score of 20 when we add the two values. Someone who doesn't smoke and exercise will score 1 for each answer, obtaining, in the end, a total score of 2.


A sample survey demonstrating the use of assessments is available for download. You can import this survey into your own LimeSurvey installation via the import function: File:Limesurvey sample survey Assessment.lss.


Assessments

Assessments page:



To create new assessments rules complete the fields located below the Assessment rules table. The following options are available:

  • Scope: You can choose either Total or Group. The first will create an assessment based on the sum of all the submitted answers in the entire survey. The latter will create an assessment based on the sum of all the submitted answers from a question group;
  • Group: The dropdown list allows you to choose the question group you wish to assess.


If you selected Total before, then the Group field will not influence the assessment of the survey answers - important when the {PERC} placeholder is used.
  • Minimum: The minimum score to which this assessment will apply.
  • Maximum: The maximum score of answers to which this assessment will apply;


Let's take again the example presented above. If a participant scored between 1 (minimum) and 10 (maximum), then the assessment feature would display a message telling the respondent that he or she has a good health condition. If he or she scored between 11 (minimum) and 20 (maximum), then the assessment feature would display on the last page a message related to the not-so-good health condition of the participant.
  • Heading: The heading of the assessment that will appear if the assessment is going to be displayed;
  • Message: The text message of the assessment - displayed at the end of the survey to the participants. You can use placeholders such as {PERC} and/or {TOTAL} to emphasize the scores of each survey question group or the total survey score. Click the green pencil button to access the HTML-editor and enhance the final message of the assessment by adding colours, tables, images, etc.

You can create as many assessments as you like, and you can create more than one assessment to display for a given score.

After adding some assessments, the possible assessments actions will be displayed under the Actions column in the Assessments rules table. From there, you can either edit or delete an assessment rule:



It is important to note that if you use assessments, you must ensure that you have not enabled the autoload the URL option. If it is enabled, no end page with the text of the assessment rule will be displayed anymore and LimeSurvey will automatically load the URL field from the Presentation. You can disable it from the same tab.


How Question Types Are Evaluated

There are certain question types which can not be assessed or have to be assessed in a special way. Some of the questions cannot be used with the assessment feature. However, they can be replaced with question types that can be used with this feature. For example, a 5-point choice question can be replaced with a simple list (radio) question type.

The following question types can always be assessed:

  • Array dual scale
  • Array
  • Array by column
  • List (Dropdown)
  • List (Radio)
  • List with comment
  • Multiple options
  • Multiple options with comments


The following list contains question types that cannot be assessed:

  • 5 point choice
  • Array (5 point choice)
  • Array (10 point choice)
  • Array (Increase, Same, Decrease)
  • Array (Text)
  • Array (Yes/No/Uncertain)
  • Array (Numbers)
  • Text display
  • Date
  • Gender
  • Huge free text
  • Language switch
  • Long free text
  • Multiple numerical input
  • Numerical input
  • Ranking
  • Short free text
  • Yes/No

Set Assessment Values For Each Answer/Label

If enabled, the assessment mode will add an additional field between the answer code and answer option name for all the questions to be assessed.



You can also use label sets as answers options for your set of questions. Just click the Predefined label sets... button located under the answers matrix and select your predefined label set.

If you decide to use label sets, assessment values can be added to all your labels from the moment they are first created. This allows the survey administrator to quickly use predefined label sets with assessment values as answers for multiple sets of questions.



This process is less time-consuming and more practical. You can create a plan in the early stages of your survey to use only one set of label sets with predefined assessment values for multiple questions. This way, you will not have to manually add assessment values to all the answers of the questions used in your survey to be assessed.

To find out more about the label sets and their usage, read the following wiki section.

Assessment Placeholders

When using assessments the following placeholders are available:

  • {PERC}: Displays the score of a question group. It can be used only in the message field of the assessment rule!
  • {TOTAL}: Displays the total score. It can be used only in the message field of the assessment rule!
  • {ASSESSMENT_CURRENT_TOTAL}: This placeholder can be used within a survey to display the current total score. Keep in mind that the score is only updated when the respondent clicks the "Next" button. Therefore, it is useless in an all-in-one survey. Also, its use requires the existence of at least one assessment rule. Otherwise, the placeholder will not display any value.

If your survey is not anonymous, the following placeholders are available.

  • {TOKEN:EMAIL}: Displays the email of the respondent from the survey participants table
  • {TOKEN:FIRSTNAME}: Displays the first name of the respondent from the survey participants table
  • {TOKEN:LASTNAME}: Displays the last name of the respondent from the survey participants table
  • {TOKEN}: Displays the token code of the respondent from the survey participants table

Tips & Tricks

Save Assessment Value in Data

To save assessment value in data and have it in an export : you can create a Question_type_-_Equation and put {ASSESSMENT_CURRENT_TOTAL} in the equation setting.

Use {ASSESSMENT_CURRENT_TOTAL} Without Assessment Message

If you choose not to add an assessment message, then no assessment message is shown.

How to Disable the Assessment Mode

To deactivate assessment mode, go to the Survey menu and click the Data management tab. The Notification and data management panel will be displayed. Click the Enable assessment mode option and disabled it for the respective survey.


Examples

How To Use the Assessment Mode

Let's recreate the example presented above to better understand the steps you have to pursue in order to correctly use the assessment feature.

If you are unsure of how to create a survey, refer to the quick start guide.

1) Create the survey

2) Activate the assessments. Go to the settings menu of the survey and click the Assessments tab. Once there, activate the feature:



3) Create a question group and start adding the questions. Your survey structure should look like this:



  Attention : Do not forget to check whether the questions are the types that can be assessed! Otherwise, no assessment value field will be displayed in the edit answer options panel.



4) Add answers for each question created above. While adding/editing the answers, complete also the assessment value field for each answer:



5) Now that you know the assessment values, access the Assessments panel and start adding assessment rules. Two rules were created for this example:



The text message of the first assessment rule (You should start exercising!) will be displayed if the respondent scores between 1 and 10 points. The text message of the second assessment rule (Well, that's what I call being healthy!) will be shown if the respondent scores between 11 and 21 points.

6) Now, preview the survey and see if the assessment mode is active. At the end of the survey, a text message will be displayed based on the score obtained by the respondent.


Note: The score is not displayed in this example! If you would like to have it displayed in your assessment, create more assessment rules (for each possible scenario) or use assessment placeholders.


How To Use the Assessment Placeholders

As mentioned in the previous subsection, three assessment-related placeholders can be used: {PERC}, {TOTAL}, and {ASSESSMENT_CURRENT_TOTAL}.

In the previous example, the following result was obtained: "Well, that's what I call being healthy!". However, no score was displayed.

There are different ways to have the score displayed. You can either create 6 assessment rules to emphasize each possible score/result or use assessment placeholders. The below example explains the latter option.

As mentioned above, {PERC} and {TOTAL} can be used in the message text box of the assessment rule to emphasize the score of the current group and the total score, respectively. Let's take a look at the following two screenshots to understand their usage.



In the first screenshot, {PERC} and {TOTAL} were added into the message text box of the assessment rule.



In the second screenshot, you can see how the assessment rule looks to correctly use both placeholders. Because {PERC} is used, the scope of the assessment rule must be switched from Total to Group to correctly display the score of the question group selected from the Question group dropdown list:



After completing the survey and depending on their answers, the participants should receive the following assessment message at the end:





{ASSESSMENT_CURRENT_TOTAL} can be used only inside a survey. You can use it after each question or question group from a quiz. This way you could show each participant his or her current quiz/survey score. To use it, you could add, for example, at the beginning of every question or question group a message like: "You have accumulated till now {ASSESSMENT_CURRENT_TOTAL} points".


Hint: Check the following YouTube video to see other situations where you can use placeholders.

Video tutorial

To understand the basics of the LimeSurvey assessments feature, watch the following video.