Written by barbapapa the 16 Aug 11 at 18:48.
Global category: Templates.
New
There is no template file for the "enter token" screen.
It is not possible now to modify that screen, when you need to add there any elements, a survey description placeholder for example.
That page is hard-coded in index.php so you would need to modify that file. Changes are difficult and not effective. That php file is overwritten during updates of the installation.
Written by halliballi123 the 27 Oct 11 at 09:04.
Global category: Templates.
New
I have several users who create Surveys. There are some settings that all of them should use. I have a written a guide which settings the users should set.
But sometimes people just forget.
So I think it would be best to have a option to define presets for survey settings.
So when I copy a survey I must 1) copy the template, 2) assign a new template 3) change all #question classes to the new questionclass. As this is not trivial and can only be done by inspecting the stylesheet of both surveys, it would be really swell with a smart way of doing this.
Written by JEfromCanada the 30 Nov 11 at 07:47.
Global category: Tokens.
New
If Lime Survey is installed in such a way that the root url for the survey is a long character string, the generated SURVEYURL may be longer than the line size of the email program.
This results in the email program splitting the survey link over multiple lines, and in many email programs, these split URL's no longer function (i.e. the portion of the URL that does not fit on the first line is visible, but no longer part of the actual URL). Clicking on such a broken link will lead to a failed attempt to access the survey, frustrating the invitee.
Written by lovepade the 13 Oct 11 at 12:21.
Global category: Question types.
New
I love the slider layout of multiple numerical input. How ever a user asked me if it would be possible to have an option to automatically adjust the slider for answer x and y, when the user changes the answer for z.
Written by vierundzwanzig the 4 Nov 11 at 09:58.
Global category: Statistics.
New
use case
The creator of a survey should be able to include a lottery into the survey. The participant will leave his/her e-mail address for participation in the lottery. In the admin tool it should be possible to see how many people have participated in the lottery and randomly select a number of e-mail addresses for the winners.
requirements
- If the participant takes part in the survey no conclusions about the participant should be possible. For example if the e-mail address is stored in the same survey database table or the sessionID and timestamp of the participation of the survey and lottery are stored in both of the two separate tables.
- The lottery should be part of a survey. It should not be a link to a new/additional survey (with navigation and "submit" button).
- The selection of winners should be done automatically by the LimeSurvey admin tool.
Written by yaziderman the 31 Oct 11 at 10:22.
Global category: Question types.
New
Sometimes users have to fill text boxes with narrative texts, and this needs a rich text-box, this would lead to a security problem, but it would be useful if we added it!
Written by asonimie the 15 Dec 11 at 17:28.
Global category: Question types.
New
Currently the array headers will repeat according to a global setting. It would be helpful if needed that the global setting could be overridden for a advanced setting on the question itself. If nothing is entered on the question it will go by the default.
Written by tammo the 17 Jan 12 at 14:38.
Global category: Templates.
New
In some cases I want to switch design aspects on different pages.
Currently this is only partly possible (by putting
div class="group GROUPNAME"
in startgroup.pstl)
But sometimes a whole page needs another header, footer or color.
Giving each page an unique body class would make this possible. When each page is a group, it could be:
body class="groupidentification"
, this could even be an extra field on group definition pages, next to group name and group definition.
You could also do this on 1 question per page surveys.
Written by jmcos the 11 Jan 12 at 18:51.
Global category: Question types.
New
Currently, if the ranking option is marked mandatory, then the maximum number of entries specified must be chosen; the minimum specified is ignored. According to the response for Bug Tracker ID 05599, the "mandatory" indicator should be marked No if a range is desired.
The standard text for the option indicates that at least x items must be chosen. So if the minimum is at least 1, then the question is, by default, mandatory. But, the question is not marked with an asterisk like all other mandatory questions.
Written by pmonstad the 5 Sep 11 at 12:26.
Global category: Question types.
New
I'd like to have the possibility to alter the standard label text on the comment fields in question types like List with comment. In advanced settings it should be possible to enter a custom label text for the comment field.
Written by kapilsahu the 6 Sep 11 at 09:47.
Global category: Authentication.
New
can you make single sign betweeen joomla & limesurveys &
integration of it with jomsocial in any way if possible because it will make use of limesurvey with the world most popular cms & we also get facilitate in many ways.
Written by fjf123 the 8 Sep 11 at 14:55.
Global category: Tokens.
New
there is only three Attribute must be filled:firstname lastname and email. so it limited much information for survey that the administrator want to know, it is very good for add one more Attribute, and it must be filled.
Written by lachmac the 22 Sep 11 at 17:27.
Global category: Statistics.
New
I run quite a few surveys that are open for 7 days. It is important to issue reminders, and it is important to do this with the right timing, and it would be good to keep other people in our own organizations, and in the customer organization up to speed with the way the survey is going - most specifically with regards to the response rate.
For a company using Limesurvey to do market research type of inquiries this would be an easy way to get an edge vs some of the more expensive non-open source tools that exist.
I had the idea that this should be possible to do using an rss feed. The RSS feed should provide data for;
The name of the survey
When the invitations were sent out
Number of respondents that have been invited
Number of completed surveys
So for example;
Survey [SURVEYNAME]
Started [DATE, TIME]
Invited number of respondents [RESPONDENTS_INVITED]
Completed number of surveys [COMPLETED_SURVEYS] corresponding to a
response rate of ([COMPLETED_SURVEYS]/[RESPONDENTS_INVITED]) %.
Written by myksyd the 19 Sep 11 at 18:34.
Global category: Statistics.
New
The idea is: during answering respondent could change his vote, think different time on each question, swich to other window or site (this data names paradata - data about collection of information). It is important to record all this movement and actions to further analise.
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".
Written by splram the 10 Oct 11 at 12:07.
Global category: Question types.
New
Since we already have sGetFieldmap service method to retrieve list of survey questions, I feel we should also have some web service way to submit answers.
Typically this will be used when another application tries to integrate with lime survey. e.g. mobile survey application using native libraries - The application will retrieve questions using sGetFieldmap web service method, and after user answers the questions there is no way of submitting answer to lime survey using web service call