Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:i still cant use array filter :( pls help.... (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:i still cant use array filter :( pls help....
#17296
asuarez (User)
Fresh Lemon
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
[done] i still cant use array filter :( pls help. 3 Months, 2 Weeks ago Karma: 0  
Dear participants:
this is my question in lime survey : i have read the manual and looked the forum..but i still dont understand

Code: A4
Question: 4. Choose at most 3 characteristics THAT U CONSIDER SHOULD BE IMPROVED of the cement ur company uses to buy .

Answers:
Code: A41 Durability
A42 Resistence
A43 Water Use
A44 Protection

Type: Multiple Options
Other: Yes
Mandatory: Yes

--------------------------------
Now: (next question)...i need to show just the 3 answers chosen in question in A4.SO...

Code: A5: (Mandatory Question)
Question: 5. Out 100%, write the percentages you would be interested to improve the characteristics of cement chose in question 4
SHOULD I WRITE THE ANSWERS??? i need they are taken from the question A4
Type: Array (10 Point Choice)
Mandatory: Yes
Question atribbute:
array_filter: ???????? Should i write: A4 (code question)?? or A41, A42 ETC...?

the idea is : people in question CODE A4 choose three answers and then in question CODE A5 the 3 answers chosen must appear there and they have to write the percentaje of improvement : For ex.- Durability 10%
Resistence 20%
Protection 30%

thanks for ur help and attention.

Andrea
pd: i use Version 1.71+ (5326)
 
Logged Logged  
 
Last Edit: 2008/08/11 14:33 By Mazi.
  The administrator has disabled public write access.
#17433
ITEd (Moderator)
LimeSurvey Team
Posts: 352
graphgraph
User Offline Click here to see the profile of this user
Re:i still cant use array filter :( pls help.... 3 Months, 1 Week ago Karma: 8  
Yes, you need to write/create the answers for your array question. You need to create one answer corresponding to each available choice in the multiple options question, and the answer codes must be identical. The array filter then displays only those answers which match the ones chosen in the prior question.

In the array_filter attribute field you need to give the exact question code of the multiple options question that limits the possible array answers, "A4" in your example.

Regards.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top