Written by iamharry the 25 May 11 at 10:17.
Global category: Templates.
New
Questions will be stored in the database as templates (similiar to label templates). This make users in the organizationg able to sharing, reusing questions (question types) instead of import from files.
Written by dabrahams the 7 Apr 11 at 00:28.
Related project: 2.x all.
New
I am creating a survey for a client who wants to run the survey on their own
subdomain. Naturally, they don't want to host it themselves, so they are
pointing their subdomain at my server. I can get sort of close to making this
work with the right combination of vhosts and rewrite rules in the webserver,
but several things still don't work right. For example, SURVEYURL in the
email notification templates still gets replaced with that of the main site. Ideally I would be able to customize the root URL for each survey. It would also be nice if user groups could be assigned a survey URL and they would appear to get their own limesurvey site under which the surveys they create will appear.
Written by zenil79 the 11 Feb 11 at 07:33.
Related project: 1.x all.
New
Right now you can style a survey by modifying its template. You can also put any .js file for a survey by modifying its template.
But there could be more than 1 survey that shares the same template but needs to differ slightly. For example each survey could have a different header image, background image,footer etc. So creating a separate template for each survey(that differs slightly) is cumbersome.
In emailing invitations and reminders, one can use a barebones version of the SURVEYURL field placed within an HTML anchor tag to make a prettier survey link. The code described in the documentation is @@SURVEYURL@@.
The same type of feature would be desirable for the OPTOUTURL as well, but is currently unavailable in 1.90+.
The buttons are so small that sometimes it can lead to clicking on things that were not meant to be clicked on. Little buttons that I cannot read sometimes lead to me restarting the survey or the like.
adding question number for each question while making the survey... also having exact number of percentage while progressing WITH the graph progress bar.
The alt text is read aloud when someone fills in a survey using a screen-reader. It is standard "Help"; which is slightly irritating when it is repeated with lots of wuestions.
So I want to change it to: nothing (i.e. silence), or something like "Information about this question:".
I tried changing the text Help inside the translation file, but that does not change anything.
The alt-text can be changed inside common.php.
Search for:
$line=str_replace("QUESTIONHELP", "".$help, $line);
Change the text after alt=
Save the file and that is it.
You can find common.php in the root of your limesurvey install.
However: watch out when you update. This can cause your changes disappear.
Mazi thinks it would be useful to be able to also change these text by editing the translation, what do you think?!
Written by apatani the 11 Oct 10 at 02:00.
Related project: 1.x all.
New
The scrpit and layout of the page now appears in the index.php file in the root folder. IF you want to change this formatting to make it specific for the survey that you want ot use with token or if you want to add graphics, etc changing index.php is not what you want to do.
Written by virus the 14 Aug 10 at 18:36.
Related project: 1.x all.
New
Would it not be nice if you can change the replacement fields messages to your own, currently you can't as they are hardcoded , to change them you need to edit the file just to find out that it gets replaced when you update / upgrade.
Written by virus the 14 Aug 10 at 18:12.
Related project: 1.x all.
New
Currently in LimeSurvey the replacement field for RETURNTOSURVEY if used gets replaced with and hyperlink, which does not quite fit in with all the nice buttons you have on your template.
So to make it blend in with the rest of the buttons on your template you will have to make some adjustments to your template code.
Written by griffisblessing the 10 Jun 10 at 20:21.
Global category: Templates.
New
I'm brand spanking new to LimeSurvey - just installed and got it running this morning. I've already created a survey and published it, so I'd say things are going well. My feedback has to do with the graphic layout in the admin area, it feels a little cramped.
Written by kishu the 6 Mar 10 at 16:53.
Related project: 2.x all.
New
It's very usual to find users submitting the form with mandatory questions unanswered. Then the page gets reloaded again with a change of css to point out the such questions. The problem is when a survey page is too long with more number of questions then the user needs to scroll all along to find out what he missed. This is fine but a better alternative can be thought of.
Written by mdekker the 1 Mar 10 at 10:42.
Related project: 1.x all.
New
When you want to style question for an individual survey you have to manually include a css file or edit the overall template. It would be nice to have additional, surveyspecific CSS in a separate CSS file that can be edited from the survey screen instead of from the template editor.