Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are the last 6 months most popular ideas about LimeSurvey.

"lottery" for LimeSurvey  
Written by vierundzwanzig the 4 Nov 11 at 09:58. Global category: Statistics. New
use case

The creator of a survey should be able to include a lottery into the survey. The participant will leave his/her e-mail address for participation in the lottery. In the admin tool it should be possible to see how many people have participated in the lottery and randomly select a number of e-mail addresses for the winners.

requirements

- If the participant takes part in the survey no conclusions about the participant should be possible. For example if the e-mail address is stored in the same survey database table or the sessionID and timestamp of the participation of the survey and lottery are stored in both of the two separate tables.
- The lottery should be part of a survey. It should not be a link to a new/additional survey (with navigation and "submit" button).
- The selection of winners should be done automatically by the LimeSurvey admin tool.
1
votes
up equal down
Solution #1: new question type "lottery-email"
Written by vierundzwanzig the 4 Nov 11 at 09:58.
A new question type "lottery email" is to be created. This type will be used as a free text field for entering the e-mail address. Writing to the database is done in a separate table like "lime_win_SID" without the SessionID or timestamp being stored in this table to ensure that no conclusions about the participants of the survey can be drawn.
In the area "responses & statistics"/"statistics" there should be a new textbox and a button to specify a number of winners. The winners are determined via random-number generator from the answers of the question with the type "lottery email". The winners are then shown on the page.
0
votes
up equal down
Solution #2: integrate a new single page survey
Written by vierundzwanzig the 4 Nov 11 at 09:59.
For the lottery and the actual survey two separate surveys will be created by the same creator. The question group with the e-mail address from the lottery survey will then be integrated in the actual survey with a new feature (a new drop-down box to display another survey of the creator. The question group should also be used in the selected survey). The e-mail address is stored in the database table of the lottery survey.
In the area "responses & statistics"/"statistics" there should be a new textbox and a button to specify a number of winners. The winners are determined via random-number generator from the answers of the question with the type "lottery email". The winners are then shown on the page.

Add a comment or propose a solution >>

Tracking a survey via an RSS feed  
Written by lachmac the 22 Sep 11 at 17:27. Global category: Statistics. New
I run quite a few surveys that are open for 7 days. It is important to issue reminders, and it is important to do this with the right timing, and it would be good to keep other people in our own organizations, and in the customer organization up to speed with the way the survey is going - most specifically with regards to the response rate.

For a company using Limesurvey to do market research type of inquiries this would be an easy way to get an edge vs some of the more expensive non-open source tools that exist.

I had the idea that this should be possible to do using an rss feed. The RSS feed should provide data for;

The name of the survey
When the invitations were sent out
Number of respondents that have been invited
Number of completed surveys

So for example;
Survey [SURVEYNAME]
Started [DATE, TIME]
Invited number of respondents [RESPONDENTS_INVITED]
Completed number of surveys [COMPLETED_SURVEYS] corresponding to a
response rate of ([COMPLETED_SURVEYS]/[RESPONDENTS_INVITED]) %.
0
votes
up equal down
Solution #1: Put an RSS feed for the token summary page
Written by lachmac the 22 Sep 11 at 17:27.
Most of the information is available on the TOKEN summary page, so the RSS could be generated from that point, or from the Responses Summary page.

I am not a good enough programmer to see quite how this should be done, but on the face of it it does not appear to be so difficult.

Add a comment or propose a solution >>

Paradata recording  
Written by myksyd the 19 Sep 11 at 18:34. Global category: Statistics. New
The idea is: during answering respondent could change his vote, think different time on each question, swich to other window or site (this data names paradata - data about collection of information). It is important to record all this movement and actions to further analise.
0
votes
up equal down
Solution #1: paradata could be record in text line
Written by myksyd the 19 Sep 11 at 18:34.
The paradata could be written in text line divided for examle by &... eg: question_number;date-time;answer;date-time&question_number;date-time;answer;dat e-time etc. There are some links: http://dublincore.org/metadata-basics/


Add a comment or propose a solution >>

Logging system, isn't it necessary?!  
Written by yaziderman the 31 Oct 11 at 10:17. Global category: Statistics. New
We use the limesurvey as a survey for our mystery shoppers, it works well, but we wonder why we receive complains from some of them from time to time that an interruption occurs while filling a survey, a problem that doesn't happen frequently, but it happens sometimes and leads to loss of time and effort!

I suggest that you add a logging system, so that we may be able to trace users steps on our surveys, this way, we may recognize the source of the problems! it's maybe a bug in a browser or an action that the user takes by fault, logging system would help us in finding these facts and by consequent recommend tools to users to avoid these problems rather than fixing them!
0
votes
up equal down
Solution #1: Adding a normal logging system
Written by yaziderman the 31 Oct 11 at 10:17.
it's very simple and native idea to add a logging system, user interactivity (visited pages, clicks, browser blocks, session time out, etc.. ) on the system have to be written in a log file.

Add a comment or propose a solution >>

Real-time access to and analysis of results  
Written by richard the 15 Nov 11 at 10:47. Global category: Statistics. New
I run many surveys for many different companies on a Limesurvey account. What I would like to be able to offer them is:

real-time access to their survey results displayed in a dynamic interface, like a proper reporting tool. This would complete the delivery from Limesurvey, from start/invitations, through the survey runtime all the way to reporting the results.
0
votes
up equal down
Solution #1: Integrating an open source or own reporting tool
Written by richard the 15 Nov 11 at 10:47.
Something along the lines of Jaspersoft BI that allows crosstables, different types of charts, etc.

Add a comment or propose a solution >>