From 88f44dfc2dfb6219171a1908b5017b555c092a1e Mon Sep 17 00:00:00 2001 From: Min Su Date: Wed, 5 Aug 2020 15:43:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=951?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/End.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/End.js b/src/End.js index 7660d1f..f2f4a29 100644 --- a/src/End.js +++ b/src/End.js @@ -1,6 +1,6 @@ import React from 'react' // import tr from './End-Image01.jpg'; -import './End.css' +// import './End.css' import 'bootstrap' // import { Link } from 'react-router-dom'; @@ -30,30 +30,30 @@ function End() {

채점표

- +
- - + + - - + + - - + + - - + + - +
이름 여기이름{localStorage.getItem('name')}
문제1 여기문제1 답 여기1번 {localStorage.getItem('채점1')}
문제2 여기문제2 답 여기2번{localStorage.getItem('채점2')}
문제3 여기문제3 답 여기3번 {localStorage.getItem('채점3')}
총점총점 및 결과??{a[0] + a[1] + a[2]}
-- GitLab