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

Popular ideas Here are the most popular ideas ever about LimeSurvey.

timed generation of tokens and mail sendout  
Written by bverhaegh the 7 Oct 09 at 15:18. Related project: 1.x all. New
to use limesurvey as a customer survey tool.

a customer database is synchonising with limesurvey.

so new users appear in this table,

for this we need to log in and send these new customers a survey.
41
votes
up equal down
Solution #1: timed sending.
Written by bverhaegh the 7 Oct 09 at 15:18.
the idea is to create a timer that creates tokens en send these customers the survey automaticly.

allso with big surveys, this can be used auto email the survey to groups 100 each time to avoid spam problems.


See the 1 comments or propose a solution >>

Store assessment results for further evaluation  
Written by hardzsi the 26 Sep 09 at 15:37. Related project: 1.x all. New
The evaluated TOTAL assessment (sum) is nicely displayed at the end of the survey - which can only be seen by the user who filled the survey in.
However, this result is not stored at the answers database. After a lot of user filled the survey in, i would like to see the sums given for all of these users.
Now i have to export the answers and should repeat the assessment / summarize in Excel before i can see these TOTAL sums.
29
votes
up equal down
Solution #1: store all the existing assessment placeholders at the end of answer database
Written by hardzsi the 26 Sep 09 at 15:37.
Store at least TOTAL. If possible, PERC and ASSESSMENT_CURRENT_TOTAL too.
5
votes
up equal down
Solution #2: Don't store, just calculate for export
Written by c_schmitz the 8 Aug 11 at 13:22.
I think it is not the best way to store a score that may be subject to changes when editing a response. Best would be to calc the values during export.

Add a comment or propose a solution >>

Advanced reporting for assessments  
Written by tiprichard the 25 Sep 09 at 17:17. Related project: 2.x all. New
For assessments we need statistics about howmany people passed the assessment. (like an exam)
For auditing purposes we need reports how many points are scored per group as percentage of the total possible points. If possible shown in a spiderweb graph, where each group equals one line of the web.
25
votes
up equal down
Solution #1: Integrate opensource reporting
Written by tiprichard the 25 Sep 09 at 17:17.
Maybe there is allready an opensource reporting project, which can be adjusted and integrated in Limesurvey.
-9
votes
up equal down
Solution #2: Use Red-R for advance reporting
Written by Rashelinu the 7 Dec 10 at 19:55.
There is an open source application used to do data analysing of results and making charts from it. This application is Red-R (http://www.red-r.org). Will this help you with what you need to do?
2
votes
up equal down
Solution #3: BIRT or JasperReport
Written by najlamif the 6 Apr 11 at 08:54.
As with Solution 1, I would like to propose either BIRT or Jasper Reports - I've used both recently in my PHP projects, and they bring a world of a difference to reporting - taking the design aspects and business logic out of the application and moving them to the reporting layer. Also, the various exports are handled as well

See the 1 comments or propose a solution >>

Review all conditions  
Written by apps the 5 Feb 10 at 14:10. Related project: 1.x all. New
It's more productive to show and review all conditions in a admin page.
Mantain them from there (Edit, add, delete) is considered a plus.
23
votes
up equal down
Solution #1: add a page "Logic Management"
Written by apps the 5 Feb 10 at 14:10.
Add a button to the survey button bar, next to "Token management"
Create a page to review all conditions in the current SurveyID

See the 1 comments or propose a solution >>

list of all surveys isn't structured  
Written by Biggi the 2 Dec 09 at 09:49. Related project: 2.x all. New
Hi,

we are using Limesurvey since the beginning of this year and the number of surveys increased. For administration the list of surveys becomes more and more confused. It would be great if one could organize the surveys in folders to have them organized depending on what belongs together.

18
votes
up equal down
Solution #1: organize the list of surveys in folders
Written by Biggi the 2 Dec 09 at 09:49.
It would be helpful to have a possibility to structure the surveys for example in folders.
3
votes
up equal down
Solution #2: List filter
Written by kfrese the 4 Oct 11 at 21:40.
We also manage a large number of surveys and a relatively simple solution would be to add a keyword filter to the "list surveys" display. This could be as simple as the ability to filter survey names based on a keyword or phrase. MS Excel style filters would be really cool.

Add a comment or propose a solution >>

Toggle "Mandatory" setting on questions  
Written by tpartner the 19 Dec 09 at 01:08. Related project: 1.x all. New
I would like to see a tool that could toggle the "Mandatory" setting on all questions in the survey from "on" to "off" and vice versa.

This would make the Q/A process on long surveys much easier - one wouldn't need to answer every question just to check a fix on page 16 of a survey.
13
votes
up equal down
Solution #1: Add a button/input to survey settings that would toggle the mandatory states.
Written by tpartner the 19 Dec 09 at 01:08.
To toggle the questions to optional, the button would query the DB, find all questions in the current survey with mandatory=Y and change them to mandatory=M.

We need to use "M" so we can find them to toggle them back later.

The system would see "M" as non-mandatory so all of these questions could now be skipped in a Q/A process.

This way only the questions that the survey author had set to mandatory would be affected.

To toggle the questions back to mandatory, the button would query the DB, find all questions in the current survey with mandatory=M and change them to mandatory=Y.

I've put together a little php script to demonstrate the concept that you can grab at http://partnersinc.biz/testsites/misc_images/mandatory_toggle.txt (can't seem to attach anything here!).
7
votes
up equal down
Solution #2: Use a session variable to disable the "checkmandatorys" function
Written by tpartner the 19 Dec 09 at 14:40.
A more elegant solution may be to have the button/input set a session variable to disable the "checkmandatorys" function. (thanks Carsten)

