We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Json to be passed from back end to question form:
{ "event": { "id": 2, "title": "test" }, "question": { "id": 1, "content": "test question" }, "choices": [{ "content": "test choice", "id": 2 }, { "content": "best choice", "id": 3 }] }