--- html/onSejong/index.html
+++ html/onSejong/index.html
... | ... | @@ -686,7 +686,7 @@ |
| 686 | 686 |
<ul> |
| 687 | 687 |
<li>[팝업]새로만들기,manager/mystorage/pop_attend.html</li> |
| 688 | 688 |
<li>콘텐츠 만들기,manager/mystorage/contentsWrite.html</li> |
| 689 |
- <li>문항 만들기,manager/mystorage/quizWrite.html</li> |
|
| 689 |
+ <li class="mod">문항 만들기,manager/mystorage/quizWrite.html</li> |
|
| 690 | 690 |
<li>평가지 만들기,manager/mystorage/testWrite.html</li> |
| 691 | 691 |
</ul> |
| 692 | 692 |
</li> |
... | ... | @@ -793,7 +793,7 @@ |
| 793 | 793 |
<li class="working">[팝업]상세보기,manager/myclass/pop_studentReflection.html</li> |
| 794 | 794 |
</ul> |
| 795 | 795 |
</li> |
| 796 |
- <li class="before">학습활동 보고서,manager/myclass/activityReport.html</li> |
|
| 796 |
+ <li class="working">학습활동 보고서,manager/myclass/activityReport.html</li> |
|
| 797 | 797 |
<li class="before">SMS 보내기 </li> |
| 798 | 798 |
</ul> |
| 799 | 799 |
</li> |
--- html/onSejong/manager/mystorage/quizWrite.html
+++ html/onSejong/manager/mystorage/quizWrite.html
... | ... | @@ -70,11 +70,11 @@ |
| 70 | 70 |
<fieldset> |
| 71 | 71 |
<legend>문항 유형</legend> |
| 72 | 72 |
<div class="checkradio"> |
| 73 |
- <input type="radio" name="radio" id="r1" checked> |
|
| 73 |
+ <input type="radio" name="radio" id="r1"> |
|
| 74 | 74 |
<label for="r1">단일 문항</label> |
| 75 | 75 |
</div> |
| 76 | 76 |
<div class="checkradio"> |
| 77 |
- <input type="radio" name="radio" id="r2"> |
|
| 77 |
+ <input type="radio" name="radio" id="r2" checked> |
|
| 78 | 78 |
<label for="r2">세트 문항</label> |
| 79 | 79 |
</div> |
| 80 | 80 |
</fieldset> |
... | ... | @@ -87,6 +87,99 @@ |
| 87 | 87 |
<section class="section"> |
| 88 | 88 |
<header class="section-tit-area"> |
| 89 | 89 |
<div class="l-area"> |
| 90 |
+ <h3 class="title-lg">공통 제시자료</h3> |
|
| 91 |
+ <p>공통 제시자료를 첨부하여 여러 문항을 생성할 수 있습니다.</p> |
|
| 92 |
+ </div> |
|
| 93 |
+ </header> |
|
| 94 |
+ <div class="write-type"> |
|
| 95 |
+ <table> |
|
| 96 |
+ <colgroup> |
|
| 97 |
+ <col style="width:200px"> |
|
| 98 |
+ <col> |
|
| 99 |
+ </colgroup> |
|
| 100 |
+ <tbody> |
|
| 101 |
+ <tr> |
|
| 102 |
+ <th scope="row">공통 제시자료</th> |
|
| 103 |
+ <td> |
|
| 104 |
+ <ol class="a-write-list ui-sortable"> |
|
| 105 |
+ <li class="a-item"> |
|
| 106 |
+ <i class="ico-move ui-sortable-handle"></i> |
|
| 107 |
+ <div class="a-cont"> |
|
| 108 |
+ <div class="a-txt"> |
|
| 109 |
+ -에디터- |
|
| 110 |
+ </div> |
|
| 111 |
+ </div> |
|
| 112 |
+ <div class="a-fnc"> |
|
| 113 |
+ <button class="btn sm circle danger ico-delete">삭제</button> |
|
| 114 |
+ </div> |
|
| 115 |
+ </li> |
|
| 116 |
+ <li class="a-item"> |
|
| 117 |
+ <i class="ico-move ui-sortable-handle"></i> |
|
| 118 |
+ <div class="a-cont"> |
|
| 119 |
+ <div class="file-add-area"> |
|
| 120 |
+ <div class="file-custom"> |
|
| 121 |
+ <div class="preview-area"> |
|
| 122 |
+ <img src="../../../../resources/front/site/SITE_00000/images/temp/thumb2.jpg" alt="미리보기"> |
|
| 123 |
+ </div> |
|
| 124 |
+ </div> |
|
| 125 |
+ <div class="item-area"> |
|
| 126 |
+ <div class="item"> |
|
| 127 |
+ <p class="txt">비디오파일.mp4</p> |
|
| 128 |
+ </div> |
|
| 129 |
+ </div> |
|
| 130 |
+ </div> |
|
| 131 |
+ </div> |
|
| 132 |
+ <div class="a-fnc"> |
|
| 133 |
+ <div class="file-custom"> |
|
| 134 |
+ <input type="file" class="input-file"> |
|
| 135 |
+ <button type="button" class="btn sm circle ico-attach">파일첨부</button> |
|
| 136 |
+ </div> |
|
| 137 |
+ <button class="btn sm circle danger ico-delete">삭제</button> |
|
| 138 |
+ </div> |
|
| 139 |
+ </li> |
|
| 140 |
+ <li class="a-item"> |
|
| 141 |
+ <i class="ico-move ui-sortable-handle"></i> |
|
| 142 |
+ <div class="a-cont"> |
|
| 143 |
+ <div class="file-add-area"> |
|
| 144 |
+ <div class="file-custom"> |
|
| 145 |
+ <div class="preview-area"> |
|
| 146 |
+ <img src="../../../../resources/front/site/SITE_00000/images/temp/thumb2.jpg" alt="미리보기"> |
|
| 147 |
+ </div> |
|
| 148 |
+ </div> |
|
| 149 |
+ <div class="item-area"> |
|
| 150 |
+ <div class="item"> |
|
| 151 |
+ <p class="txt">오디오.mp3</p> |
|
| 152 |
+ </div> |
|
| 153 |
+ </div> |
|
| 154 |
+ </div> |
|
| 155 |
+ </div> |
|
| 156 |
+ <div class="a-fnc"> |
|
| 157 |
+ <div class="file-custom"> |
|
| 158 |
+ <input type="file" class="input-file"> |
|
| 159 |
+ <button type="button" class="btn sm circle ico-attach">파일첨부</button> |
|
| 160 |
+ </div> |
|
| 161 |
+ <button class="btn sm circle danger ico-delete">삭제</button> |
|
| 162 |
+ </div> |
|
| 163 |
+ </li> |
|
| 164 |
+ </ol> |
|
| 165 |
+ <div class="btn-add-cont"> |
|
| 166 |
+ <button type="button" class="btn ico-document"> |
|
| 167 |
+ 텍스트추가 |
|
| 168 |
+ </button> |
|
| 169 |
+ <div class="file-custom"> |
|
| 170 |
+ <input type="file" class="input-file"> |
|
| 171 |
+ <button type="button" class="btn ico-headphone">음성파일 추가</button> |
|
| 172 |
+ </div> |
|
| 173 |
+ </div> |
|
| 174 |
+ </td> |
|
| 175 |
+ </tr> |
|
| 176 |
+ </tbody> |
|
| 177 |
+ </table> |
|
| 178 |
+ </div> |
|
| 179 |
+ </section> |
|
| 180 |
+ <section class="section"> |
|
| 181 |
+ <header class="section-tit-area"> |
|
| 182 |
+ <div class="l-area"> |
|
| 90 | 183 |
<h3 class="title-lg">문항정보</h3> |
| 91 | 184 |
</div> |
| 92 | 185 |
</header> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?