I do survey feature. I want to let User(user_role: designer) create his own questions and send to User(user_role:client) to fill it.
- To add new thing(e.g Open Question) I simply use: Create a new thing: Question
DT: Question
- body(text)
- Creating a new survey:
- Title(text)
- from RG (data source: Questions) I choose few Questions - I set a state: state type Questions(list). Value: index’state;plus item current cells Question
- I Create a survey
DT: Survey
- title(text)
- questions(list of questions)
- Creating an order:
- Title (text)
- I choose the survey from List
- Client’s email (text) - user won’t have an account yet. Im sending to him an invitation to email. When he signs up then I display to him orders(contain current user email)
DT: Order
- title(text)
- survey(Survey)
- clients email(text)
My question is: How to add answers to this questions?
I can display the questions in repeating group and under this text I add input.
What’s next…?