Some red text could then be displayed at the bottom of the survey indicating that it is in "Q/A" mode and all questions are optional.

See the 2 comments or propose a solution >>

Tics for slider layout  
Written by apps the 2 Feb 10 at 10:06. Related project: 1.x all. New
Tics (aka tic marks) should be visible under the slider bar.

See this sketch: http://img38.imageshack.us/img38/5295/10403feb10095848.gif

benefits: easy read, make it clear it's a slider with discrete values, catch where the handle is in respect to left and right limits.

Details:
type = multiple numerical input
options:
use slider layout = 1
slider min = 0
slider max = 10
slider accurancy = 1

13
votes
up equal down
Solution #1: add an option
Written by apps the 2 Feb 10 at 10:06.
show_tics = 0 (default). Just as it is.
show_tics = 1 : the slider shows tics under the bar, between the slider_min and the slider_max values.

See the 1 comments or propose a solution >>

reset slider answer  
Written by opirnia the 22 Nov 09 at 17:13. Related project: 1.x all. New
we are running limesurvey version 1.85+ (7337).

In questions using multiple numeric answers with sliders, sometimes we have answers that the participant can skip if they wish.

If they have clicked at all on the slider answer before deciding to skip it, however, a value is recorded. They can then slide back and forth after that but cannot go back to no value (so are in effect at that point forced to answer/have an answer value recorded).

We would like a way for participants to reset the slider value to nothing (not zero but no value) as if they had never clicked on the slider at all.
12
votes
up equal down
Solution #1: reset slider box/button
Written by opirnia the 22 Nov 09 at 17:13.
perhaps a button directly to the right of the slider answer might somehow reset it. Text on (or next to) the button might say "skip" or "no answer"

0----------------------100 (button here)

Add a comment or propose a solution >>

More user-friendly Word export results  
Written by Adam1V the 10 Oct 09 at 12:31. Related project: 1.x all. New
I believe the exported results should be much more user-friendly, after all, this is probably the biggest part of the survey; reviewing your results and yet the readability of the word export is terrible.
11
votes
up equal down
Solution #1: Revise the exported results template
Written by Adam1V the 10 Oct 09 at 12:31.
I have created a better looking template here: http://www.mediafire.com/?sharekey=40822a586423d076d0d290dca69ceb5ce04e75f6e8eb b871
Although I do believe someone could do better than me quick effort?

Add a comment or propose a solution >>

Extention for 'exclude_all_others' attribute  
Written by tileca the 15 Dec 09 at 19:51. Related project: 1.x all. New
The 'exclude_all_others' attribute sould be available for any kind of Multiple
choice questions like:
P - Multiple Options with Comments
Q - Multiple short text
K - Multiple Numerical

and not just for:
?M - Multiple Options

It would be great if the 'other option' could be choosen as well to exclude all others.
11
votes
up equal down
Solution #1: like for 'Multiple Option' question Type
Written by tileca the 15 Dec 09 at 19:51.
Similar like it is implemented for the 'Multiple Option' question Type

Add a comment or propose a solution >>

More tailored invite emails  
Written by lovepade the 3 Aug 10 at 08:59. Related project: 1.x all. New
Currently the system can send out reminder emails, which is great. But the emails which people receive are identical regardless of whether they have already begun the survey (but not finished) or wether they have not begun the survey.

This is a problem because some people actually think that they have finished the surveye - or maybe forgot that the got interrupted. Some of theese people get annoyed when the recieve a confirmation mail.

10
votes
up equal down
Solution #1: Separete mail templates for "reminder" and "reminder-begun"
Written by lovepade the 3 Aug 10 at 08:59.
I think it would be a great service to e.g. send out a reminder email along the lines of (maybe only with token-based persistency):

"Dear NAME,

Our survey-system has registered that you on date begun to answer the questionaire - but you did not answer all the questions.

You can continue where you left of here: surveyurl

If you do not wish to continue, please press this link and we will not send you anymore reminder emails link.


This is an automatic email. You answers are anonymous, the system have only registred that you did not finish the querstions. Nobody - not even the systemadministrator, will ever know wether you finished the whole survey or not.

If you have any questions please contact surveyadmemail"

Add a comment or propose a solution >>

Assessment reports  
Written by tiprichard the 25 Sep 09 at 17:26. Related project: 1.x all. New
Show statistics about the amount of assessements of a survey is above an amount of points.
9
votes
up equal down
Solution #1: Integrate in statistics.
Written by tiprichard the 25 Sep 09 at 17:26.
Integrate the possibility to report groups or totals above an amount of points.

Add a comment or propose a solution >>

Sending different kind of invitations for the same survey  
Written by vs_arni the 28 Sep 09 at 15:57. Related project: 1.x all. New
Hi,
I explain with an example:

I have the same survey to do, but there are two different kind of partecipants.
One group is formed by industry managers, politicians, etc; the second one is formed by journalists, opinion leader, professors, etc.
So I would send a different invitation for each group. The first in a formal language and the second in a more friendly language.
I can import addresses and use the attributes to identify the group belonging for each partecipant.

But then?
9
votes
up equal down
Solution #2: check boxes
Written by akirasrebirth the 29 Sep 09 at 11:30.
Possibility to send the invitation email only to the participants with the same attribute. Solution: a list of the attributes with check boxes in the "Send email invitations" page. The invitation is send only to the participants with checked attribute.

-----------------

Yes, but we also need different emails, for different groups, in the same survey
8
votes
up equal down
Solution #3: Add filter capabilities to the invitation/reminder screen
Written by c_schmitz the 19 Dec 09 at 01:33.
By adding a filter field to the invitation screen you would be able to only send invitations to certain records after you filtered for example for the contents of a certain attribute field.

Add a comment or propose a solution >>

Group subquestion stats/charts are presented in fragmented way  
Written by mfreund the 6 Jul 10 at 22:08. Related project: 1.x all. New
It would be great if questions containing subquestions (e.g. array questions with multiple questions) could display in statistics and graphs together on a single chart.

Also, pie charts are a poor way to display data that is not categorical in nature. Ordinal (e.g. education level) or scale (e.g. age) variables are hard to make sense of in pie charts.

For example, I often ask respondents to agree or disagree with a number of related statements. It would be good to view the responses together and displayed in a way that conveys that the responses are on a continuum.
9
votes
up equal down
Solution #1: Display subquestion stats together, using stacked bar charts
Written by mfreund the 6 Jul 10 at 22:08.
An ideal format for doing this would be a stacked bar chart. Each bar could be a subquestion, and the answer options stacked in the order defined in the question design. (In my example, they would be Strongly Disagree / Disagree / Neutral / Agree / Strongly agree.)

See the 1 comments or propose a solution >>

Need to Collect More Contact Info on Registration  
Written by nobrain the 21 Jan 10 at 02:11. Related project: 1.x all. New
I need to collect more contact information on registration such as phone number, address, etc.

I can add an attribute for it (tokens) but then when the user visits, it does not ask for this info.

So, basically my idea is to have a setting "Public" and "Required" for attributes in tokens. Then, I can add an attribute such as "Phone Number" and set it to public and required and the user will be required to provide it to take the survey.
8
votes
up equal down
Solution #1: Add "Public" and "Required" Options to token Attributes
Written by nobrain the 21 Jan 10 at 02:11.
Simple, allow a checkbox next to added attributes in tokens that can select Public. This means that the person registering for the survey will be shown this attribute and asked for an answer.

If "Required" is also checked, it will be required.

Add a comment or propose a solution >>

Improve general handling of mandatory questions at a survey  
Written by Mazi the 23 Oct 09 at 16:24. Related project: 1.x all. New
When creating / testing / editing a survey mandatory question are really annoying. I can think of these situations where making questions of a survey (temporary) non mandatory will be a great improvement:

1. (Developer) Testing possible bugs
When importing a survey for testing mandatory question can drive you nuts.

2. (User) Previewing a survey which is in development
You just want to take a look at the questions and survey design, having to answer all mandatory questions is a mess.
7
votes
up equal down
Solution #1: Disable mandatory check under certain conditions
Written by Mazi the 23 Oct 09 at 16:24.
Solution for 1.
A) If $debug is set to "2"/"3" don't execute the mandatory check.
B) New config setting "$ignore_mandatory", if set to "1" don't execute the mandatory check.

