Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Search Results (Searched for: multiple)

  • lelehd
  • lelehd's Avatar
03 Apr 2024 15:33
Hello,

I am using limesurvey to evaluate the characteristics of my images (72 images presented randomly). Each image has to be presented once for x amount of time (via the stopwatch), then scored using a multiple numerical entry question.
Overall, to randomise my stimuli more easily, I created a group for each image (e.g. S1) consisting of a text display type question allowing me to display the image, followed by a multiple numerical entry question. Each group was then defined by rand1 to randomise the groups:

S01 (18631)
Description: None
Random group name :rand1

However, when I retrieve my results and try the questionnaire, I noticed that the groups randomised, since the pictures do not appear in the order in which they were created, but I do not have access to this (randomised) order when I retrieve the results.
I would therefore like to know if I can find a way of retrieving the order: e.g. instead of retrieving my results via csv in this predetermined order S1, S14, S25, S65 etc, i want the real order of presentation of the questions eg:S1, S2,S3,S4 etc.



Thank you,Version 3.23.6+200929
  • lelehd
  • lelehd's Avatar
03 Apr 2024 15:29 - 03 Apr 2024 15:30
Bonjour,

J'utilise limesurvey pour évaluer des caractéristiques de mes images (72 images présentées de manière randomisée). Chaque image doit être présentée une fois pendant x temps (via le chronomètre), puis notées à l'aide d'une question à multiples entrées numériques.
Globalement, pour randomiser mes stimulus plus facilement, j'ai créé par image un groupe (ex: S1) constitué d'une question type affichage de texte me permettant d'afficher l'image, puis suivi d'une question à multiples entrées numériques. Chaque groupe etant alors défini par rand1 permettant de randomiser les groupes.tre:

S01 (18631)
Description :  Aucune
Nom de groupe aléatoire :rand1

Cependant, lorsque je récupère mes résultats, et en testant le questionnaire, je remarque que les groupes sont bien mélangés, puisque les images n'apparaissent pas dans l'ordre de création, mais je n'ai pas accès à cet ordre (randomisé) lorsque je récupère les résultats. J'aimerais donc savoir si je peux trouver une manière de récupérer l'ordre : ex savoir si S1, S14, S25, S65 etc et non pas S1, S2,S3,S4 etc.



Merci,



 Version de votre LimeSurvey : Version 3.23.6+200929
 
  • DenisChenu
  • DenisChenu's Avatar
03 Apr 2024 09:10
Replied by DenisChenu on topic shop in limesurvey

here is the survey: zapisy.limesurvey.net/196877  

File Attachment:

File Name: limesurvey...8771.lss
File Size:275 KB


 
But ? HTML code from answers must not be shown here ! It's an issue to report.
Only HTML code from free text must be shown as HTML code, for choice or multiple choice : it must be text only !
  • DenisChenu
  • DenisChenu's Avatar
03 Apr 2024 09:05
Replied by DenisChenu on topic multiple versions same server
You can create your own config file with something like this:
Code:
$currentHost = $_SERVER['SERVER_NAME'];
if(substr($currentHost, 0, 4 ) === "www.") {
    $currentHost = substr($currentHost, 4);
}
if(@is_file("/var/www/shared/config/limesurvey-config.php")) {
    $aSettings = require("{$serverRoot}/config/limesurvey-config.php");
    return $aSettings;
}
/* defaullt setting */
You must set up LimeSurvey before
It work only for web (no console command) for console : use #ENV too for example.
  • holch
  • holch's Avatar
02 Apr 2024 22:28
Replied by holch on topic multiple versions same server

Basically, I was trying to save disk space.


If it is about disk space, I don't think it is worth it anyway. Limesurvey itself isn't occupying that much disk space for modern HDDs or SSDs anyway. And the surveys/projects themselves will occupy the same amount anyway, no matter if it is 1 or 10 installations.
  • BluePukeko
  • BluePukeko's Avatar
02 Apr 2024 22:10
Replied by BluePukeko on topic multiple versions same server
Thanks for the quick answer.
What I was hoping to achieve was different types of surveys, ie one domain for questionnaires, another for product surveys and another for simple Yes/No polls.
Now I know the requirements I can create three separate sites, which will probably be easier than having a common code area using symlinks back to the actual code.
Basically, I was trying to save disk space. 
  • Joffm
  • Joffm's Avatar
02 Apr 2024 21:56
Replied by Joffm on topic Align total multiple numeric entry
It doesn't work because you also inserted the <style>tags.
This is a css file. So internally the entire file is surrounded by these tags.

The other "error" is because the editor doesn't know about the inserted ExpressionScript part.

 
  • tpartner
  • tpartner's Avatar
02 Apr 2024 21:02
Replied by tpartner on topic Align total multiple numeric entry
Place the CSS in the question source - it is question-specific due to the variable input widths.

...or, just copy it from the sample survey.
  • AntPIC
  • AntPIC's Avatar
02 Apr 2024 20:52
Replied by AntPIC on topic Align total multiple numeric entry
I followed the instructions but when I copy the formula it gives me several errors in the custom css and therefore it doesn't work for me

  • holch
  • holch's Avatar
02 Apr 2024 20:49
Replied by holch on topic multiple versions same server
Limesurvey is NOT multitenant. So you will have to make full installs for each.

Also, watch out when it comes to shared folders (e.g. temporary folders, session path, etc.).

I would try to separate the installations as much as possible so that there is no interference. I usually install them as separate accounts in admin panels like Cpanel or Plesk, so even if they are on the same server / webspace, they are very seperate projects (with different subdomains or domains).

What you can do is using several domains with the same installation, but you won't have different configurations, but it would be the same installation and exactly everything the same, you just can access it with different domains. I don't think that is what you are looking for.
  • BluePukeko
  • BluePukeko's Avatar
02 Apr 2024 20:06
multiple versions same server was created by BluePukeko
Please help us help you and fill where relevant:
Your LimeSurvey version: [see right hand bottom of your LimeSurvey admin screen]
Own server or LimeSurvey hosting:
Survey theme/template:
==================
Hi, I'm looking at installing Lime on my server, but would like to have two or more installations, using different domain names, on the same server.
Can I install the application with a common shared set of scripts and then have each domain root with a set of config files, or will I need to install each domain root with the complete set of scripts.
  • Joffm
  • Joffm's Avatar
02 Apr 2024 18:48
Replied by Joffm on topic Align total multiple numeric entry

Do I have to go into the themes extension and then customize the CSS? 

You may add it to the "custom.css" of your extended theme

Do I need to change some codes (e.g. question name)?

Why? You see that there is used the system variable {QID} which always returns the actual QuestionID.

and what should I do after gluing it?

Nothing.
 
  • AntPIC
  • AntPIC's Avatar
02 Apr 2024 17:08
Replied by AntPIC on topic Align total multiple numeric entry
Thank you. Yes, seen. But where should I stick it? and what should I do after gluing it?
  • tpartner
  • tpartner's Avatar
02 Apr 2024 17:03
Replied by tpartner on topic Align total multiple numeric entry
If you look at the supplied sample survey, you will find the CSS in the source of the question text.
  • phylll
  • phylll's Avatar
02 Apr 2024 16:56
Fantastic! Thank you both very much, DenisChenu and Joffm! With those two tweaks, everything works as intended.
Displaying 76 - 90 out of 747 results.

Lime-years ahead

Online-surveys for every purse and purpose