Welcome to the LimeSurvey Community Forum

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

Search Results (Searched for: Delphi)

  • Alostcause
  • Alostcause's Avatar
12 Nov 2024 00:39
Wrong display of answers was created by Alostcause
Hi everyone!

I use LimeSurvey to run a Delphi-Study (multi-round-online-focus group to gather consensus among experts). Without diving too much into detail, my participants have created an Alias in a previous LimeSurvey which contains 6 letters + 2 numbers, see here:



As such, participants can only answer the survey questions after verifying through their Alias which allows me to remind them to participate if they have not done so already, and (most importantly) it allows me to link their responses to analyse changing voting behaviour.

During my routine check-up to see who needs to be reminded, I was welcomed with this interface in my "answer" overview:


The most important field of all - the Alias - is not displayed correctly and I have no idea what happened or how I can fix it. I have tested every Alias before starting the survey, I have several experts who already participated through their Alias, and I have not changed anything. ALL ideas welcome!!!!

Thank you so much!
  • cheeseburger
  • cheeseburger's Avatar
15 Jul 2024 16:13 - 15 Jul 2024 19:42
Hi again Joffm, I apologize, but after making a solid attempt at understanding and implementing your solution, we have yet to correctly duplicate your suggested steps. I have supplied a sample LSS file (in my other reply before this reply). Would you mind looking at that and/or sending an LSS file with the solution so we could analyze and understand it better? We read through a dozen times and tried various approaches but are not fully understanding what you suggest. Thank you so much for your time! 

QUICK UPDATE: I am getting close to understanding your suggestion. I was successfully able to set up another test with the following:

1 - A multiple choice question (MC1)
2 - A Ranking Question and I used its sidebar for the ARRAY FILTER and I used the value "MC1" so it can reference the multiple choice question. I matched the answers and the values in the answers in both the Multiple Choice question and the Ranking Question. It successfully displayed the items in the ranking question based on what I chose in the MC. 

NOW my next step is to use this MC as a hidden question and I am ATTEMPTING to set its checked values based on an Array Question

If the array (Q5) includes foods such as pizza (SQ1), sushi(SQ2), and burgers(SQ3) and the answer options include: I like(A1), I love(A2), I don't like(A3)

Pizza  - I like | I love | I don't like
Sushi  - I like | I love | I don't like
Burgers  - I like | I love | I don't like

I am trying to use an equation question to look at each row (food) and for any given row that the user chose "I love"(A2), I am attempting to check in the related box in the multiple choice. 

Example: { MC1_SQ1  = if( q5_SQ1.NAOK  == "A2", "Y", "")}

I cannot get this to check the box in the MC if it is in a condition. But I can get to check the box if I simply use { MC1_SQ1 ="Y"} and when I test the value of {q5_SQ1} it does read as "A2". I am not sure why it is not working within a condition though. I have placed the equation question in many locations in the event it was an order of execution issue. 

The order of my questions are as follows: 
1. Array with the food 
2. The multiple choice Question with the options Pizza, Sushi, Burgers (each with a checkbox)
3. The ranking order question
4. The equation question with the code to listen for the value in the array, then to check off the boxes in the multiple choice question. I have placed this question above and below all other questions. 

Thanks for any help! 
 
  • Mazi
  • Mazi's Avatar
12 Apr 2024 09:25
Replied by Mazi on topic Delphi Survey

You cannot access previous response data from within the survey. You will need to make an AJAX call to a remote PHP script that access the database directly for that information.
 
Without any additional coding the approach to add previous data at additional token attributes is the only way. You need to manually copy the data as mentioned  and can then use placeholders within the survey to show the previous ratings.

We have dealt with such delphi surveys at medical research in the past and followed tpartner's approach: We had coded a fully automated version and also integrated charts. Not only do the charts visualize how others have rated certain items, we also added a red dot to idnicate the participant's  answer from the previous round:
 

If you are interested in such a customized Delphi tool, drop me a note:  survey-consulting.com/contact
 
  • Mazi
  • Mazi's Avatar
