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

Popular ideas Here are the latest commented ideas about LimeSurvey.

Abrupt ending or Closing the Survey  
Written by kishu the 6 Mar 10 at 09:51. Related project: 2.x all. New
Every now and then we find incomplete surveys.
The user might get bored in the middle (happens usually for long surveys) and/or close his browser window (can be sometimes unexpectedly ) which results in incomplete survey.
2
votes
up equal down
Solution #1: Option to email the link
Written by kishu the 6 Mar 10 at 09:51.
Whenever the user closes the browser in the middle of the survey, a confirmation screen should pop out asking him to enter his email so that he can continue answering that particular survey at a later stage if he wish to.
A link to that particular session should be mailed to the user
0
votes
up equal down
Solution #2: Important Questions
Written by anishseth the 21 Mar 10 at 08:05.
once the user gets bored and decides to switch off the survey we can cut the survey to the most important questions. The user will be informed that the survey has been cut to a few important questions, so he/she are requested to complete the survey.

Add a comment or propose a solution >>

Email throttling like PhpList  
Written by GregB the 28 Feb 10 at 23:59. Related project: 1.x all. New
Many shared hosting providers have an hourly limit on how many emails you can send out.

To manage this limit, you have to babysit LimeSurvey and press the button in batches.

If you exceed the hourly limit, bunches of emails will not go out and often you will receive bounced email messages. It is a mess to determine who did get your invitation / reminder and who did not.
1
votes
up equal down
Solution #1: Email throttling similar to PHPList
Written by GregB the 28 Feb 10 at 23:59.
PHPList is an open source newsletter package that I use to keep in touch with my subscribers.

It has an email queue that automatically works through batches of emails until it has sent all them all. The email queue can process automatically using cron jobs.

Since PhPList is open source and LimeSurvey is open source, maybe PHPList would share some lessons learned and allow sharing of some of theri current code?

Add a comment 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 >>

Deliberation, debate, the ability to persuade and be persuaded--democracy  
Written by jtmanis the 19 Jan 10 at 17:19. Related project: 1.x all. New
The eVote/"The Clerk" project from Marilyn Davis has not seen additional development for five years +. See:

http://www.linuxjournal.com/article/6448

Moreover, email is no longer the "killer app" for online elections/polling and surveys.

With the ability to use time-limited tokens multiple times, the user-friendly interface of LimeSurvey, combined with social networking and online collaboration tools, could provide a secure online collaboration/deliberation suite to allow any number of participants to take part in online debate, and, most importantly, change their opinions and their votes any number of times within a set time-span.

As the principal researcher of the Open Source Learning Lab (OSLL) at Lethbridge College in Alberta, Canada, I am proposing a massively collaborative data-collection project. While omnibus political polling of randomly selected respondents would be done in our open source call centre, many surveys would be most useful when gathering opinions from invited members of various communities of practice. Inter-institutional surveys among colleges and universities re. best practices in teaching and learning are my primary interest at present.

The ability to allow invited participants (hundreds, or even thousands) to reuse a token an unlimited number of times within an agreed upon time-span would allow large-scale collaboration in defining problems, and collectively forming opinion through deliberation and debate.

Jim Manis, PHD
Open Source Learning Lab, Lethbridge College
3000 College Drive South
Lethbridge, Alberta, Canada, T1K1L6
(403) 382-6978
jim.manis@lethbridgecollege.ca

[....]
0
votes
up equal down
Solution #1: Tweak token functionality to allow change of opinion
Written by jtmanis the 19 Jan 10 at 17:19.
I am not currently a LimeSurvey developer, so I will just repeat:

The ability to allow invited participants (hundreds, or even thousands) to reuse a token an unlimited number of times within an agreed upon time-span would allow large-scale collaboration in defining problems, and collectively forming opinion through deliberation and debate.

Add a comment or propose a solution >>

