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.
34
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.


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.
12
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 >>

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.
4
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 >>

Add export LimeSurvey results to SAS.  
Written by mga the 3 Feb 10 at 18:43. Related project: 2.x all. New
SAS is a powerful statistics application that's pretty broadly used. LimeSurvey already supports exporting results to R and SPSS, which are good packages, but many of our users prefer to use SAS.

We'd like to see support for exporting LimeSurvey data into a format SAS can use, as has been done for SPSS and R.
3
votes
up equal down
Solution #1: Add export option for SAS
Written by mga the 3 Feb 10 at 18:43.
As was done for R and SPSS, add an export option for SAS.

SAS can import CSV if needed, but our users are asking for something that's easier - like they see for SPSS in LimeSurvey.

SAS can read SPSS files if need be, so I guess that's another option:

http://www.ats.ucla.edu/stat/mult_pkg/faq/fromSPSS_toSAS.htm

though it would be nice to be able to export directly in SAS format.

Add a comment or propose a solution >>

Script to simulate real world environment  
Written by lovepade the 12 Nov 09 at 10:37. Related project: 1.x all. New
Ever since some users reported problems reaching a small survey hosted on a slicehost 256 VPS, I have been paranoid about optimizing limesurvey performance.
To day I run all surveys from a dedicated 8GB monster, but I still see mysql can be tuned in different ways.
But it is difficult to realistically simulate 500 users using a full feature survey.
3
votes
up equal down
Solution #1: Default test survey, with test script
Written by lovepade the 12 Nov 09 at 10:37.
Maybe the team could develop a default test-survey with different kinds og questions, and a script to simulate XX number of simultanous users.
That way a server admin could easyly get information on mysql performance etc. to optimize the server.

Maybe selenium twisted can be used: http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.htm l

Add a comment or propose a solution >>

Survey Editor and the capacity to change multiple questions at the same time  
Written by creek138 the 14 Oct 09 at 21:32. Related project: 2.x all. New
Could you have a survey editor, much like you have a template editor?

I find it impossible to alter question/label set sizes and the placement on the survey (Left or right, top corner, etc, not question order)

Also, Could we edit multiple questions at the same time without exporting to excel first?

Developer comments
I moved your idea to the "Limesurvey 2" project because it's far too much effort to change the GUI of Limesurvey 1 to cope with it.
2
votes
up equal down
Solution #1: Create a survey editor, preferably drag n' drop, and a multiple question editor
Written by creek138 the 14 Oct 09 at 21:32.
Could you have a survey editor, much like you have a template editor, that allows you to:

- Alter each invidual question's placement on the survey
- Alter the size that each Lable set's data option takes up on the page (Bad example, but let's say I have a 1 through 10 custom array, where the first 9 options are the numbers 1-9 and the 10th is a 50 char paragraph)

In additon to that, it would also be nice to have a multiple question editor:

-where you could select all or multiple questions on the survey at the same time and be able to change their lable set, their font, their lable answers, whatever else one would want.
-where you can change multiple questions on the fly without having to go into each individual question, similar to what it would look like if you went into mysql and changed it (not recommended!).

I have some surveys that are over 500 questions long, with multiple conditional questions. So what I have been doing in these cases is export to excel, alter the survey there (I have built a .csv builder that concatenates all of the necessary criteria from excel to a very long string if anyone is interested) and then upload back into LS, it is time consuming, but much less than altering each question individually on the front end.

PS. You guys are awesome! I hope this takes off like mint did!

Add a comment or propose a solution >>

Importing answers from a Type M Question (Multiple Options)  
Written by Kronik the 5 Aug 10 at 13:38. Related project: 1.x all. New
I have a question1 of type M. A test person is able to write an additional answer into the text box.
In question2 of the type F (array flexible labels) are all answers of question1 but not the answer from the text box. Now I want the test person to be able to rate his/her answer as well.
1
votes
up equal down
Solution #1: Importing answers from a Type M Question (Multiple Options)
Written by Kronik the 5 Aug 10 at 13:38.
I don't know much of programming, but an INSERTANS-like solution would be nice.
Or, if you could make the "other?" option of a question an answer-field itself.

Add a comment or propose a solution >>

iPad Limesurvey App  
Written by simidbg the 23 Jun 11 at 15:54. Global category: Import/Export. New
Make Limesurvey survey content available offline on the iPad or on the Android platform.
This will help boost usability of Limesurvey by people wishing to collect face to face data with customers, as an alternative to collecting hte data on-line, but hte database would be identical, and can be used to extend the reach of hte surveying method.
1
votes
up equal down
Solution #1: Develop iPad App
Written by simidbg the 23 Jun 11 at 15:54.
solution should be able to import survey structure exported by limesurve, and display the questions on the screen in a manner that enables them to be completed.
The app should then be able to export (sync), the collected data with the Limesurvey database of the specified on-line survey

