In a multiple choice question answers, is it possible to change the 'Y' in to a 1?
The reason why I want to do this is because I have created a custom made report in witch Yes=1 and No=0.
If you are really unable to modify your report, you can do this:
After the multiple question add a hidden question of type "array" with the same subquestions and answer options "1= Yes", "0 = No"
In a following question of type equation you set the values of the array, like
{Q2_SQ001=if(Q1_SQ001=="Y",1,0)}
{Q2_SQ002=if(Q1_SQ002=="Y",1,0)}
...
And now you have the desired values in Q2., and your report will work.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
The following user(s) said Thank You: gabrieljenik
Unfortunately ErtanErsan gave no more information about his desired access to the data.
I always think the users read the manual and are more or less familiar with the GUI options.
So I assumed his report receives the data by a direct access to the database or the API.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless