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 LimeSurvey that have been approved.

I don't think a user should have to manually update the config-defaults.php fil  
Written by nickheycats the 8 Feb 12 at 00:33. Global category: Logic & Conditions. New
To set advanced setup configuration settings a user has to manually update the config-defaults.php file. When an the survey engine is upgraded, extra changes need to take place in the config-dfeaults.php file.

Sorry, this request does not fit well with any of the Global categories.
0
votes
up equal down
Solution #1: Allow setting advanced setup variables in the config.php.
Written by nickheycats the 8 Feb 12 at 00:33.
For instance, if someone needs to override the $publicurl value, it has to be done in the config-defaults.php. When a user creates their config.php, they might have all the information they need to set the $publicurl, yet they cannot set the value in the config.php.

By updating the config-defaults.php to first check if the variable has been set, we can keep the user's version of the variable and set a default if needed.

$publicurl = isset($publicurl) ? $publicurl : "$rooturl";

Of course there are several ways to do this same logic.

With the code above, if a user were to set a value for $publicurl in their config.php, it would not be overwritten by the config-defaults.php. If the user does not set the value manually, the value will still be set to the default value.

Add a comment or propose a solution >>

Final or thanks message in closed surveys  
Written by filhocf the 2 Feb 12 at 14:58. Global category: Logic & Conditions. New
When we need to close a survey, can expire or close it.

In both cases, to show a message explain the end of survey and saying some thing like a "thanks by interesting".

0
votes
up equal down
Solution #1: Add more a field
Written by filhocf the 2 Feb 12 at 14:58.
In the "Edit text elements", to add more one field for final message, that will filled with a thanks text or explanation about the closing of survey.

Is more a consideration's question that a tecnical's question.

Add a comment or propose a solution >>

Copy Groups  
Written by don the 1 Feb 12 at 14:49. Global category: Logic & Conditions. New
We should copy a whole group not just a question, then looping this group depending on a question.

For ex: how many pets do you have: 3

For each pet, you should have the possibility to answer the same question group.
0
votes
up equal down
Solution #1: Copy button for groups
Written by don the 1 Feb 12 at 14:49.
There should be a copy button for whole groups.

The conditions on a group is a request, which is already mentioned in another idea.

Add a comment or propose a solution >>

Use Question Validation Equation only if person navigates past the question  
Written by vierundzwanzig the 27 Jan 12 at 10:12. Global category: Logic & Conditions. New
It would be nice if the Question Validation Equation is only used when the user navigates past the question with the Question Validation Equation.

If you, for example, use a Question Validation Equation in the third question of your survey and the participant answers the first question the third question will be shown in red if you don't check whether it is null or not.

The situation is that the person didn't even try to answer the question because he/she is at a question before. But I think it would make sense to use/check the Question Validation Equation only if the person is working with the question.
0
votes
up equal down
Solution #1: Check validation after the person "leaves" the question
Written by vierundzwanzig the 27 Jan 12 at 10:12.
An idea would be to check the validation after the persons "leaves" the question. For example with events like focusout, blur, change, click or whatever would be suitable to check whether the persons finished answering a question.

Add a comment or propose a solution >>

Get easy (or clean) URL for easy reference  
Written by filhocf the 15 Dec 11 at 19:39. Global category: Logic & Conditions. New
When i make a survey, LimeSurvey uses its internal ID to reference this survey in the URL. The idea is change this URL by a more easy.

Example: A survey with employees that did MBA.

"normal URL"
http://my.site.com/survey/index.php?sid=37424

"Clean/easy URL"
http://my.site.com/survey/mba

so, /mba is a alternative URL to /index.php?sid=37424.

