Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
online-quiz-react
Commits
88f44dfc
Commit
88f44dfc
authored
Aug 05, 2020
by
김민수
Browse files
수정1
parent
50fcae81
Changes
1
Show whitespace changes
Inline
Side-by-side
src/End.js
View file @
88f44dfc
import
React
from
'
react
'
import
React
from
'
react
'
// import tr from './End-Image01.jpg';
// import tr from './End-Image01.jpg';
import
'
./End.css
'
//
import './End.css'
import
'
bootstrap
'
import
'
bootstrap
'
// import { Link } from 'react-router-dom';
// import { Link } from 'react-router-dom';
...
@@ -30,30 +30,30 @@ function End() {
...
@@ -30,30 +30,30 @@ function End() {
<
div
className
=
"
container
"
>
<
div
className
=
"
container
"
>
<
h2
>
채점표
<
/h2
>
<
h2
>
채점표
<
/h2
>
<
table
className
=
"
table table-bordered
"
>
<
table
className
=
"
table table-bordered
"
>
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
th
>
<
/th
>
<
th
>
이름
<
/th
>
<
th
>
이름
여기
<
/th
>
<
th
>
{
localStorage
.
getItem
(
'
name
'
)}
<
/th
>
<
/tr
>
<
/tr
>
<
/thead
>
<
/thead
>
<
tbody
>
<
tbody
>
<
tr
>
<
tr
>
<
td
>
문제1
여기
<
/td
>
<
td
>
1
번
<
/td
>
<
td
>
문제1
답
여기
<
/td
>
<
td
>
{
localStorage
.
getItem
(
'
채점1
'
)}
<
/td
>
<
/tr
>
<
/tr
>
<
tr
>
<
tr
>
<
td
>
문제2
여기
<
/td
>
<
td
>
2
번
<
/td
>
<
td
>
문제2
답
여기
<
/td
>
<
td
>
{
localStorage
.
getItem
(
'
채점2
'
)}
<
/td
>
<
/tr
>
<
/tr
>
<
tr
>
<
tr
>
<
td
>
문제3
여기
<
/td
>
<
td
>
3
번
<
/td
>
<
td
>
문제3
답
여기
<
/td
>
<
td
>
{
localStorage
.
getItem
(
'
채점3
'
)}
<
/td
>
<
/tr
>
<
/tr
>
<
tr
>
<
tr
>
<
td
>
총점
<
/td
>
<
td
>
총점
<
/td
>
<
td
>
총점
및
결과
??
<
/td
>
<
td
>
{
a
[
0
]
+
a
[
1
]
+
a
[
2
]}
<
/td
>
<
/tr
>
<
/tr
>
<
/tbody
>
<
/tbody
>
<
/table
>
<
/table
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment