Actions

Timing statistics: Difference between revisions

From LimeSurvey Manual

mNo edit summary
Line 96: Line 96:




==If I go back to one of my previous responses, is the time getting aggregated?==
==If I go back to edit one of my previous responses, is the time getting aggregated?==




Yes, the time gets aggregated (visit 1 + visit 2...). If the survey attribute "[[Presentation#Allow_backward_navigation|backward navigation]]" is enabled, then you can go to one of your previous answers, correct the response, while LimeSurvey continues to count how much time you spent on each page.
Yes, the time gets aggregated (visit 1 + visit 2...). If survey attribute "[[Presentation#Allow_backward_navigation|backward navigation]]" is enabled, then you can go to one of your previous answers and correct the response. The "timings" work in background, counting how much time you spent on each page.
 


'''Example'''
'''Example'''


Preconditions:
Preconditions:
* [[Survey format]]: ''Group by group'' or ''question by question''
* [[Presentation#Allow_backward_navigation|Backward navigation]] has to be enabled.
* [[Presentation#Allow_backward_navigation|Backward navigation]] has to be enabled.
* [[Notifications_%26_data#Save_timings|Save timings]] has to be enabled.
* [[Notifications_%26_data#Save_timings|Save timings]] has to be enabled.


Let's assume that you have already reached Question 5 (Q5) and you want to edit your response to Question 1 (Q1). By clicking "Previous", you also visit Q4, Q3, and Q2. Once Q1 is edited, the time you already spent first time is aggregated with the time it took you to edit your responses. Going back to Q5 is going to also add more time to Q2, Q3, and Q4.
Let's assume that you have already reached Question 5 (Q5) and you want to edit your response to Question 1 (Q1). Click "Previous" till you reach Q1. The time spent on the page where Q1 is located gets aggregated with the time spent when you first answered the question. By going back and forth, the time spent on Q2, Q3, and Q4 also increases.
 


In case you are unhappy with this behavior, you may allow users to "jump" backwards via the [[Presentation#Show_question_index_.2F_allow_jumping|index feature of LimeSurvey]].  
In case you are unhappy with this behavior, you may allow users to "jump" backwards via the [[Presentation#Show_question_index_.2F_allow_jumping|index feature of LimeSurvey]].  

Revision as of 15:47, 12 June 2019



Introduction

To quickly track how much time a respondent spends answering each question or question group, enable the timings options from the Notifications and data panel:



If timings option is enabled, Timing statistics can be accessed from the Response & statistics toolbar:



Timing statistics

A table with the timings of each response will be displayed:



As it can be observed, the columns are made of an "Action" column and sortable columns (ID, Total time, group and question time).

The above example does not display any group time statistics because only one group was used within the respective survey. The group time corresponds to the total time. Numerical values will be displayed in the group columns if there are at least two groups in the survey.


The "Action" column contains the following response-related options:



  • View response details: To check the response submitted by a respondent, click on this button. The panel allows you to edit the response entry, delete the entry or export it
  • Edit this response: To edit the response submitted by a respondent, click on the green pencil button
  • Delete this response: click on the red trash button if you wish to delete the response from your response table.


Please note that you cannot edit the time statistics table!


The ID refers to the response ID, while the rest of the columns express the time a respondent spent on a group or question. The value is expressed in seconds.


The time statistics are stored in the response table! Therefore, if you wish to analyse the time-related data, export it and save it to your machine. Then, you can further analyse it with the help of a spreadsheet software or a specialized software in data analysis.


In the case in which you use to display more responses on the same page, change the default value of 10, and go for a larger value:



Interview time

Two statistics are automatically calculated for all the stored complete responses:

  • Average interview time
  • Median


Frequently asked questions

If I go back to edit one of my previous responses, is the time getting aggregated?

Yes, the time gets aggregated (visit 1 + visit 2...). If survey attribute "backward navigation" is enabled, then you can go to one of your previous answers and correct the response. The "timings" work in background, counting how much time you spent on each page.


Example

Preconditions:

Let's assume that you have already reached Question 5 (Q5) and you want to edit your response to Question 1 (Q1). Click "Previous" till you reach Q1. The time spent on the page where Q1 is located gets aggregated with the time spent when you first answered the question. By going back and forth, the time spent on Q2, Q3, and Q4 also increases.


In case you are unhappy with this behavior, you may allow users to "jump" backwards via the index feature of LimeSurvey.