Welcome to the LimeSurvey Community Forum

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

Having 4 different scorings at the end?!

  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago - 7 years 1 month ago #148028 by holch
Replied by holch on topic Having 4 different scorings at the end?!
So here is how the same question overview page looked like before I cleaned it:



And here a screenshot how it looks when you actually go into the "edit question" part. You can see that there have been added paragraph tags and quot tags, etc. So my assumption is that you opened and edited this question with the WYSIWYG-Editor and not in the code view.



And finally I added a cleaned survey file. You dan delete the "else" part with "not 0", etc., This was just to show that it actually works. Because if you don't score exactly one of those few values (which seems to be difficult, you need to click everything to the right to get low scores I guess), you won't see any result.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

Last edit: 7 years 1 month ago by holch.
The following user(s) said Thank You: Mazi, Reveb
The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148055 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
Hey holch,

For the beginning i want to say thanks for taking that much time to help me ;)

When i download the file and test it, it still only says the if_false statements all the time even if the scoring on the beginning (Psych.NAOK) says it shows it has 4 in it. Still it shows Not 0 Not 1 Not 2 Not 3 Not 4 Not 5 Not 6..

Did this work for u? If so i am using the limesurvey from a friend's company cause they host it.. This is LimeSurvey version 1.92+ is this maybe forcing it to not work?

Reveb
The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148067 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
Hey, Holch

I actually got it to work!

I saw the html incline editor was putting al sorts of extra stuff in like you saw.
After turning it of and putting in the code u sended and changing it a bit it worked :)

Thanks for the help!

For anyone reading and wondering about the code:
{if(Psych.NAOK==0, "Your score is 0 out of a 100", "er")}
{if(Psych.NAOK==1, "Your score is 10,6 out of a 100", "er")}
{if(Psych.NAOK==3, "Your score is 17,5 out of a 100", "er")}

Thanks alot Holch!

Reveb
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago #148072 by holch
Replied by holch on topic Having 4 different scorings at the end?!
I was suspecting this already.

Good that you finally got it to work. Once everything is running, you can substitute the "er" with "", it was just there to see what happens and to find problems/errors quicker.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago #148073 by holch
Replied by holch on topic Having 4 different scorings at the end?!
And 1.92+ is a pretty old version. Limesurvey has come a long way since then and a lot of bugs have been fixed.

You should consider to update, at least to the 2.6 branch which has still the same GUI. The newest branch 2.6x has a totally new GUI, so before upgrading to this, have a look at it and try it to see if it works for you.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148074 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
Yep, afterwards i removed the "er" for "". It now works perfect.

It shows the assesments scores on the top. (Placed the scores for these in an Assesment Rule)

Under that it shows the You scored ... out of a 100. So it's just what i wanted :)

Quick question if u may know the answer, cause i haven't looked in to it much yet. Is it possible to put these {FSpsych} scores(the ones that say You scored ... out of a 100). Into the confirmation email?

Thanks alot for all the help, i had never used limesurvey before but found out it's a program with a lot of posibilities.

Reveb
The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148076 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
About the email i checked another forum post: www.limesurvey.org/forum/can-i-do-this-w...-email-without-token

Looks like i can just put {FSpsych} in there but the part Steve01 talks about i tried but it will not send an email to me. Looks like more people stranded there.

Is there anyway you know how to do it? I made a question now saying please fill in your email or multiple to recieve your scoring(multiple needs spaces).

When they fill in their email i want to use that answer to send an email with their scores in it.

Reveb
P.S(Sorry for another question but u helped me perfectly last time :blush:)
The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148077 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
Putting {ParticipantEmail} in the send basic notification email is not working for me. ParticipantEmail being the question code name where they fill in their email / emails.
The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148078 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
Got it working but it will only work if i put in 1 email.
If i try putting in let's say: "hey@hotmail.com bye@hotmail.com" it won't work.
I thought this would work cause it's not possible to have a space in an email.

Is there a way to make it send to multiple emails?

Reveb
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago #148079 by holch
Replied by holch on topic Having 4 different scorings at the end?!
I think you can seperate emails via comma ",".

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • Reveb
  • Reveb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 1 month ago #148080 by Reveb
Replied by Reveb on topic Having 4 different scorings at the end?!
I actually tried ""," and ";" and " " none of these worked it's actually the last thing to get my survey complete, but can't find any where if it's possible and if so how.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago #148082 by holch
Replied by holch on topic Having 4 different scorings at the end?!
It should work either with "," or with ";". Now I don't know which one it is. But the problem is also that you have an ancient version of Limesurvey, so this might actually be a bug or wasn't a feature back then. Not sure.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The following user(s) said Thank You: Reveb
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose