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

Popular ideas Here are the latest ideas about 1.x all that have been approved.

Option to show text responses in statistics view (via filter)  
Written by Doc101 the 23 Jul 10 at 13:38. New
We need to disseminate survey results to a large amount of people, and creating users/group and access permissions, plus training everyone to be able to pull result data etc is not practical.

The ability to show text responses and export them from the statistics page would solve this problem and allow quick dissemination of qualitative and qualitative data in an easy to use, familiar format (PDF/Excel)
0
votes
up equal down
Solution #1: Filter option to show all text responses to a question
Written by Doc101 the 23 Jul 10 at 13:38.
I think having a filter option to show/export text responses is the best way to go. People will then have the option of keeping all the data quantifiable (as it is now) with the ability to 'browse' responses OR allowing all text responses to be shown directly in the statistics page without having to open any new windows, and with available in the PDF/Excel exports.

Thanks!

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. 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.
0
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.)

Add a comment or propose a solution >>

Allow multiple emails per respondent  
Written by erick the 6 Jul 10 at 21:18. New
By default, Limesurvey checks respondent emails so that each respondent can only have one email.
We find that allowing multiple emails, while still checking for their validity, would be a plus.
0
votes
up equal down
Solution #1: Change validation regexp
Written by erick the 6 Jul 10 at 21:18.
The function validate_email() in common.php has a big regexp to check valid emails. We already changed it successfully by adding optional semicolon and whitespace at the end of an email.

Add a comment or propose a solution >>

Allow mass update of label sets at LS 1.9  
Written by VBraun the 4 Jun 10 at 15:48. New
Due to change function of label sets in LS 1.9 there is no longer possible mass update of labels at different questions by updating a label set.

It would be nice to still have an option of mass update. It could be useful for surveys which use one label set for many questions.

Cheers,
Vlada
1
votes
up equal down
Solution #1: Allow mass update of label sets at LS 1.9
Written by VBraun the 4 Jun 10 at 15:48.
Probably still maintain somewhere in database which label set is used for which questions and use this info for update of label description at questions after update of the label set. Maybe a button at survey saying "update to latest status of label sets" or something like that could do the job.

Add a comment or propose a solution >>

Search filter in answers.  
Written by Alfred_0825 the 3 Jun 10 at 18:54. New
Why there are not a search filter in the answers like in tokens search?
1
votes
up equal down
Solution #1: Search filter in answers.
Written by Alfred_0825 the 3 Jun 10 at 18:54.
Put a search field in the answers like in tokens search.

Add a comment or propose a solution >>

Display incomplete surveys  
Written by tringate the 21 May 10 at 01:23. New
Surveys can be incomplete for basically two reasons.
- The responder saved the survey for later completion
- The responder simply left the survey without finishing it.

The first can be displayed from the primary survey tool bar, the second can only be found by looking through all the surveys for those not yet completed but this also shows those saved for later completion.
0
votes
up equal down
Solution #1: Add a non completed survey display button
Written by tringate the 21 May 10 at 01:23.
To be able to identify these incomplete surveys and delete them easily, add a button to the survey tool bar to display incomplete but not saved surveys.

Add a comment or propose a solution >>

Add "Make Label Set" button to subquestion screen  
Written by tringate the 21 May 10 at 01:12. New
When authoring a question with subquestions the author may discover he wants to use that same set again.
0
votes
up equal down
Solution #1: Add "Make Label Set" button to subquestion screen
Written by tringate the 21 May 10 at 01:12.
By adding a button to the sub question screen to "Make Label Set" a survey author could save time and avoid having to enter in the same information again just to make a label set template.

This would let an author make label sets from existing questions with no additional data entry.

Making Label Sets a easy to maintain library of sub questions.

Add a comment or propose a solution >>

Add global update button to Label Set screen  
Written by tringate the 21 May 10 at 01:03. New
With label sets now being basically a template, it is necessary to "replace" that label set in all questions it is used in one at a time.
0
votes
up equal down
Solution #1: Add global update button to label sets
Written by tringate the 21 May 10 at 01:03.
Add a button/function to the label set to do a "global update" to all questions in non active surveys that have used that label set.

Add a comment or propose a solution >>

Warn survey authors about survey size  
Written by tringate the 20 May 10 at 14:53. New
Avoid writing a survey that is too large to be activated.
1
votes
up equal down
Solution #1: Add warning to List survey display with estimated field size shown
Written by tringate the 20 May 10 at 14:53.
Add a column in the survey list screen to give estimated survey table size.

The database type is known, and the estimated table sizes limits are known. A survey could be scanned and an estimated table size shown and those nearing the limits could be displayed in a different color.

Here is what the manual says about table size and unfortunatly after writting a very long survey and then trying to activate it I discovered I was way over the limit of what my database would accept.

...regarding survey size
Note: 'Survey size' refers to the maximmum number of questions (and answers) in your survey - don't confuse this with the number of replies on your survey (there is no limitation on that). Theoretically there would also be no limit on the maximum number of questions/answers in LimeSurvey. But the database engine you are using has several limits. The most important one is the limit on the number of fields(columns) in the result table.


•MySQL ISAM: The sum of the lengths of the VARCHAR and CHAR columns in a table may be up to 64KB.
•MySQL InnoDB: Maximum number of 1000 columns
•MS SQL Server 2000: Maximum number of 1024 columns
•Postgres: Maximum number of 250-1600 columns depending on column types. The maximum number of columns can be quadrupled by increasing the default block size to 32k. See Installation FAQ and PostgreSQL FAQ.

The mySQL ISAM engine is the most tricky one. As it allows only up to 65,535 bytes per row and utf8 characters can require up to three bytes per character the maximum may be only 21,844 characters (but this depends on your DB encoding).
You can roughly calculate the size of your survey like this:


•Every multiple numerical question: 20 chars for each answer
•Every multiple choice & array question answers: 5 chars for each answer
•Every other question type: 5 chars
•Add 10% for the usual overhead

Add a comment or propose a solution >>

Confirmation E-Mail INSERTANS on not answered questions  
Written by mmaa the 18 May 10 at 18:49. New
Place all answers in confirmation E-Mails and produce no error, if a question wasn't answered.
3
votes
up equal down
Solution #1: check each placeholder if it's empty and if so place a string like "no answer"
Written by mmaa the 18 May 10 at 18:49.
check each placeholder if it's empty and if so place a string like "no answer given"

See the 1 comments or propose a solution >>

"Others" Answer Options in Arrays...  
Written by lucafri the 11 May 10 at 15:01. New
In an Array, like in the multiple choice question, is of vital interest to have the possibility of others answer options further the fixed answer options...
So can the person that give the answer:
1) insert free text in the option "other"
2) give an evaluation based on the defined label set
0
votes
up equal down
Solution #1: Insert the option "Other" in the Array-Question Types...
Written by lucafri the 11 May 10 at 15:01.
I dont' know but if there is this possibility in Multiple Choice, why not in Arrays?

Add a comment or propose a solution >>

Export by date  
Written by jjmartinez the 10 May 10 at 18:49. New
Hi,

I think thats will be interenting that we can export answers by date of last action, I only can export by range id, but if you can export by date you can export only the answers that you completed from concrete day or range. Actually you can export by date on stadistiquis, but not at the answers, I think.

Sorry for my english
1
votes
up equal down
Solution #1: Add item
Written by jjmartinez the 10 May 10 at 18:49.
I would add the option for export by date in "general" in "Export results". Thanks four your interest.

Add a comment or propose a solution >>

Possibility to select separator for tokes imported from CSV  
Written by puohis the 7 May 10 at 14:47. New
In Finland and in many other countries other than US use semicolon (;) as a list separator and LimeSurvey can only use comma (,) as list separator (US style) for CSV files.
Would be nice to be able to select which list separator to use, because Windows and Excel are so dummy that you can't select the separator when you are saving file from Excel to CSV. You can change the separator by setting it to Windows locale settings, but that affects all programs.

-1
votes
up equal down
Solution #1: Put the selection of the CSV separator to config.php
Written by puohis the 7 May 10 at 14:47.
Easiest could be to put the selection of the CSV separator to config.php.

