Welcome to the LimeSurvey Community Forum

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

Search Results (Searched for: multiple)

  • 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.
  • AntPIC
  • AntPIC's Avatar
02 Apr 2024 16:49
Replied by AntPIC on topic Align total multiple numeric entry
A thousand thanks. If possible, could I have some more guidance on where to paste the code? Do I have to go into the themes extension and then customize the CSS? Do I need to change some codes (e.g. question name)? How do I then recall the editing in the specific questions?
Forgive me so I can take this opportunity to learn the steps and become independent for other cases too. Thanks always
  • Joffm
  • Joffm's Avatar
02 Apr 2024 11:47
Hi,
as it is always the same survey the first question should be "Which branch?"

Then you get all responses in one dataset and after exporting them you should be able to create your tables.
Of course this depends on the tool you are using.

Joffm
  • Symeon.Astras
  • Symeon.Astras's Avatar
02 Apr 2024 11:18
Hi, thanks a lot for your response.
Sorry for my messy question, you have basically understood what I am trying to do.
I want them to fill in a separate survey for each business operating within their area of authority.

To be more specific, let’s say I want each Branch (let’s say North Branch, South Branch etc.) to give me data for the businesses running in their area,

So, if the questions are like the following: 
question 1: business name
question 2. Registry number
question 3. Permit number
(…)question 20. Sales volume. 
I am asking each Branch / participant through my survey to respond to each question, separately for each business, filling the forms.The Branch / participant will fill in questions 1-20 as many times as the businesses that each Branch has.At the end of the day, I will receive 30 packages of questionnaires from each of my 10 Branches.  
  • Joffm
  • Joffm's Avatar
02 Apr 2024 10:45
And you should put the equation into a separate group before the WELCOME group.

Joffm
  • DenisChenu
  • DenisChenu's Avatar
02 Apr 2024 10:32
Replied by DenisChenu on topic Align total multiple numeric entry
Issue need to be reported :)
  • DenisChenu
  • DenisChenu's Avatar
02 Apr 2024 10:30

Je ne connaissais pas le filtre de question dédié. Je dois rentrer ce code dans le texte des sous-questions ?
 
Les 2 questions ont les mêmes réponses/sous question : le code de chaques réponses/sous questions doit donc être le même.
Ensuite : tu indique le code de ta question multiple dans le champs "Filtre de réponses" de ton classement.
  • DenisChenu
  • DenisChenu's Avatar
02 Apr 2024 10:20
If you deselect a checkbox : it was set to "", then it's empty.

If you want to use an equation to set default on multiple choice: you must use another equation.

1. EQste : {MULTI_SQ1=if(is_empty(EQcheck.NAOK),"Y",MULTI_SQ1.NAOK=
2. EQcheck : 1

Better to use Equation advanced settings for this.
The no issue with HTML editor. It's done for this.
  • phylll
  • phylll's Avatar
02 Apr 2024 09:52

Except that now, *deselecting* some of these defaults gets ignored *most of the time*. I am able to select additional question groups in my initial multiple choice question, and deselect others that were defaults, but then I still usually get a selection of question groups to answer that tends to include all the choices I tampered with, but not all (so the group relevance checks/conditions do work wherever I had not touched the checkboxes on the multiple choice question page).

Does anyone have any idea that might help me? See original post for more details and my LSS file.

Many thanks for your time!
  • holch
  • holch's Avatar
01 Apr 2024 21:23
No sure if I understand correctly.

Do you want them to fill in a seperate survey for each business or do they have to fill some general questions, and then questions that are only relevant for each "business"?

It is also a little confusing because we don't know the organization of your company. But from what I understand, your organization has 10 different division offices (e.g. in different countries, or different cities) and each of these division offices have different business (about 30).

Maybe you can explain it a little better, sometimes a drawing helps, but I am not quite sure if I understand what you are trying to do here.
  • tpartner
  • tpartner's Avatar
01 Apr 2024 19:24
Replied by tpartner on topic Align total multiple numeric entry
You neglected to tell us which survey theme you are using but if using Vanilla, you can add something like this to the question source. Adjust the width rule depending on your input with setting.

Code:
<style type="text/css" data-author="Tony Partner">
    #question{QID} .ls-group-dynamic {
        display: flex;
        margin: 0
    }
 
    #question{QID} .ls-group-dynamic .control-label {
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5);
    }
 
    #question{QID} .ls-group-dynamic .ls-input-group {
        width: 185px;
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5);
        text-align: right;
    }
 
    #question{QID} .ls-group-total .suffix-text {
        display: table-cell !important;
    }
</style>

 

Sample survey:  

File Attachment:

File Name: limesurvey...4-01.lss
File Size:31 KB
  • Joffm
  • Joffm's Avatar
01 Apr 2024 17:21

 to display in the first column the job and in the second column the specialization.

Hm, so this seems to be a question of type array?

So you only want to display one question of type "array" with job inb first column and spec in second?
This you may find here (example for Italian regions and provinces)
[url] github.com/lfanfoni/ls_ITA_territorio [/url]
 




Or you may use the library "easy-autocomplete"
[url] cdnjs.com/libraries/easy-autocomplete [/url]
and this script (adapt and remove the third option)
[url] forums.limesurvey.org/forum/can-i-do-thi...tions-filters#226402 [/url]
to get this
 



Always better you send a lss export of your survey, the rough idea. So we know what exactly your goal is, which question types are invilved, etc.

Joffm
 
  • Symeon.Astras
  • Symeon.Astras's Avatar
01 Apr 2024 10:14
Please help us help you and fill where relevant:
Your LimeSurvey version: 6.4.12 
Own server or LimeSurvey hosting:
Survey theme/template:
==================
Hi to everyone. 
I want to send my survey to my apr. 10 division offices and I need them to fill in a group of questions (app 20) for EACH business (let's say 30) that operates within their division.
In the output, i want to have 300 tabs of each running businesses having with these 20 responses in each tab. 

I am not sure IF and HOW I can do this with Lime. Any ideas?
  • AntPIC
  • AntPIC's Avatar
30 Mar 2024 20:20
Align total multiple numeric entry was created by AntPIC
LimeSurvey Cloud Versione 6.4.12Greetings,
in a question with multiple numeric entry, with a total of 100%, how can I correctly align the row relating to the total and the remaining values? I tried managing the size of the text boxes but it doesn't align. How can I fix it easily? Thank you

 
  • evhenii_access
  • evhenii_access's Avatar
29 Mar 2024 21:46
Joffm and tpartner - thank you both so much for your prompt response and great help!    So I now have two versions of script working correctly for this issue.     
Displaying 91 - 105 out of 748 results.

Lime-years ahead

Online-surveys for every purse and purpose