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

0727

parent 0878e5d4
......@@ -50,11 +50,7 @@ export const Question = ({
selectedType === "checkbox"
) {
element.content = {
choices: [
{ text: "", value: 0 },
{ text: "", value: 1 },
{ text: "", value: 2 },
],
choices: [{ text: "", value: 0 }],
};
} else if (selectedType === "essay") {
element.content = { choices: [] };
......
......@@ -43,7 +43,7 @@ export const ResultSurvey = () => {
<div className="font-bold text-4xl text-center m-2 border-b-2">
{survey.title}
</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}
</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