Screenshot of questionnaire list:
json:
vuejs:
the main question is:
1, how to remove the radio style of input, or radio, the single-option span tag for each topic becomes a blue border and font? (the bosses can just say a train of thought, of course, thank you enough for the code implementation ^ _ ^)
2. How to get the answers to the questionnaire list? At present, I hope the final format is as follows: (I still hope that the bosses can provide us with a simple idea. At present, we are mainly stuck here.)
"titleno" "results"
answerList:[
{titleno:"Q1",results:""},
{titleno:"Q2",results:""},
{titleno:"Q3",results:""},
{titleno:"Q4",results:""},
{titleno:"Q5",results:""},
{titleno:"Q6",results:""},
{titleno:"Q7",results:""},
{titleno:"Q8",results:""},
{titleno:"Q9",results:""}
],