button replaces surveyurl in invitaiton e-mail  
Written by freddekkers the 14 Dec 09 at 12:37. Related project: 1.x all. New
I would like to replace the surveyurl in the invitation e-mail ( and the reminder mail) by a button. Potential respondents are not interested in the numbers the see now.
3
votes
up equal down
Solution #1: possibility to make a button with link to surveyurl
Written by freddekkers the 14 Dec 09 at 12:37.
Make it possible to make a butten with a link to [serveyurl] when editing invitation/reminder e-mail (in fckeditor).

Add a comment or propose a solution >>

Confirmation codes vor vote verification  
Written by eckes the 14 Nov 09 at 21:19. Related project: 1.x all. New
If one uses LimeSurvey for Voting it would be good if one can publish the list of votes at the end, so each voter can check, if his vote is recorded correctly.

For this to work, the user should receive a code under which the vote is recorded. This code should be different from the token, since otherwise the token sender can correlate the vote to the email address.

It must also be ennsured that the code cannot be issued twice by LimeSurvey.
-2
votes
up equal down
Solution #1: Generate Vote Confirmation codes as hashes
Written by eckes the 14 Nov 09 at 21:19.
In order to avoid that a malicious limesurvey installation can give the same vote-code to multiple users it makes sense to generate the vote-code with voter specific data and a random secret.

I am aware that not all users can verify it, but there is still a good changce to spot problems for interested voters.


This would look like this:

Your vote will be documented in the public list like this:

VoteId | Votes
8edb010327bffc70dc2c | 0001: yes 0002: no

The VoteId above is generated personally for you. You can verify this, because we used the following method to generate it:

cut20(sha256("berndeckenfels 1446hhhfdgdfg545"))

(I.e. using your token, appending a random string, calculating the SHA-256 checksum and using the first 20 characters of the hex representation.

On Unix you can do:
echo "berndeckenfels 1446hhhfdgdfg545" | sha256 | cut -b1-20

Now:
voter can check if the published sheet contains vote
voter is shure LimeSurvey cant assign the code to two votes
voter is shure that the code which is published is not related to the token and nobody (besides limesurvey who generated the random number and stored the code in database) can associate it with the user.


(In my example the token is user name, but of course it would be a random string in most cases).

Add a comment or propose a solution >>

daily automatic short reportings /status  
Written by roB2009 the 2 Nov 09 at 15:58. Related project: 2.x all. New
Hi,

what about this feature:

A daily status-mail from an active survey, witch show the progress of the users in a tokenbased survey.

Menu in admin-section:
Status type: Questionnumber or Group
Time: XX:XX
Email: XX@xx.de

Result - maybe an excel sheet with:

Survey: Sample
----------G1 | G2 | G3 | G4
user01: ø ø
user02: ø ø ø
user03: ø ø ø ø
0
votes
up equal down
Solution #1:
Written by roB2009 the 2 Nov 09 at 15:58.

Add a comment or propose a solution >>

Prepopulate answers AND add a route multiple surveys to one email option  
Written by creek138 the 14 Oct 09 at 22:15. Related project: 1.x all. New
Two problems here:

One:

I know you can prepopulate answers for token based persistance by adding the "&" the question string "=" the answer code. However:

A) You cant do this for 25+ prefilled answers, for one the url is way too long, and secondly, LS doesnt support it

B) You can only do this for token based surveys, not open ones


Two:

If you send multiple tokens to the same email address, it creates a cookie once the person completes one survey, if they try to open another while they have ANY browsers open, it catches that cookie, marks the second token as complete and will not allow the person emailed to complete the survey, not only that but it leaves all answers blank for the second survey. Then I have to tell the person to close their browesers and I have to reopen the token.
1
votes
up equal down
Solution #1: Allow for prepoulation of answers when building survey & add a drop down
Written by creek138 the 14 Oct 09 at 22:15.
For the first problem, please add an option for each question while building the survey for the builder to prepopulate an answer.

For the second one, please create a cookie that is token specific rather than only a browser specific cookie. Then add a drop down so that we can choose which one we want set for that survey.

Thank you again.

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

<< Previous 1 2