-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreplyWithProblems.html
121 lines (96 loc) · 4.55 KB
/
replyWithProblems.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" type="image/png" href="assets/img/favicon.ico"> -->
<link rel="icon" type="image/png" href="./img/otlogoBlueBig.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>OTSystem</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/paper-kit.css?v=2.1.0" rel="stylesheet"/>
<link href="assets/css/demo.css" rel="stylesheet" />
<!-- original CSS -->
<link href="./css/common.css" rel="stylesheet" />
<link href="./css/replys.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/nucleo-icons.css" rel="stylesheet" />
</head>
<body>
<div id="header"><!-- include header.html --></div>
<div class="container-fluid">
<div class="content-box">
<div class="row">
<h2 class="page-title">質問回答閲覧・編集</h2>
</div><!-- row -->
<div class="row">
<h5 class="time-title col-12 col-lg-12">第256回:授業タイトル</h5>
</div><!-- row -->
<div class="content-items">
<div class="row justify-content-start">
<div class="col-12 col-lg-2 problem-title content-item">
<button type="button" class="btn btn-primary btn-round" data-toggle="problem" data-placement="bottom" title="電車に何人か乗っています。最初の駅で19人が降りました。そして17人が乗ってきました。今、電車には63人います。では最初から電車に乗っていたのは何人でしょうか?">課題1の課題21</button>
</div>
</div><!-- row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-auto label-box">
<span class="label label-primary label-lg">質問</span>
</div>
<div class="col-11 col-lg-4 content-item">
<textarea class="form-control" rows="5" cols="60" maxlength="512">問題1が分かりません</textarea>
</div>
<div class="col-12 col-lg-auto label-box">
<span class="label label-primary label-lg">回答</span>
</div>
<div class="col-11 col-lg-4 content-item">
<textarea class="form-control" rows="5" cols="60" maxlength="512">教科書P21の4行目を見れば理解できると思います</textarea>
</div>
<div class="col-12 col-lg-auto label-box">
<span class="label label-primary label-lg">非公開</span>
</div>
<div class="form-check col-12 col-lg-auto content-item content-check">
<label class="form-check-label">
<input class="form-check-input" type="checkbox" value="">
質問を非公開にする
<span class="form-check-sign"></span>
</label>
</div>
</div><!-- row -->
<div class="row justify-content-end line-btn">
<div class="col-3 col-lg-1">
<button type="button" class="btn btn-success line-btn">変更の確定</button>
</div>
<div class="col-4 col-lg-auto">
<button type="button" class="btn btn-success line-btn">質問の削除</button>
</div>
</div><!-- row -->
</div><!-- content-items -->
</div><!-- content-box -->
</div><!-- content-box -->
<div class="row justify-content-end line-btns">
<div class="col-2 col-lg-auto">
<button type="button" class="btn btn-success line-btn"><i class="nc-icon nc-minimal-left" aria-hidden="true"></i> 戻る</button>
</div>
</div><!-- row -->
</div><!-- container-fluid -->
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery-3.2.1.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui-1.12.1.custom.min.js" type="text/javascript"></script>
<script src="assets/js/popper.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Switches -->
<script src="assets/js/bootstrap-switch.min.js"></script>
<!-- Plugins for Slider -->
<script src="assets/js/nouislider.js"></script>
<!-- Plugins for DateTimePicker -->
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/bootstrap-datetimepicker.min.js"></script>
<!-- Paper Kit Initialization snd functons -->
<script src="assets/js/paper-kit.js?v=2.1.0"></script>
<!-- original JS -->
<script src="./js/answers.js"></script>
</html>