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

Redirect to New Survey - by: teracomp

$
0
0
The EndURL sounds like a better idea than the one I currently have in place. I should be able to point them directly to the new survey. Worst case, a few clicks.

The only downside is the survey remains active in my list of surveys. I'm just trying to clean house to reduce admin overhead...and potential mistakes.

The Maintenance Mode is interesting, but like an Expired survey, it still doesn't remove the survey from my admin panel.

I was hoping for a 404 trap somewhere (e.g., WordPress, etc.), perhaps a configuration property that would be managed at the server instance level. Something like, if 404, redirect to a page that detects the source and offers some options.

Put array in two columns side-by-side - by: DenisChenu

$
0
0
No,
it work with radio : proof

I say usage of | is the default, i don't think you can use another separator.

Redirect to New Survey - by: holch

$
0
0
OK, makes sense. I had somehow read it as it is a new and a old installation. I re-read the post and the is no indication that this is the case.

randomize selected 1-2 in multi qusetions - by: Joffm

$
0
0
Hi,
then you just extend the example.

Now you have to distinguish between:
1. 1 brand selected -> this brand (Brand 7 or not) + 1 random brand
2. 2 and more
  1. Brand 7 was selected -> Brand 7 + 1 random brand
  2. Brand 7 was not selected -> 2 random brand
3. No brand selected: -> 2 random brands

All except the blue scenario are already covered.
In the green scenarios (which just select 2 random brands) you have to add a relevance of "Brand 7 not selected" which is obvious in 3.

Good luck
Joffm

how to display dynamically different title for each question group - by: Engineerumair

$
0
0
Hello Joffm,
Thanks for the replies till now.

I need to change the scenario

The person I invite for invitation, after entering token he will be asked to select the department

after selecting department the courses will be shown that he is enrolled in and he will answer the questions one by one.

Note : Two or more courses with the same name can offered in multiple departments

Student of one department can't answer for the course in another department (same name nor any)

Randomize & Automatically Number Questions within specific Groups - by: cdorin

$
0
0
I am not sure if I understand what you want to achieve. Could you please explain again by providing more details + working example? (.lss)

how to display dynamically different title for each question group - by: Engineerumair

$
0
0
It will add one attribute for department and 8 for courses enrolled course 1 , 2 ,3 and so on. (The student can be enrolled in maximum 5 but with lab it can be 8)

Definitely I can find the students enrolled courses on the basis of course id attributes in participant data file.

Course Numbers can be repeated in next term that's why I need to concatenate term number with it as I mentioned before (19112233 the first four is for term)

I need that my slave survey should only present the survey for the courses he is enrolled in on the basis of department he is from.

I can create a master survey with departments to show and he can select

I can create a slave survey with end url but not know how to link.

how to display dynamically different title for each question group - by: Joffm

$
0
0
Okay,
do it, send it.
The linking is the next step.

Joffm

Hiding specific checkboxes in multiple choice & with comments - by: marcgold

$
0
0

krosser wrote: I have also tried to adjust the padding, using CSS, and this code has worked for the multiple choice with comments:


For multiple choice without comments, this code worked:


Hi

I have managed to hide the checkbox, but moving the label left didn't work. What I did notice is that the hyperlink on the label still activates the checkbox.

Can you explain how you managed to move the label as the code above doesn't seem to work in custom.css.

FYI LS version is 3.17

Thanks

marc

Randomize & Automatically Number Questions within specific Groups - by: rpfohl

$
0
0
Thanks for your response. So when a survey is executed there is an initial page that captures demographics info. Then when the demographics info is captured the next page is the first question of the assessment. The users go through each of the questions and end with some post-assessment questions on a final page. So let's say I have 10 demo questions on page 1, 25 survey questions (all on their own pages) and then a final page of 5 questions to capture their impression of the survey.