Solution for 2.
A) Create a "All questions are mandatory?" -> yes/no option at survey settings
B) Create an overview which lists all questions and a simple "mandatory yes/no" radio option. This way you can set up your survey without making question mandatory from the beginning at chose which questions should be mandatory at a later step.
This overview can be survey or group based.

See the 1 comments or propose a solution >>

Mailserver-Admin can guess the ID of the invited survey-user  
Written by Rince the 6 Jan 10 at 14:47. Related project: 2.x all. New
Since the ID for the users gets calculated by the import (so, if the import is in alphabetical order we have an incremented order also in the IDs), someone could try to guess the ID of users if he has access to the mailserver-logfiles. Since the Webserver-Admin is most of the time also the admin of the mailserver on localhost, he would now have the possibility to de-anonymize some surveys.
6
votes
up equal down
Solution #1: Randomize the sending of the mails
Written by Rince the 6 Jan 10 at 14:47.
Instead of using the ID to sort the list to send out the invitations, use a function to randomize that list. Since every mail has to get created individually, you only have to check the range of the IDs and check for not having duplicates while sending out.

Thank you in advance ;)

Add a comment or propose a solution >>

Offline Surveys  
Written by holch the 26 Feb 10 at 02:31. Related project: 2.x all. New
I was thinking about this quite a while already. It is not always possible to do a interview online (CAWI) or via telephone (CATI). When programming is necessary CAPI comes into the game.

However, most CAPI-Tools are old and boring and additionally you have to have still another program.

However, wouldn't it be greate to be able to use Limesurvey for all those purposes. However, even with UMTS/3G it is not always possible or reliable enough to do it with a online survey tool.

5
votes
up equal down
Solution #1: Limesurvey CAPI feature
Written by holch the 26 Feb 10 at 02:31.
In times of Google Gears and HTML5 I was wondering if it would be possible to use the survey offline?

Tine20.org for example is using Gears to make the application usable offline. Or Gmail, etc.

I am not sure if this is possible with a very complex and flexible tool like Limesurvey, but maybe it is?

Add a comment or propose a solution >>

drag and drop question type and hotspot question type  
Written by freddekkers the 22 Apr 10 at 16:56. Related project: 1.x all. New
drag and drop question type

Respnsee can answer questions by drag a image (i.e. a card with an animal) and drop it on an anothor inmage (i.e. mamaels, insects etc)


Hot spot question

Responsee can answer a question by pointing to a spot (i.e. a country on a map of a continent)
5
votes
up equal down
Solution #1: use standard apps
Written by freddekkers the 22 Apr 10 at 16:56.
I am no programming specialist, but i hear that there are java aps to perfom this task

See the 1 comments or propose a solution >>

Informed Consent and Authorization Functionality  
Written by atavei the 7 Apr 10 at 19:06. Related project: 1.x all. New
Nowadays, all research with human subjects require informed consent and authorization. The use of a program such as LimeSurvey in academic, government, or business environments require a mechanism of informed consent. In the specific case of academic environments, Institutional Review Boards WILL NOT APPROVE any type of research with human subjects without a mechanisms to verify the informed consent. Restrictions such as this are already found (or likely to be found in the near future) in government, medical and some business settings. Usage of LimeSurvey in academic--or other-- settings will be hindered by the absence of this kind of functionality.

5
votes
up equal down
Solution #1: Include informed consent acquiescence as a standard feature
Written by atavei the 7 Apr 10 at 19:06.
Although a Workaround to address this issue exists for the Register page, and another (that I have added to the Forums) exists for the Welcome page, this kind of functionality should be available as a standard feature. Users should not be required to write javascript code or to play around in the template area to reach this kind of functionality. A user should have the option to select (if so required) where the consent verification should be made: in the Register page, or in the Welcome page when registration is not required. A mechanisms to upload/download a pdf of the consent and authorization statement should be provided also. Users should be able to download the consent to which they are acquiescent. Many Institutional Review Boards require that a copy of the consent be provided to the users if so requested.

Hope to see this functionality added in LS1 and LS2!
-1
votes
up equal down
Solution #2: Workaround: Set up yes/no question with conditional display of all others
Written by mfreund the 6 Jul 10 at 22:14.
I support this idea, but here's the workaround I've used.

As the first question (and group) of the survey, I set up a yes/no or list radio button question with the consent text. I also made a PDF of the consent form and put a link in it in the body of the consent text so they can download it.

Then I set all other questions in the survey to display only if the answer to the first question is "yes" or "I agree."

Not the most elegant solution, but it worked for my IRB and my respondents!

See the 3 comments or propose a solution >>

2 3 4 5 6 7 8 9 ... Next >>