Add a comment or propose a solution >>

Suggest a friend to take a public survey (for enduser)  
Written by texens the 21 Mar 10 at 17:17. Related project: 1.x all. New
After taking a public survey, a end user can have the option to suggest his friends to take the survey.

The exact steps :

A user takes a public survey.
When he is done with the survey, on the last page of the survey, he has the option of suggesting some of his friends to take this survey.
If the user decides that he wants to suggest his friends, he clicks on a button "Suggest your friends". On clicking this page he is taken to a new page, where he can:
1. type in the email id of his friends in a text area or
2. upload a csv contact list
3. type in a customised email message

These users will be sent an email by the LS email sender using the customized email message.
OPTIONAL: we can add more ways and formats of uploading contacts.
1
votes
up equal down
Solution #1: Connect the uploader, parser and emailsender
Written by texens the 21 Mar 10 at 17:17.
All the components are pre-existing in the LS system.
So, all we need to do is to connect them together and add a new page to surveys where one can upload the csv contacts or punch in the email ids manually.


Add a comment or propose a solution >>

Export / Compare Multiple Surveys  
Written by Adam1V the 9 Nov 09 at 10:58. Related project: 1.x all. New
We use LS for creating project feedback forms, a new form is created for each project, all of which contain exactly the same questions as the last.

I would like to be able to compare/export surveys against eachother, i.e create graphs.
1
votes
up equal down
Solution #1: Unsure
Written by Adam1V the 9 Nov 09 at 10:58.
Unfortunatly, I am not a coder and unable to offer advice.


Add a comment or propose a solution >>

total question response time recorded  
Written by opirnia the 25 Nov 09 at 17:20. Related project: 1.x all. New
We would like to keep track of how long respondents take to answer each question.

This would be a little like the timing feature but backwards; that is, instead of counting down we would need it to count up, record the time somewhere, and then begin again for the next question.
1
votes
up equal down
Solution #1: copy question timestamp & response together to response datafile
Written by opirnia the 25 Nov 09 at 17:20.
sorry, I'm not sure how things are saved. The idea though is I would like a timestamp sort of function recorded along with the response for each question.

Add a comment or propose a solution >>

Customizable Export Pages  
Written by Adam1V the 17 Nov 09 at 17:12. Related project: 1.x all. New
I believe the user should be able to customize the exported data layout, inc adding their own images/text to the template.

I dont believe the current exported template caters for many people or a wide variety of survey types.

I would personally like to be able to export templates for Word, PDF and Excel last (Excel less important in my eyes).

The editable templates should include both data results and graphs view.
1
votes
up equal down
Solution #1: Editable Template in the template manager
Written by Adam1V the 17 Nov 09 at 17:12.
As above, this tempalte should be editable in the template manager.

Unfortunatly, im not a coder and cannot offer and constructive advice.

See the 1 comments or propose a solution >>

Export survey results with full questions to include images  
Written by peterbrown05 the 24 Oct 09 at 21:22. Related project: 1.x all. New
Some of the questions in my survey have images. I then export full survey responses and it is hard to understand the questions / responses without the images being exported too.

1
votes
up equal down
Solution #1: Include images in output word or pdf document
Written by peterbrown05 the 24 Oct 09 at 21:22.
Embed image(s) in exported word document / pdf.

Add a comment or propose a solution >>

Better response export options  
Written by rowdy the 18 Aug 10 at 14:37. Related project: 1.x all. New
The response export options are very limited at this time. Yes, there are many options but the mostly give very hard to read exports.

For example, there is the export to program option, which lets you export responses to Word, Excel or PDF format. If you have several dual scale array questions, such a Word export becomes illegible.

The same goes for the 'view single response'. When you are in the 'view responses' screen, there is a magnifying glass icon for each response which lets you zoom in on that response. But also that response is almost illegible.
1
votes
up equal down
Solution #1: View responses as the question list
Written by rowdy the 18 Aug 10 at 14:37.
The export to Word/Excel/PDF option should be thoroughly revised so that it produces easy to read responses.

The 'zoom in' on a single response should be changed. It should be presented exactly as the survey-taking screen (optionally divided in multiple screens or just all questions on one screen) and all the answers provided should be filled in. All fields can also be set to 'read only'. But this is a good way to view one single response. You can then even read the dual scale arrays correctly, easily see which checkbox-answers are ticked by a particular question...

Add a comment or propose a solution >>

Print individual answer records and all answer records  
Written by BlizzRD the 24 Nov 09 at 08:25. Related project: 1.x all. New
We detect a need in our user population (admins and survey creators) to print individual answers to a survey. For example an evaluation survey where the admin would like to print an answer record of 1 person or all the persons who filled in the survey.
1
votes
up equal down
Solution #1: Combine print question list and print answers
Written by BlizzRD the 24 Nov 09 at 08:25.
A combination of the printable survey layout filled with the answers of 1 or all persons who filled in a survey.

