Welcome to the LimeSurvey Community Forum

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

Hidden equation type question

  • karencheah
  • karencheah's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 9 months ago #122121 by karencheah
Hidden equation type question was created by karencheah
I have an equation type question that calculates the percentage score to be displayed at the end of an assessment type survey. It calculates and displays the result when I execute a test but when I hide the question, the result is missing (displays 0). I've done the same in a different survey before and I'm sure it works well but that was a while ago.

Am I perhaps missing any step in the setup? Please advise, thanks.
The topic has been locked.
  • Mazi
  • Mazi's Avatar
  • Offline
  • Official LimeSurvey Partner
  • Official LimeSurvey Partner
More
8 years 9 months ago #122122 by Mazi
Replied by Mazi on topic Hidden equation type question
The behavior of hidden equation questions has changed (I think from 2.0 to 2.05). Your setup should work at the latest Limesurvey 2.05/2.06 version.
You can test that at our demo which runs the latest LImesurvey 2.06 version.

As a workaround you can try to hide the question using JavaScript, but that will only work if there are other questions at the same page, otherwise users will see a kind of blank page. Don't forget to disable the XSS filter at global settings -> security before adding this to your question in source code mode:
Code:
<script>
  $(document).ready(function()
  {
     $('#question{QID}').hide();
  });
</script>

Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support: survey-consulting.com
Contact: marcel.minke(at)survey-consulting.com
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 9 months ago #122125 by DenisChenu
Replied by DenisChenu on topic Hidden equation type question
In last 2.05 version : hidden equation question type are always set.

Then , need : Limesurvey version and build number. If it's last version (or last 2.05) bug can be reported.

Denis

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • karencheah
  • karencheah's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 9 months ago #122130 by karencheah
Replied by karencheah on topic Hidden equation type question
Thank you Mazi and Denis.

Mazi, I have just tested in the demo with the same results. I tried the workaround but it doesn't work that well. Like you said, it will show a blank page which is when the presentation is group by group. If I present the question all in one page, it won't work.

Denis, I have the latest version of Limesurvey on our development server. It is Version 2.06+ Build 150619

How do I report a bug?

Thanks.
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 9 months ago #122143 by DenisChenu
Replied by DenisChenu on topic Hidden equation type question
Hi,

www.limesurvey.org/en/community-services/bug-tracker

Remind the 'little lss file' for the example.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • karencheah
  • karencheah's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 9 months ago #122147 by karencheah
Replied by karencheah on topic Hidden equation type question
Thanks, Denis. Bug submitted.
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 9 months ago #122148 by DenisChenu
Replied by DenisChenu on topic Hidden equation type question

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • karencheah
  • karencheah's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 8 months ago #123987 by karencheah
Replied by karencheah on topic Hidden equation type question
I was wondering how I can get the sample survey that I've submitted with the bug report to be removed from the system as I'm getting notifications for the responses from time to time. Unfortunately I've forgotten to remove my email address when exporting the survey structure. The name of the survey is called Sample Quiz. Would really appreciate your help. Thanks.
The topic has been locked.
More
8 years 8 months ago #123992 by jelo
Replied by jelo on topic Hidden equation type question
I have written Mazi a Note to help you. If you don't see any action in the next week, please contact him directly. I am only a user and cannot help you in a direct way.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The following user(s) said Thank You: karencheah
The topic has been locked.
  • Mazi
  • Mazi's Avatar
  • Offline
  • Official LimeSurvey Partner
  • Official LimeSurvey Partner
More
8 years 8 months ago #123994 by Mazi
Replied by Mazi on topic Hidden equation type question
I have deleted the survey from the bug ticket.

Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support: survey-consulting.com
Contact: marcel.minke(at)survey-consulting.com
The following user(s) said Thank You: karencheah
The topic has been locked.
  • karencheah
  • karencheah's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 1 month ago #133349 by karencheah
Replied by karencheah on topic Hidden equation type question
Hi Mazi, my sample survey seem to have come 'alive' again. I'm getting notifications like these for a couple of times over the past week. Can you please help to remove the sample survey from testing? Thanks.

Hello,

A new response was submitted for your quiz 'Sample Quiz'.

Click the following link to reload the quiz:


Click the following link to see the individual response:
limesurvey.sondages.pro/index.php/admin/...urveyid/268184/id/25

...

The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 1 month ago #133356 by DenisChenu
Replied by DenisChenu on topic Hidden equation type question

karencheah wrote: Hi Mazi, my sample survey seem to have come 'alive' again. I'm getting notifications like these for a couple of times over the past week. Can you please help to remove the sample survey from testing? Thanks.

Hi,

Sorry : delete the survey from my test server.

PS : best is to directly send an email to postmaster next time ;)

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose