-
Notifications
You must be signed in to change notification settings - Fork 0
/
paige.html
57 lines (55 loc) · 2.59 KB
/
paige.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>paige</title>
</head>
<body>
<h1>1-6테스트</h1>
<form>
이름을 입력하세요:<input type="text"
required placeholder="ex> 홍길동"> <br>
학번을 입력하세요:<input type="text"
required placeholder="ex> 10600"> <br>
<fieldset>
<legend>1-6테스트</legend>
<h1>,<b>본 테스트는 선린위키와 학교 학생들의 의견을 반영한 문제입니다.</b></h1>
1,1-6은 어떤 반인지 고르시오 <br>
<input type="radio" name="1-1"> 소대빈<br>
<input type="radio" name="1-2"> 소대번<br>
<input type="radio" name="1-3"> 소데반<br>
<input type="radio" name="1-4"> 대대반<br>
<input type="radio" name="1-5"> 소대반<br>
2,다음 중 하남자를 고르시오<br>
<input type="radio" name="2-1"> 10602 김도형<br>
<input type="radio" name="2-2"> 10603 김민수<br>
<input type="radio" name="2-3"> 10607 나제준<br>
<input type="radio" name="2-4"> 10617 이정훈<br>
<input type="radio" name="2-5"> 10609 류현규<br>
3,반에서 재일 인기 있는 것이 아닌 것을 고르시오<br>
<input type="radio" name="3-1"> 선린위키 수정<br>
<input type="radio" name="3-2"> 테트리스<br>
<input type="radio" name="3-3"> 제밑도<br>
<input type="radio" name="3-4"> 민수의 체크카드<br>
<input type="radio" name="3-5"> 축구<br>
4,보기 중 옳지 않은 것을 고른것으로 옳은 것을 고르시오<br>
<fieldset>
<legend>보기</legend>
ㄱ, 하남자 == 김도형
ㄴ, 07 김민수
ㄷ, 테트리스 잘하는 이정훈
ㄹ, 문과 김주성
</fieldset>
<input type="radio" name="4-1"> ㄱ,ㄷ,ㄹ<br>
<input type="radio" name="4-2"> ㄱ,ㄴ,ㄹ<br>
<input type="radio" name="4-3"> ㄱ,ㄴ,ㄷ<br>
<input type="radio" name="4-4"> ㄴ,ㄷ,ㄹ<br>
<input type="radio" name="4-5"> ㄱ,ㄴ,ㄷ,ㄹ<br>
5,본인이 생각하는 1-6을 서술하시오<br>
<input type="text"><br>
</fieldset>
</form>
</body>
</html>