基于Yii2框架的問(wèn)卷調(diào)查,題目有單選,多選,文字輸入這三種類型,請(qǐng)問(wèn)這三種功能用php語(yǔ)言怎么實(shí)現(xiàn)。急求大佬解答,謝謝!
If I make it, the questionnaire can be used in exams
Idea: You can create 3 tables, questionnaire item table, questionnaire question table (questionnaire selection options can be json or create an option table, answer type, etc.) Answer sheet
In this way, you can customize the content of the questionnaire
The data can be unified and the click rate, wrong question rate, etc. can be manipulated. You can score points by answering the questions.