How can I create q&a wotn strapi
?
This topic has been created from a Discord post (1299045602226733138) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord
How can I create q&a wotn strapi
?
This topic has been created from a Discord post (1299045602226733138) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord
How can I create q&a with strapi?
what kind of q&a ?
Like exam !!
One question 4 answers one should be correct
I created a survey on strapi it’s a bit similar
I created a collection question
where I have a question title, question type (unique or multiple choice), answers (a repeatable component) and an order value
the answer component type has a label and a value
for the answers I have a collection with a relation to user, and a repeatable compnent for responses that includes : a relation to question, label of answer and value, and I added a json element containing the whole answer