File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="ko">
<head>
<title>온세종학교</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet">
<!-- 공통 plugin -->
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
<!-- //공통 plugin -->
<!-- 페이지 plugin-->
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
<!-- chart -->
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
<!-- //chart -->
<!-- //페이지 plugin-->
<!-- 공통 퍼블 layout: 개발시 삭제-->
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
<!--//퍼블 layout-->
<!-- 공통 메뉴 js-->
<!-- //공통 메뉴 js -->
<!--공통 퍼블 js-->
<script src="/resources/front/site/SITE_00000/js/common.js"></script>
<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
<!--//공통 퍼블 js-->
</head>
<body>
<div class="popup-modal" data-popuppub="popupmodal">
<div class="pop-header">
<h1>과제물 조회/평가</h1>
</div>
<div class="pop-body">
<div class="fnc-area">
<div class="r-area">
<p class="msg"><i class="required">*<span class="txt-hide">필수</span></i> 필수 입력</p>
</div>
</div>
<div class="write-type">
<table>
<caption>과제물 조회/평가 입력</caption>
<colgroup>
<col style="width:160px">
<col>
</colgroup>
<tbody>
<tr>
<th scope="row">이름(ID)</th>
<td>
NAME(ID) <small>OO고등학교 #학년 #반 #번</small>
</td>
</tr>
<tr>
<th scope="row">제출일</th>
<td>
2024년 11월 15일 오후 11:59
<span class="label sm warning">마감 후 수정됨</span>
</td>
</tr>
<tr>
<th scope="row">내용</th>
<td>3조 이민서입니다. 늦어서 죄송합니다. 과제 마감일이 겹친 것들이 많아서 완성도를 높이지 못한 것에 스스로도
아쉬움이 큽니다. 피드백 보강해서 최종제출 합니다. 감사합니다!! ^^</td>
</tr>
<tr>
<th scope="row">첨부된 파일</th>
<td>
<div class="item-list-box order-front">
<div class="item">
<div class="txt-area">
<i class="ico-attach"></i>
<p class="txt">
첨부파일명.pdf
</p>
<small>124kb</small>
</div>
<div class="item-fnc-area">
<a href="#none" class="ico-download">다운로드</a>
</div>
</div>
<div class="item">
<div class="txt-area">
<i class="ico-attach"></i>
<p class="txt">
첨부파일명.pdf
</p>
<small>124kb</small>
</div>
<div class="item-fnc-area">
<a href="#none" class="ico-download">다운로드</a>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th scope="row">점수<i class="required"></i></th>
<td>
<div class="input-num-area">
<input type="number" class="input-num" placeholder="점수" title="점수 입력">
점 / 배점 100점
</div>
</td>
</tr>
<tr>
<th scope="row">점수</th>
<td>
<div class="input-num-area">
<input type="number" class="input-num" placeholder="미채점" title="미채점" disabled>
</div>
</td>
</tr>
<tr>
<th scope="row">평가</th>
<td>
<textarea placeholder="학생에게 전달할 피드백을 입력하세요." title="학생에게 전달할 피드백을 입력하세요."></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="pop-footer">
<div class="pop-btn-cont">
<button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button>
<button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button>
</div>
</div>
<button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
</div>
<!-- toast -->
<div class="toast"></div>
<!--popup-->
<div class="dim"></div>
<script>
$(document).ready(function () {
popupOpenPub('popupmodal');
});
</script>
</body>
</html>