12 Apr 2024 09:21
First of all i agree to Joffm that you should really consider updating your stone-old version.
Since you are not allowed to use plugins or any other custom code, the approach Joffm mentioned is the only way. You need to manually copy the data as shown and can then use placeholders within the survey to show the previous ratings.

We have dealt with such delphi surveys at medical research in the past. For that, we had coded a fully automated version and also integrated charts. Not only do the charts visualize how others have rated certain items, we also added a red dot to idnicate the participant's  answer from the previous round:
 

If you are interested in such a customized Delphi tool, drop me a note:  survey-consulting.com/contact
  • Joffm
  • Joffm's Avatar
02 Apr 2024 18:05
Hm, you really work with a version that is at least 8 years old without bug fixes and security patches?

To answer your question.
You have to include these responses manually as additional attributes into the participants table of survey 2.
This is less work than expected,as you will get these values in the export of survey 1.
 

Then you save as csv-file to upload the participants (with the attributes) into survey 2

Joffm
 
  • msvallinga
  • msvallinga's Avatar
02 Apr 2024 14:46
Dear forum members,

I hope someone can help us with our problem. First some background information about our study:

1.       We use LimeSurvey Version 2.6.7 Build SondagesPro 1.7.3. We are not allowed to use plugins.
2.       We are conducting a 3 round closed Delphi survey. In the first round, participants rate 40 items on a Likert scale from 1 to 5. In the second round, we will ask participants to rate the items again (on the same likert scale) but after extra information. We also want to show them their own rating of round 1 with every item. So the survey of round 2 is a different survey then round 1. Every participant has his/her own personal token, which will be the same in survey two.

Our question is: How do we show participants in the survey of round two, their own ratings of round one, for every item?
 So in round 2, we will ask participants to rate an item on a scale of 1 to 5. Above or in front of the likert scale we want to display the score they gave in the previous round. But how can we do that without a plugin?
There have been a few threads before that have hinted that there is a way to do it without plugins, using custom token fields and expression manager, but we are still confused.

These are the threads:   Delphi Survey - LimeSurvey Forums   
 Delphi with Limesurvey - LimeSurvey Forums     
Delphi - Plugin use - LimeSurvey Forums
  

Your help is greatly appreciated, 

Kind regards,Pip, Marleen and Miranda
  • msvallinga
  • msvallinga's Avatar
25 Mar 2024 16:09
Dear Denis,

I did paste from email. After I saw the error I tried to edit but I got a spam warning. I tried to re-post but got reported as spam again..

Sorry!
  • DenisChenu
  • DenisChenu's Avatar
25 Mar 2024 16:06
Why you include protection.outlook url ?

Question done by email ?
  • msvallinga
  • msvallinga's Avatar
25 Mar 2024 15:53 - 25 Mar 2024 17:20
Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Version 2.6.7 Build SondagesPro 1.7.3. 
Own server or LimeSurvey hosting: own server
Survey theme/template: none
==================
Dear forum members,I hope someone can help us with our problem. First some background information about our study:
1.       We use LimeSurvey Version 2.6.7 Build SondagesPro 1.7.3. We are not allowed to use plugins.
2.       We are conducting a 3 round closed Delphi survey. In the first round, participants rate 40 items on a Likert scale from 1 to 5. In the second round, we will ask participants to rate the items again (on the same likert scale) but after extra information. We also want to show them their own rating of round 1 with every item. So the survey of round 2 is a different survey then round 1. Every participant has his/her own personal token, which will be the same in survey 2.How do we show participants in the round 2 survey, their own ratings of round one for every item?There have been a few threads before that have hinted that there is a way to do it without plugins, using custom token fields and expression manager, but we are still confused.These are the threads:  Delphi Survey - LimeSurvey Forums   Delphi with Limesurvey - LimeSurvey Forums   Delphi - Plugin use - LimeSurvey Forums  Your help is greatly appreciated, Kind regards,Pip, Marleen and Miranda
Displaying 1 - 9 out of 9 results.

Lime-years ahead

Online-surveys for every purse and purpose