If I turn-on automatic page numbering the first question of the survey (let's call it "How likely are you to collaborate as a member of this team") shows up like this "11. How likely are you to collaborate as a member of this team." It should show up as "1. How likely are you to collaborate as a member of this team" but it is numbering the demographics questions also. The reason I am using LimeSurvey's numbering is because I want the questions to be random so that #1 is not always "1. How likely are you to collaborate as a member of a team but could be another question." Question grouping should take care of my randomization solution but I am still unsure how to focus the question section as 1-25 without having the demographics and post-survey questions page added to the numbering. The only way I know how to do this is to manually place numbers on the questions but then I cannot randomize those questions. Hopefully that is more clear and provides you more info on what I am trying to do.

Redirect to New Survey - by: teracomp

$
0
0
Thanks to an amazing team for quick responses. I chose to implement the end_url Jelo suggested.

Here are some details that made this work for me:
  1. Deleted all the Description text
  2. Set "Show Welcome" to off
  3. Set Relevance to 0 for all question groups
  4. Set the end_url to the new version of the survey
  5. Finally, I updated the title to reflect the old version

I tested the results by pointing to the old survey. The redirect was completely transparent. Perfect!

how to display dynamically different title for each question group - by: Engineerumair

$
0
0
Hello Joffm,

I have create two surveys both with participants and tokens, please see the attached files

Randomize & Automatically Number Questions within specific Groups - by: tpartner

$
0
0

But then I thought, wait Tpartner, this doesn't make sense, it still doesn't start with 1...

Nope, it's an index so it starts at 0.

How to Use Assessment Score to present link to restart survey? - by: blocka

$
0
0
I have a "quiz" type survey, where at the end of the survey, if the participant scores less than a certain value on the assessment score, I'd like to present them with a link to restart the survey from scratch (as a 2nd response).

I gather adding &NEWTEST to the end URL helps with this... I'm looking for what I would write in the end message to evaluate the assessment score and present the survey link to only those who scored under my threshold.

I'm thinking I should be able to do something like:

{IF(ASSESSMENT_CURRENT_TOTAL) < 80,"Please <a href="
limesurvey.com/index.php/123123?lang=en&...yMDh4bieDw3l&NEWTEST ">click here to take the test again.</a>","")}

Although obviously the above is wrong!

Any suggestions how to accomplish this?

Randomize & Automatically Number Questions within specific Groups - by: rpfohl


How to Use Assessment Score to present link to restart survey? - by: blocka

$
0
0
I've just realized I can put a custom message in the assessment message -- I display a Pass Message to those who score 80+, and a Try Again message for 0-79...

And in the Try Again message, I can use:

<h2>Oh Dear, you didn't quite make the score... Try again?</h2>
<a href=" mysurvey.com/index.php/783834?lang=en&token={TOKEN:TOKEN }">Yes, I'm going try the test again.</a>

Hiding specific checkboxes in multiple choice & with comments - by: Nina265

$
0
0
Hi,
I am trying to achieve the same thing but I am a little bit lost in the replies!

How to change the button text from submit to next or any others? - by: Nina265

$
0
0
Hi,
try :

<script>
$(function(){
$('#movesubmitbtn > span').text('Next');
})
</script>

Nested questionnaires - by: Joffm

$
0
0
As far as I understand, this is not a nested questionnaire - you do not return to the general household questionnaire, but a 1:n relation.
Well, depends a bit of the amount of questions and the maximum amount of individuals.
First:
LS doesn't support loops, so the easiest way is to create as many of the individual questionnaire as groups as the maximum expected number of individuals.
Then you can display these groups be relevance.
If there is a lot of questions like arrays or multiple questions, you might get in trouble because of the length limit of MySQL.

Second:
Create a master questionnaire for the household and ar the end link to a child questionnaire.
This child questinnaires asks for one individual and at the end links to itself to ask for the next.
You just have to pass the needed parameters to be able to merge the data (best by {SAVEDID}) and to stop the child questionnaire.

Best regards
Joffm

how to display dynamically different title for each question group - by: Engineerumair

$
0
0
Thanks Joffm,
The first four digits are for term 1811 means spring 18 and 1813 means fall 18
the next four are courseNumbers.

The student can only evaluate in the current term because the course offers in the current has course id different in next term.
e.g : Machine Learning offered in 1811 has course id 1224 and in 1911 has course id 1532.

Yeah I need to make it open survey where student can select their department and his courses will shown to evaluate.
Viewing all 17529 articles
Browse latest View live


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