Maybe use XForms or ODF as standard output format for optimal use?

Add a comment or propose a solution >>

Create surveys with remote control using LSS files  
Written by bdizzle the 26 Jan 11 at 17:15. Related project: 1.x all. New
Currently, LSRC (LimeSurvey Remote Control) only supports .CSV files as templates.

It would be great to be able to support LSS/LSG/LSQ files on top of CSVs

This would allow me (and other users) to use an exported structure from a complex survey in v1.90+, modify it at will, and import it to create a modified version of the survey.
1
votes
up equal down
Solution #1: Support LSS/LSG/LSQ files in the LSRC functions
Written by bdizzle the 26 Jan 11 at 17:15.
In importGroup and importQuestion, support LSG and LSQ files respectively.

See the 1 comments or propose a solution >>

Handling of the "additional attribute fields" should be made more safe  
Written by hauber the 22 Jan 10 at 05:24. Related project: 1.x all. New
Additional token attribute fields are great, but please add some validation:

- on import, the additional attribute fields should be created automatically; if not, give a warning

- when using additional attribute fields as placeholders for replacements (e.g. email), there should be a warning plus abort the sending procedure in the cast that the attribute field does not exist in the database

- additional attribute fields should be recreated when importing surveys
1
votes
up equal down
Solution #1: Add checks
Written by hauber the 22 Jan 10 at 05:24.
1) when importing tokens, give a warning (or create additional attribute fields)

2) before sending the mail, check the placeholders; give a warning and do not send the mail if a placeholder is undefined (i.e. not present in the data model)

3) when importing a survey, create the token attribute fields

Add a comment or propose a solution >>

extension of showprintablesurvey feature to support Optical Mark Recognizing  
Written by hiroya the 2 Jan 10 at 10:49. Global category: Import/Export. New
The showprintablesurvey feature only produces printable forms. The operator must input its answers manually. It is costful and troublesome.
LimeSurvey SHOULD have a feature to produce some kinds of Optical Mark Recognizing(OMR) forms which can be sent by fax or snail mail and their answers can be read automatically through document scanners.
-2
votes
up equal down
Solution #1: implementing the OMR extension with SQS
Written by hiroya the 2 Jan 10 at 10:49.
I think the OMR extension can be implemented easily, because LimeSurvey may cooperate with an open source OMR system, which is named "Shared Questionnaire System(SQS)". It is written in Java, JavaScript and XSLT. The source files, documents and executables are distributed from http://dev.sqs2.net/projects/show/sqs . It is licensed under Apache License Version 2.
Some screenshots of SQS are available from http://dev.sqs2.net/wiki/sqs/Quick_Tour .

I have been developing SQS for over 6 years and I am interested in implementing the OMR extension. Any help will be much appreciated.
1
votes
up equal down
Solution #2: using "queX Suite" for OMR
Written by hiroya the 3 Jan 10 at 11:10.
Using "queX Suite" ( http://quexml.sourceforge.net/node/14 ) may be a working alternative method (but I don't know about it in detail).

Add a comment or propose a solution >>

Export survey start language with data  
Written by tpartner the 26 Sep 09 at 21:33. Related project: 1.x all. New
I think it would be useful to be able to record and export the survey start language for multi-lang surveys, much like it is now possible to record the time-stamp or IP address. So if a survey was accessed with something like "http://www.mysite.com/surveys//index.php?sid=11111&newtest=Y&lang=fr", the "fr" would be in the exported data.

This would allow the data to be filtered by language.

A related idea would be to allow filtering by start language in the Statistics panel.
1
votes
up equal down
Solution #1: Export survey start language with data
Written by tpartner the 26 Sep 09 at 21:33.
Not sure how it would be done in the back end but basically add a checkbox to the "Notification & data management" panel to include the startlanguage column of the lime_survey_SID table in the exportable data.

Add a comment or propose a solution >>

Triple-s survey interchange standard  
Written by DavidS the 27 Oct 09 at 14:24. Related project: 2.x all. New
CSV export of data from LimeSurvey works for simple manipulation of data.

Triple-s survey interchange standard: http://www.triple-s.org/ was designed to allow exchange of complete survey structures and design between survey tools.

This feature would allow surveys and survey data to be easier exported and used in other survey products and tools.
1
votes
up equal down
Solution #1: Triple-s survey interchange standard - specification
Written by DavidS the 27 Oct 09 at 14:24.
Read and appreciate benefits of specification: http://www.triple-s.org/sssxml12f.htm and see how these could be incorporated in the product.

Reaching this specification would help LimeSurvey increase user base as software would be industry standard compliant.

Add a comment or propose a solution >>

2 Next >>