Actions

Valutazioni

From LimeSurvey Manual

Revision as of 14:45, 8 August 2023 by Maren.fritz (talk | contribs) (Created page with "Dopo aver aggiunto alcune valutazioni, le possibili azioni di valutazione verranno visualizzate nella colonna '''Azioni''' nella tabella '''Regole di valutazione'''. Da lì, p...")
Suggerimento: È possibile creare valutazioni e rapporti più sofisticati utilizzando ExpressionScript. Ti consente di accedere a tutti i tipi di variabili e generare facilmente report personalizzati in qualsiasi momento del sondaggio (non solo alla fine). Utilizzando il nuovo tipo di domanda Equazione, LimeSurvey può salvare automaticamente i calcoli della valutazione e/o il report nel database.


Introduzione

LimeSurvey contiene una funzionalità che consente agli amministratori di sondaggi di creare sondaggi "valutazioni" per i partecipanti al sondaggio, anche per sondaggi multilingue. Le valutazioni sono regole che valutano le risposte a un sondaggio subito dopo che è stato inviato, mostrando blocchi di testo al partecipante al sondaggio (in base a tale valutazione).

Per utilizzare la funzione di valutazione di LimeSurvey, dal menu Sondaggio fai clic sulla scheda Valutazioni.



È quindi possibile attivare la modalità di valutazione.


File:LS3 - abilita valutazioni.png


Per creare e modificare le valutazioni nelle versioni precedenti di LimeSurvey (ad es. 2.x), accedi alle impostazioni del sondaggio e abilita la modalità di valutazione dalla scheda Notifica e gestione dei dati . I campi aggiuntivi in cui è possibile introdurre valori di valutazione verranno visualizzati durante la modifica delle risposte.

Come funzionano le valutazioni?

Quello che segue è un esempio che, si spera, ti aiuterà a capire meglio come la modalità di valutazione è progettata per funzionare.

Immagina di avere due domande nel tuo sondaggio, la prima domanda chiede se l'utente fuma: "Fumi?". La domanda ha 3 possibili risposte, "Sì, più di 10 al giorno" con un valore di "10", "Sì, ma meno di 10 al giorno" con un valore di "5", e "No, non lo so fumare affatto" con un valore di valutazione pari a "1".

La seconda domanda "Ti alleni?" ha tre possibili risposte: "Sì, mi alleno almeno mezz'ora tre volte alla settimana" con valore "1", "Sì, mi alleno occasionalmente" con valore "5" e "No, non faccio esercizio" con un codice di risposta/valore di "10".

Se dovessimo sommare i totali dei valori per ogni possibile risposta alla fine del sondaggio, otterremmo una buona indicazione dello stato di salute generale dell'intervistato. Chi fuma e non fa mai esercizi segnerà 10 punti per ogni risposta, ottenendo un punteggio totale di 20 quando sommiamo i due valori. Chi non fuma e fa esercizio fisico segnerà 1 per ogni risposta, ottenendo, alla fine, un punteggio totale di 2.


È disponibile per il download un sondaggio campione che dimostra l'uso delle valutazioni. Puoi importare questo sondaggio nella tua installazione di LimeSurvey tramite la funzione di importazione: File:Limesurvey sample survey Assessment.lss.


Valutazioni

Pagina delle valutazioni:



Per creare nuove regole di valutazione completare i campi situati sotto la tabella Regole di valutazione. Sono disponibili le seguenti opzioni:

  • Ambito: Puoi scegliere tra Totale o Gruppo. Il primo creerà una valutazione basata sulla somma di tutte le risposte inviate nell'intero sondaggio. Quest'ultimo creerà una valutazione basata sulla somma di tutte le risposte inviate da un gruppo di domande;
  • Gruppo: L'elenco a discesa consente di scegliere il gruppo di domande che si desidera valutare.


Se hai selezionato Totale in precedenza, il campo Gruppo non influenzerà la valutazione delle risposte al sondaggio - importante quando viene utilizzato il segnaposto {PERC}.
  • Minimo: Il punteggio minimo a cui si applica questa valutazione.
  • Massimo: Il punteggio massimo delle risposte a cui si applica questa valutazione;


Riprendiamo l'esempio presentato sopra. Se un partecipante ha ottenuto un punteggio compreso tra 1 (minimo) e 10 (massimo), la funzione di valutazione visualizzerà un messaggio che informa l'intervistato che è in buone condizioni di salute. Se ha ottenuto un punteggio compreso tra 11 (minimo) e 20 (massimo), la funzione di valutazione visualizzerà nell'ultima pagina un messaggio relativo alle non buone condizioni di salute del partecipante.
  • 'Intestazione:' L'intestazione della valutazione che apparirà se la valutazione verrà visualizzata;
  • Messaggio: Il messaggio di testo della valutazione - visualizzato alla fine del sondaggio per i partecipanti. Puoi utilizzare segnaposto come {PERC} e/o {TOTAL} per enfatizzare i punteggi di ciascun gruppo di domande del sondaggio o il punteggio totale del sondaggio. Fare clic sul pulsante con la matita verde per accedere all'editor HTML e migliorare il messaggio finale della valutazione aggiungendo colori, tabelle, immagini, ecc.

Puoi creare tutte le valutazioni che desideri e puoi creare più di una valutazione da visualizzare per un determinato punteggio.

Dopo aver aggiunto alcune valutazioni, le possibili azioni di valutazione verranno visualizzate nella colonna Azioni nella tabella Regole di valutazione. Da lì, puoi modificare o eliminare una regola di valutazione:



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.