See the 3 comments or propose a solution >>

Test and Comment Modus  
Written by jelo the 30 Apr 10 at 14:36. New
During the development of the survey and in the pretest phase you often need to test certain parts and need to get feedback from certain stakeholders of a survey.

To get to certain parts of the survey it would be good to be able to skip conditions and validation rules and skip back and forth through the survey.

It would be nice if comments could be placed on the questionspage instead of collecting them via phonecalls and emails.


0
votes
up equal down
Solution #1: Test and Comment buttons
Written by jelo the 30 Apr 10 at 14:36.
If you activate the test and comment mode a few buttons will be displayed when taking the survey.

A skip back and a skip forth button which allow quick flipping through the pages without filling out the forms, validations rules and conditions.

A comment button allow opening of a small window which saves the text into the database. Comments can be aggreated and will be shown under the correct question/page.

The comment function is available with or without the test buttons. It can also be used as a simple way to allow translation of questionnaire through third parties.




Add a comment or propose a solution >>

Allow Welcomepage and Endpage as questionstypes.  
Written by jelo the 28 Apr 10 at 12:12. New
Allow hiding Welcomepage (when you are linking different surveys together) or different Endpages (e.g. respondents get suitable redirection).
7
votes
up equal down
Solution #1: Welcomepage / Endpages as questionstypes
Written by jelo the 28 Apr 10 at 12:12.
Adding,removing and moving the Welcomepage and Endpages as questionstypes would be a flexbile way to do it.


See the 3 comments or propose a solution >>

turn display question codes on and off on a per survey basis  
Written by evan the 28 Apr 10 at 05:04. New
When display question code QUESTION_CODE is working for normal screen surveys. It would be great to be able to turn it on and off.

Currently we run a lot of research surveys. In the development/pilot phase, we collect feed back about how the survey is structured. The problem is that it's hard to identify which question the feed back refers to. Having the question codes would make this a lot easier.

Then when the survey is ready for real use, the question codes would be irrelevant. Currently the only possible way would be to create a custom template.

Our LimeSurvey installation services a university with lots of org units and thus lots of custom templates. Creating another custom template just to display question codes is very annoying.
2
votes
up equal down
Solution #1: Add yes no option to 'Edit survey settings' > 'Presentation & navigation'
Written by evan the 28 Apr 10 at 05:04.
In the 'Edit survey settings' > 'Presentation & navigation' tab add a yes/no drop down titled "Display question codes" This would then be checked when populating the template then apply if 'yes'

See the 1 comments or propose a solution >>

SSLencrypted Adminlogin without enforcing SSLencrypted access to the surveys  
Written by jelo the 26 Apr 10 at 15:16. New

The setting of $rooturl = "http://$_SERVER['HTTP_HOST'] only allows you to set https or http . No casewise SSLencryption.

Often installations are using selfsigned certs which will produce cryptic messages beside adding load when just delivering surveys to respondents.

A workaround is leaving the $rooturl empty. But that is causing problems with e.g. links in emails incorrect.

To use rewrite url routine of the webserver is another.

1
votes
up equal down
Solution #1: Offer a separate admin url in the config.php
Written by jelo the 26 Apr 10 at 15:16.

With the separate admin url setting the SSL can be enforced when loggin in without causing any problems on the frontend side.

Add a comment or propose a solution >>

Prefill codefield when entering question  
Written by jelo the 24 Apr 10 at 00:53. New
When creating a new question limesurvey should prefill the code field of the question with 0001 or any other scheme.

Speeds up entering questions if you afterwards regenerate the codes.

1
votes
up equal down
Solution #1: Per Survey Option to prefill code or not
Written by jelo the 24 Apr 10 at 00:53.
A setting which allows prefill of code field.

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. 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)
2
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

Add a comment or propose a solution >>

Informed Consent and Authorization Functionality  
Written by atavei the 7 Apr 10 at 19:06. 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.

3
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!
0
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 1 comments or propose a solution >>

2 3 4 5 6 Next >>