[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]