Commit 8ae0fe77 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

0727

parent 0878e5d4
...@@ -50,11 +50,7 @@ export const Question = ({ ...@@ -50,11 +50,7 @@ export const Question = ({
selectedType === "checkbox" selectedType === "checkbox"
) { ) {
element.content = { element.content = {
choices: [ choices: [{ text: "", value: 0 }],
{ text: "", value: 0 },
{ text: "", value: 1 },
{ text: "", value: 2 },
],
}; };
} else if (selectedType === "essay") { } else if (selectedType === "essay") {
element.content = { choices: [] }; element.content = { choices: [] };
......
...@@ -43,7 +43,7 @@ export const ResultSurvey = () => { ...@@ -43,7 +43,7 @@ export const ResultSurvey = () => {
<div className="font-bold text-4xl text-center m-2 border-b-2"> <div className="font-bold text-4xl text-center m-2 border-b-2">
{survey.title} {survey.title}
</div> </div>
<div className="font-bold text-1xl text-center m-2 resize-none"> <div className="font-bold text-xl text-center m-2 resize-none">
{survey.comment} {survey.comment}
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment