0 votes

[copied from GT FB group]


I'd like to do something like this:

>> questions = [["Your age","number"]]

*question: questions[1][1]
    *type: questions[1][2]

But I AFAIK I would probably would need to do something like this instead:

*if: questions[1][2] = "number"

[the number version of the code]

*if: questions[1][2] = "checkbox"

[the checkbox version of the code]

 

by (5.8k points)

1 Answer

0 votes
There is no way to trick *type into accepting variable values yet. :(
by (5.8k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users