guntaek
3 days ago
20241125 김건택 선생님 문제 추가 시 예시 화면 추가
@3e74b544e465734fb448174de737f0b6d6ea8ed6
+++ client/resources/img/QuestionInsertExample/Chapter2_10 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter2_11 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter2_13 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter2_5 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter2_6 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter2_7 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter2_8 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_1 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_10 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_11 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_12 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_13 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_14 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_15 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_2 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_3 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_3_1 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_4 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_5 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_6 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_7 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_8 페이지 문제.png
Binary file is not shown |
+++ client/resources/img/QuestionInsertExample/Chapter3_9 페이지 문제.png
Binary file is not shown |
+++ client/views/pages/teacher/ChapterExample.vue
... | ... | @@ -0,0 +1,0 @@ |
--- client/views/pages/teacher/QuestionInsert.vue
+++ client/views/pages/teacher/QuestionInsert.vue
... | ... | @@ -76,7 +76,7 @@ |
76 | 76 |
|
77 | 77 |
<div class="flex align-center mb20"> |
78 | 78 |
<label for="" class="title2">내용</label> |
79 |
- <textarea name="" id="" class="data-wrap" v-model="prblm_expln"></textarea> |
|
79 |
+ <input name="" id="" class="data-wrap" v-model="prblm_expln" /> |
|
80 | 80 |
</div> |
81 | 81 |
<div class="flex align-center mb20"> |
82 | 82 |
<label for="" class="title2">힌트</label> |
... | ... | @@ -87,6 +87,16 @@ |
87 | 87 |
<input type="file" ref="fileInput" @change="handleFileUpload" multiple /> |
88 | 88 |
</div> |
89 | 89 |
<hr /> |
90 |
+ <div class="flex align-center mb20"> |
|
91 |
+ <label for="" class="title2">문제 예시</label> |
|
92 |
+ <img |
|
93 |
+ :src="`../../../client/resources/img/QuestionInsertExample/${selectedSearchOption2.prblm_type_nm}.png`" |
|
94 |
+ alt="문제 예시 이미지" |
|
95 |
+ style="width: 1000px; height: auto;" |
|
96 |
+ v-if="selectedSearchOption2 && selectedSearchOption2.prblm_type_nm" |
|
97 |
+ /> |
|
98 |
+ </div> |
|
99 |
+ <hr> |
|
90 | 100 |
<div v-if="selectedSearchOption2.prblm_type_cls === '5지선다'"> |
91 | 101 |
<!--5지선다--> |
92 | 102 |
<div class="gd-col2" v-for="i in 5" :key="i"> |
... | ... | @@ -243,8 +253,8 @@ |
243 | 253 |
</div> |
244 | 254 |
</div> |
245 | 255 |
</div> |
246 |
- <!--연결형 |
|
247 |
- <div v-else-if="['prblm_type_015'].includes(selectedSearchOption2)"> |
|
256 |
+ <!-- 연결형 --> |
|
257 |
+ <!-- <div v-else-if="['prblm_type_015'].includes(selectedSearchOption2)"> |
|
248 | 258 |
|
249 | 259 |
<div class="gd-col2 "> |
250 | 260 |
<div class="flex align-center mb20 mr40"> |
... | ... | @@ -280,8 +290,8 @@ |
280 | 290 |
<input type="text" class="data-wrap"> |
281 | 291 |
</div> |
282 | 292 |
</div> |
283 |
- </div> |
|
284 |
- --> |
|
293 |
+ </div> --> |
|
294 |
+ |
|
285 | 295 |
<div class="flex align-center mb20"> |
286 | 296 |
<label for="" class="title2">해설</label> |
287 | 297 |
<textarea name="" id="" class="data-wrap" v-model="prblm_cmmt"></textarea> |
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?