Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all 17529 articles
Browse latest View live

Question on headers for Array Dual Scales with the TFR Responsive Template - by: tammo

$
0
0
Hi,

I am quite certain that (large) arrays are not ideal (actually: quite bad) for mobile devices, but certainly the multiple array is very bad for mobile devices.

If you know or suspect that respondents will use a mobile device, try to avoid arrays and specially multiple arrays.

Tammo

HowTo Filter the Columns of an Array (Numbers) - by: tpartner

$
0
0
I would definitely include the width and min-width rules.

Navigation and Submission Issue - by: harvas

$
0
0
Hello all.

I am having a survey that is using the "Show question index / allow jumping" into FULL. When the user is jumping into a specific group, changes a value and goes into the final section to Submit the survey, he get's an error regarding some issues with the values and redirects the user to previous sections. With the same exact setting, if the user makes the change and simply goes through each group without any further changes and then presses the Submit button, there is no error.

In brief, it seems that in order to submit the survey the user has to go through every group rather than going straight into the last group and submit it right away. Any ideas on how to overcome this issue? a workaround?

Thank you in advance.

Filter array by a specific column from a multicolumn multiple-choice question - by: socius

$
0
0
Dear all,

I'd like to filter an array by a multicolumn (actually 2 cols) multiple choice question, more concrete:

I have an array (numbers) in multiple choice/checkbox (0/1)-mode with two columns (and n rows) - lets call this array (q0), with variables q1_(1:n)_1 and q2_(1:n)_2. (Substantially I ask for a number of n activities (=rows) whether the respondents engage in these activities on weekdays and/or weekends (=2 columns, multiple choice)).

The subsequent two questions then are about the duration of these engagements on (q1) weekdays and on (q2) weekends respectively. So I have to filter and show only activities the respondents are engaged in on weekdays and weekends resp. I could filter each subquestion of q1 and q2 with specific relevance eqations for each row and the q0 weekdays / weekends, e.g. relevance equation for the first row of q1 is q0_1_1 == 1, for the second row q0_2_1 == 1, etc.

But as this is tedious when n is large: Is there a way to use the columns of q0 directly as array filter, something like q0_(1:n)_1, where (1:n) is a wildcard for all rownumbers?

Thanks a lot for your time!
Best, G

Two fixed question orders - by: Bavarian

$
0
0
Hello there!

I have a survey with one fixed sequence. As the questions at the end are more likely to be skipped by participants,
I just wanted to ask if there is a way to implement the contrary order such that the participants get (random) either the first or the contrary sequence

Haven't found anything in the forums yet...

Really appreciate any help!

Multiple short text: post-text for every subquestion - by: Jmantysalo

HowTo Filter the Columns of an Array (Numbers) - by: DenisChenu

Workaround for N/A in slider array - by: Jmantysalo


Multiple short text: post-text for every subquestion - by: DenisChenu

$
0
0
Needed option in future : we have a lot of user asking it.

And we already have the option for numeric input ( using | as separator).

Two fixed question orders - by: Bavarian

$
0
0
Ok, thank you very much. It's just because my survey (which is actually a test) is grouped into easy questions in the beginning, harder questions in the middle and ends with the easier questions...

That's why I wanted to use two orders..

I'll think about it, I guess merging makes things more complicated for data analysis..

Navigation and Submission Issue - by: DenisChenu

$
0
0
If there are an error shown excpet if there are a bug : the survey ask something. For example : if Q2 in group2 show a mandatory Q3 in group 3 : then when survey is submitted : the group 3 are shown.

Maybe : explain what error is shown to the user exactly.

Select all that apply + the most important - by: DenisChenu

$
0
0
Or : array question type with answer : "use for small talk" and "best one" (code : best) and question and em_validation_q to countif("self",that.NAOK) <= 1 ( == 1 if you force one).

Filter array by a specific column from a multicolumn multiple-choice question - by: socius

$
0
0
Thank you!

Concerning the confusion with the order of X_Y: same with me :-) I always remember from maths that the fi"R"st number means the "R"ows - I hope I'm right ;-)

In Limesurvey it would be great if we could add the relevance equations just like "code, questiontext, relevance" - I discussed that in another topic, but did not add it to the wishlist yet.

Best, G

Prefill multiple choice question from multiple choice array - by: socius

$
0
0
Hi and thanks again :-) now it works!

But: is it true, that it only works this way (creating filter variable, assign values via EM, use filter variable) if the filter variable (in this case q2) is created on an earlier page than the questions to filter? (In my example here this seems the case...) If yes: I guess the realtime solution needs javascript, right?

Create token on the fly - by: badronald

$
0
0
I am still horribly lost with creating tokens.

I need to register people, then have them complete a survey.
I need it all connected via a token. Ideally, to insert same token into registration table and survey.

I can make a registration form. I can get the remotecontrol API add participants to show and insert a token.
I am having trouble connecting these 2 pieces.... that is....register someone, use the API, and redirect to new survey.

Filter array by a specific column from a multicolumn multiple-choice question - by: socius

$
0
0
Hi!

Thanks to @Joffm for the hint to the reserved "self." and "that." ( manual.limesurvey.org/Expression_Manager....27that.27_variables ). I read the manual and tried to apply these for this purpose (I want to use a specific column from a multi-column array as an array filter for a subsequent question), but that does not seem too easy (to me).

I took my example with n rows and 2 columns, ticked three items in column "X2" and tried functions sum, implode, join and list:

sum: {sum(that.q1.sq_X2.NAOK)} # gives 3
implode: {implode('', that.q1.sq_X2.NAOK)} # gives 111
join: {join(that.q1.sq_X2.NAOK)} # gives 111
list: {list(that.q1.sq_X2.NAOK)} # gives 1, 1, 1

These results do not look too bad. But the questions are:
(1) how does a variable for an array filter have to look like? 00110001110? or NNYYNNNYYYN? Or ...?
(2) Is there a function among the EM functions that could achieve this and transform a column in the necessary form?
(3) Could we use the output of a function like {func(that.q1.sq_X2.NAOK)} directly as an array filter variable?

Lots of questions here ;-)
Thanks a lot for your time!
Best, G

Prefill multiple choice question from multiple choice array - by: DenisChenu

Create token on the fly - by: DenisChenu

Navigation and Submission Issue - by: DenisChenu

$
0
0
Maybe something with .NAOK : with NAOK : even if the question is not seen (1st submit) : it don't break some validation. Without it can break some validation.
Else : you didin't use last version : maybe some issue with your version.

Filtering responses - by: oumaimaf

$
0
0
Hi all,

It would be great if someone could help me out with this issue, I'm a little discouraged. I created a survey to track the performance of certain individuals. The first question of the survey is to choose the name of one of the people I am evaluating.

I would like to generate reports at the end for each of the people evaluated. So I want to be able to select a name and get only the results that were entered for that specific person. How can I do that?

Thank you!!
Viewing all 17529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>