Say to my user some thing like "Please, enter in 'my.site.com/survey/mba' and answer the survey!" is more easy (and mnemonic) that say a URL with text and numbers.
0
votes
up equal down
Solution #1: Look at Drupal project the alternatives URLs
Written by filhocf the 15 Dec 11 at 19:39.
In Drupal (www.drupal.org), we make a node (story, page, blog's page, etc) and it gives a url like:

my.page.com/?q=node/32

And i can change this URL automatically using a module or writing the final part of URL, like this:

my.page.com/title-of-my-post

Inside of Drupal, have a table where have the 'translation' between system's url and user's url.

See the 1 comments or propose a solution >>

prerequisites  
Written by firesox36 the 27 Nov 11 at 09:03. Global category: Logic & Conditions. New
Some users download Lime Survey but don’t have the knowledge to use it.
0
votes
up equal down
Solution #1: prerequisites
Written by firesox36 the 27 Nov 11 at 09:03.
The Lime Survey page should show the prerequisites to use Lime Survey.

Add a comment or propose a solution >>

Addition of third person comments  
Written by kakarountas the 7 Nov 11 at 09:14. Global category: Logic & Conditions. New
I am a manager at a small enterprise and I would like to ask my employees for completing a self-assessment form created using LimeSurvey. However, before forwarding it to the board, I would like to add at least some comments to each completed survey for each employer (alternatively a reply to 5-10 questions per completed questionnaire would also be ok).
0
votes
up equal down
Solution #1: Supporting two users completing a single questionnaire
Written by kakarountas the 7 Nov 11 at 09:14.
So what I would like to suggest is to support/introduce surveys required to be completed by two persons. This means, that one group of questions is completed by the employer and another group of questions by the manager. Only when both have completed the questionnaire, it may be considered to be closed.

Since I am a new user of LimeSurvey, and until now I have used it for typical only surveys, to gather statistical data, I am apologizing if this is a feature already available.

See the 1 comments or propose a solution >>

Different survey statuses  
Written by holch the 18 Sep 11 at 16:50. Global category: Logic & Conditions. New
At the moment the survey is either on or off. It would be great if there would be the possibility to give a survey different statuses like "open/online", "paused", "finished", etc.

The admin could mark the current status and respondents would receive different messages when opening the link like the survey itself in case of "online" and something like "The survey is currently paused/not active, please come back later" and "This survey has been closed, as we have reached the necessary amount of participants".
0
votes
up equal down
Solution #1: Different statuses
Written by holch the 18 Sep 11 at 16:50.
Put different status options in the general settings, main page of the survey and show depending on the current status a specific message.

Add a comment or propose a solution >>

Multiple thank you pages  
Written by Oak the 12 Aug 11 at 01:38. Global category: Logic & Conditions. New
LimeSurvey currently does branch logic throughout the survey and it works great. However, if I have a happy client or a dissatisfied client, sometimes I want to route them to different completion pages. Instead of a single end message, I would prefer at least 2 pages I could direct people to based on a condition from the survey.
0
votes
up equal down
Solution #1: multiple thank you pages
Written by Oak the 12 Aug 11 at 01:38.
I don't know if this is the best method, but I could make use of 2 end message boxes on the edit survey settings page, one for default and positive ending, and one for a negative ending. Or you could just implement multiple pages where I can select to edit a page and customize it.

Then in the survey questions area, use the conditional logic function to direct people to whichever page/ending I choose.

Add a comment or propose a solution >>

Mutiple Survey List Questions  
Written by panthia the 11 Aug 11 at 08:21. Global category: Logic & Conditions. New
I am planning to create a large number of surveys that can be grouped into different categories. I would like to have multiple survey list pages and assign surveys to different pages so that the will be grouped together and not mixed in to other topic surveys.
0
votes
up equal down
Solution #1: Multiple Survey Pages or Categories of Surveys on the Survey List page
Written by panthia the 11 Aug 11 at 08:21.
I would like to have a separate url for each type of survey. I am guessing I can just create multiple folder and put the index.php in each and modify but if this could be an automated feature that would be useful.

The other option would be to have categories of surveys on the survey list page that would then open up all surveys in the particular category.

Add a comment or propose a solution >>

missed item notification needed  
Written by paso the 2 Aug 11 at 16:39. Global category: Logic & Conditions. New
Due to stipulations by our human subjects committee, we are not allowed to make all questions/items required (i.e., where participants would not be allowed to proceed until they have completed everything). As a result, we often get missing data because participants will inadvertently skip a question/item.

0
votes
up equal down
Solution #1: missed item notification
Written by paso the 2 Aug 11 at 16:39.
I was wondering if there is a way to have a pop-up window or some other notice that would alert the participant that they skipped a question, and if so, which one?

From our work with other web-based data collection tools this was tremendously helpful in getting the majority of participants to complete all of the items...since LimeSurvey is superior in so many ways, it would be great if there would be a way to do this too.

Thanks so much in advance. And if this feature already exists, I would appreciate any information on it.

Add a comment or propose a solution >>

Sometimes for some survey we need specific order for a people  
Written by Shnoulle the 18 Jul 11 at 12:00. Global category: Logic & Conditions. New
If we need to present some group to specific token, maybe in some order, or if we need to present some answer in specific order for some people, it's very difficult to do in javascript.


1
votes
up equal down
Solution #1: a SQL request with token attribute ( and code in)
Written by Shnoulle the 18 Jul 11 at 12:00.
For token survey, we can use an attribute for the order of an answer.
1. Question attribute: order anwser with attribute (attribute selector or number).
2. In the attribute: put the code of the answer separate with comma ( A1,A2,A5 )
3. Use a SQL request to take the token, : SELECT * FROM $dbprefixanswers WHERE qid=$ia[0] AND language='$_SESSION['s_lang']' AND scale_id=0 AND code in ($attribute_token) ORDER BY FIELD( code,$attribute_token)

for each question type.

Same thing for group order with the new group code.

I already do it for ranking and list_dropdown question type. But i test it only in mySQL. I don't know if we can use " IN ($array) order by ($array) in msSQL and other SQL langage.

Add a comment or propose a solution >>

[Label] Manage his own label  
Written by msorriano the 6 Jul 11 at 10:03. Global category: Logic & Conditions. New
Today with right "Manage labels", user can delete/modify all labels.
0
votes
up equal down
Solution #1: [Label] Manage his own label
Written by msorriano the 6 Jul 11 at 10:03.
Do you can modify source for delete/modify his own labels.
Each user manage his own labels.

Add a comment or propose a solution >>

Supply endURL dynamically when invoking survey  
Written by wabrit the 14 Jun 11 at 13:39. Global category: Logic & Conditions. New
In some circumstances it's quite difficult to statically configure the endURL of a survey.

An example of this is when hosting the survey in a portlet as part of a portal container. Portlet render URLs tend to be quite complex in construction and it's certainly inadvisable (and quite difficult) to construct them statically.

0
votes
up equal down
Solution #1: Allow endURL to be supplied in URL to invoke survey
Written by wabrit the 14 Jun 11 at 13:39.
It would be excellent if the endURL could be supplied as a query parameter (safely URL-encoded of course) when the survey is invoked (cf. supplying a token as a query parameter).

If present in the request, the endURL would override any statically configured endURL for that survey.

Add a comment or propose a solution >>

Expose assessment score to 3rd party app processing  
Written by wabrit the 8 Jun 11 at 11:22. Global category: Logic & Conditions. New
I'd like to be able to take the assessment score and, rather than have limesurvey apply rules for handling the score, be able to pass it back to my application so that it can determine the best course of action.

0
votes
up equal down
Solution #1: Support TOTAL within endURL
Written by wabrit the 8 Jun 11 at 11:22.
I believe a possible mechanism would be to support the TOTAL placeholder within the end URL.

Alternatively if the database stored the total assessment score.

Add a comment or propose a solution >>

auto generate IDs  
Written by pmonstad the 5 Apr 11 at 12:20. Related project: 1.x all. New
I can't see why the user has to enter ID manually when creating question groups or questions. There should be an option letting LS auto generate IDs which the user can override if needed.
0
votes
up equal down
Solution #1: auto generate IDs
Written by pmonstad the 5 Apr 11 at 12:20.
auto generate IDs and posibility for the user to alter.

Add a comment or propose a solution >>

Integration With Joomla 1.6  
Written by Jake the 29 Mar 11 at 21:22. Related project: 2.x all. New
Integration With Joomla 1.6
1
votes
up equal down
Solution #1: Integration With Joomla 1.6
Written by Jake the 29 Mar 11 at 21:22.
We would like to sponsor this feature.

Add a comment or propose a solution >>

Remove specific conditions from multiple questions  
Written by JoyLaneResearch the 12 Mar 11 at 20:55. Related project: 1.x all. New
LS 1.9 allows copying specific conditions from one question to one or more other questions.

Would like to be able to do the reverse of this, namely choose a condition in one question and remove that condition from selected other questions.
0
votes
up equal down
Solution #1: Remove specific conditions from multiple questions
Written by JoyLaneResearch the 12 Mar 11 at 20:55.
Would like to be able to do the reverse of this, namely choose a condition in one question and remove that condition from selected other questions.

Add a comment or propose a solution >>

Data consistency is different to filtering questions  
Written by lfanfoni the 7 Mar 11 at 15:04. Related project: 1.x all. New
In my experience there are many cases where you need to make a check of the compiled data, as inserted on a single field as between fields.
For single fields it's possible to define mandatory and validation checks. For checks on differents fields it's necessary to develop JavaScript ad-hoc functions.

For example:
Question1 (multiple numeric): Number of employees by sex
Question2 (multiple numeric): Number of employees by class of age
Question3 (multiple numeric): Number of employees by qualification
Check: totals of 1, 2 and 3 must be the same
0
votes
up equal down
Solution #1: Definining check conditions at group level
Written by lfanfoni the 7 Mar 11 at 15:04.
Introducing the object "group check" as a set of individual conditions to be checked when you click on the Next button, so 'as to the mandatory answers.
A "group check" should be of two types: blocking and warning. For the warning check should be given the choice to go to the next group or to edit the field.
For each group could set up multiple "group check" to run in sequence.
Each "group check" should be composed of individual conditions combined together with AND and OR.
The condition should be set to questions/answers or on the token fileds (so 'as to current conditions)

Add a comment or propose a solution >>

Automatically Load Next Page/Question  
Written by patorough the 9 Feb 11 at 15:31. Related project: 2.x all. New
Usually when a survey is designed to be completed group by group, the survey taker has to click next button. In a recent survey at work, one of the feedbacks I got was that it would be time and effort saving to have the questions automatically presented once the current question was answered.

So, why not add the choice to survey designer to deactivate or hide "NEXT" button if they wish to use auto-navigate; also the option to hide "NEXT" button if any mandatory questions on page are not yet answered.

Thank you.
0
votes
up equal down
Solution #1: Automatically Load Next Page/Question
Written by patorough the 9 Feb 11 at 15:31.
Use a script to call next group once the last question in current group has been answered. Deactivate next button for auto-load or when mandatory questions have not yet been answered. However still maintain option to navigate to previous page.

Thank you

Add a comment or propose a solution >>

2 3 Next >>