File name
Commit message
Commit date
File name
Commit message
Commit date
<html>
<head>
<title>publish list</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
body {
padding: 0;
margin: 0;
overflow-y: scroll;
font: 11px/1.2em "나눔고딕", NanumGothic, "맑은 고딕", "Malgun Gothic", Apple Gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
}
h1, h2 {
margin: 5px;
font-family: tahoma, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: capitalize; /*capitalize | uppercase | lowercase | none*/
}
h2 {
font-size: 12px;
}
a {
text-decoration: none;
color: #aaa;
}
a.newWin {
width: 6px;
height: 6px;
display: inline-block;
text-indent: -9999px;
border: 1px solid #777;
margin: 0 5px;
vertical-align: middle;
position: relative;
}
a.newWin:before {
content: '';
width: 6px;
height: 6px;
position: absolute;
left: 1px;
bottom: 1px;
border: 1px solid #777;
background: #fff;
}
h1 a {
color: #000;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
body > ul {
border-bottom: 1px #555 solid;
display: none;
}
li {
display: block;
padding: 8px 0 0 0;
background-repeat: no-repeat;
position: relative;
}
li a:hover { text-decoration:underline; }
li:before {
content: '';
position: absolute;
width: 2px;
height: 2px;
background: #555;
top: 13px;
}
li span {
display: block;
color: #888;
margin-top: -5px;
padding-bottom: 8px;
font-size:10px;
}
li {
background-color: #aaa;
border-top: 1px #555 solid;
}
li li {
background-color: #ddd;
border-top: 1px #777 dotted;
}
li li li {
background-color: #e9e9e9;
border-top: 1px #999 dotted;
}
li li li li {
background-color: #eee;
border-top: 1px #bbb dotted;
}
li li li li li {
background-color: #f3f3f3;
border-top: 1px #ddd dotted;
}
li li li li li li {
background-color: #fff;
border-top: 1px #eee dotted;
}
li:before {
left: 10px;
}
li li:before {
left: 20px;
}
li li li:before {
left: 30px;
}
li li li li:before {
left: 40px;
}
li li li li li:before {
left: 50px;
}
li li li li li li:before {
left: 60px;
}
li a {
margin-bottom: 8px;
display: inline-block;
}
li span,
li a {
margin-left: 15px;
}
li li span,
li li a {
margin-left: 25px;
}
li li li span,
li li li a {
margin-left: 35px;
}
li li li li span,
li li li li a {
margin-left: 45px;
}
li li li li li span,
li li li li li a {
margin-left: 55px;
}
li li li li li li span,
li li li li li li a {
margin-left: 65px;
}
li.on:after,
li.off:after {
content: '';
position: absolute;
right: 10px;
top: 8px;
font-size:14px;
width:10px;
text-align:center;
}
li.on:after {
content: '+'
}
li.off:after {
content: '-'
}
li.off ul {
display: none;
}
.ready, .ready a { color: #000; }
.mod, .mod a { color: red; }
.design, .design a { color: pink; }
.working, .working a { color: blue; }
.add, .add a { color: green; }
.temp, li.temp a { color: #ff6600; }
.before, .before a { color: #aaa; }
.x, .x a {
color: #aaa;
cursor: default;
text-decoration: line-through;
}
.guide {
display: block;
margin: 10px;
font-size: 11px;
}
.guide span {
line-height: 1.5em;
}
li time {
color: #555;
}
li.highlight {
background-color: #ffffaa
}
li.highlight li {
/* background-color: #ffffee */
}
.pubList {
float: left;
width: 320px;
height: 100vh;
overflow-y: scroll;
}
.iframe-wrap {
float: right;
width: calc(100% - 320px);
padding: 0;
}
.iframe-wrap iframe {
width: 100%;
border: 0;
margin: 0;
padding: 0;
height: 100vh;
overflow: auto;
}
.cb {
clear: both;
}
/********design : 디자인 요청, mod : 변경, ready : 작업완료, temp : 임시파일, x : 삭제대상 ********/
</style>
<script>
window.onload = function () {
var body = document.body;
var obj = body.getElementsByTagName("ul")[0];
obj.style.display = "block";
writeLink(obj.getElementsByTagName("li"));
}
function writeLink(obj) {
for (var i = 0; i < obj.length; i++) {
var nm, lk, sp, date, dateArr;
if (obj[i].innerHTML.split("<")[0].search(",") != -1) {
nm = obj[i].innerHTML.split(",")[0];
lk = obj[i].innerHTML.split(",")[1].split("<")[0];
if (obj[i].innerHTML.split(",").length > 2) {
date = obj[i].innerHTML.split(",").slice(obj[i].innerHTML.split(",").length - 1, obj[i].innerHTML.split(",").length).join();
dateArr = obj[i].innerHTML.split(",").slice(2, obj[i].innerHTML.split(",").length).join();
sp = nm + "," + lk + "," + obj[i].innerHTML.split(",").slice(2, obj[i].innerHTML.split(",").length).join();
} else {
date = "";
sp = nm + "," + lk;
}
lk = lk;
} else {
nm = obj[i].innerHTML.split("<")[0];
lk = "#none"
sp = nm;
}
var child = obj[i].innerHTML.split(sp)[1];
if (lk == "javascript:;" || lk == "#none") {
obj[i].innerHTML = "<a href='" + lk + "' onclick='fncHighlight(this);'>" + nm + "</a>" + child;
} else {
obj[i].innerHTML = "<a href='" + lk + "' target='pubView' onclick='fncHighlight(this);'>" + nm + "</a>" + "<a href='" + lk + "' class='newWin' target='preview' title='open new window' onclick='fncHighlight(this);'>new window</a>" + "<time title='" + dateArr + "'>" + date + "</time>" + "<span>" + lk + "</span>" + child;
}
if (child !== "") {
var link = obj[i].getElementsByTagName("a")[0];
link.addEventListener('click', switchOnOff, false);
var li = obj[i];
if (!li.classList.contains('off')) {
li.classList.add('on');
}
}
}
}
function switchOnOff(event) {
var target = event.target;
var parent = target.closest('li');
if (parent.classList.contains('on')) {
parent.classList.add('off');
parent.classList.remove('on');
} else {
parent.classList.add('on');
parent.classList.remove('off');
}
}
function switchOnOffAll(event) {
var target = event.target;
if (target.innerHTML.indexOf("펼치기") !== -1) {
target.innerHTML = target.innerHTML.replace("펼치기", "닫기");
var offItems = document.querySelectorAll('.off');
offItems.forEach(function(item) {
item.classList.remove('off');
item.classList.add('on');
});
} else {
target.innerHTML = target.innerHTML.replace("닫기", "펼치기");
var onItems = document.querySelectorAll('.on');
onItems.forEach(function(item) {
item.classList.remove('on');
item.classList.add('off');
});
}
}
function fncHighlight(obj) {
var highlighted = document.querySelectorAll('.highlight');
highlighted.forEach(function(item) {
item.classList.remove('highlight');
});
var closestLi = obj.closest('li');
closestLi.classList.add('highlight');
}
</script>
</head>
<body>
<div class="pubList">
<h1><a href="index.html" target="_parent">publish list</a></h1>
<h2>publish</h2>
<div class="guide">
<span class="ready">■ 검은색 - 퍼블리싱 완료</span><br>
<span class="before">■ 회색 - 작업전</span><br>
<span class="working">■ 파란색 - 작업중</span><br>
<span class="design">■ 분홍색 - 기획 확인 필요</span><br>
<span class="mod">■ 빨간색 - 수정됨</span><br>
<span class="add">■ 초록색 - 추가</span><br><br>
<span class="x">■ 작업안함</span><br><br>
<a href="#none" title="전체 목록 토글" onclick="switchOnOffAll(event);">전체 펼치기</a>
</div>
<ul class="ready">
<li>
Guide
<ul>
<li>Guide,common/_guide/guide.html</li>
<li>sub_layout 선생님,manager/sub/layout.html</li>
<li>list,manager/sub/list.html</li>
<li>성취기준 검색,manager/sub/achievecode.html</li>
<li>Error,common/_guide/error.html</li>
<li>loading,common/_guide/loading.html</li>
<li>sub,common/sub/sub.html</li>
<li>sub_gnb_none,common/sub/subGnbNone.html</li>
</ul>
</li>
<li class="off">
데이터 없음
<ul>
<li>선생님
<ul>
<li>클래스메인,common/empty/classMain.html</li>
<li>클래스홈,common/empty/classHome.html</li>
<li>클래스별 학습분석,common/empty/analyticsClass.html</li>
<li>접근안내,common/empty/guidance.html</li>
<li>검색결과,common/empty/searchResult.html</li>
<li>나의보관함,common/empty/myStorage.html</li>
</ul>
</li>
<li>
멤버
<ul>
<li>클래스홈,common/empty/classHome_member.html</li>
</ul>
</li>
<li>
학생
<ul>
<li>메인,common/empty/main_student.html</li>
</ul>
</li>
</ul>
</li>
<!-- <l i>메인,main/main.html</l> -->
<li>
선생님
<ul>
<li>
유틸
<ul>
<li>
알림
<ul>
<li>[팝업]알림,manager/util/pop_notification.html</li>
<li>[팝업]알림설정,manager/util/pop_notification_setting.html</li>
</ul>
</li>
<li>쪽지,manager/util/message.html</li>
<li>바로가기
<ul>
<li>바로가기,manager/util/pop_bookmark.html</li>
<li>바로가기 추가,manager/util/pop_bookmarkAdd.html</li>
<li>바로가기 수정,manager/util/pop_bookmarkEdit.html</li>
</ul>
</li>
<li>채움포인트
<ul>
<li>배지 아이템,manager/util/pop_profileDeco.html</li>
<li>포인트 내역,manager/util/pop_pointHistory.html</li>
</ul>
</li>
</ul>
</li>
<li>
클래스
<ul>
<li>
나의클래스
<ul>
<li>클래스메인,manager/class/classMain.html</li>
<li>클래스홈,manager/class/classHome.html</li>
<li>[팝업]클래스 소개,manager/class/pop_classInfo.html</li>
<li>[팝업]일정보기,manager/class/pop_schedule.html</li>
<li>[팝업]클래스찾기,manager/class/pop_classFind.html</li>
<li>클래스 만들기,manager/class/classAdd.html</li>
<li>[팝업]게시판 추가하기(설정),manager/class/pop_boardSetting.html</li>
<li>[팝업]학생찾기/멤버 검색,manager/class/pop_memberFind.html</li>
<li>[팝업]학생찾기/멤버 검색(클래스),manager/class/pop_memberFind_class.html</li>
<li>클래스 관리,manager/class/classManage.html</li>
<li>[팝업]클래스 가입코드,manager/class/pop_classCode.html</li>
<li>클래스 수정,manager/class/classEdit.html</li>
<li>
멤버관리
<ul>
<li>상태관리,manager/class/memberManage_state.html</li>
<li>[팝업]초대하기,manager/class/pop_invite.html</li>
<li>[새창]초대 수락,manager/class/popWin_invite.html</li>
<li>[팝업]내보내기이력,manager/class/pop_exportHistory.html</li>
<li>권한관리,manager/class/memberManage_auth.html</li>
<li>
모둠관리
<ul>
<li>모둠관리,manager/class/memberManage_group.html</li>
<li>모둠 만들기,manager/class/memberManage_groupWrite.html</li>
<li>[팝업]인원수 선택,manager/class/pop_groupNum.html</li>
</ul>
</li>
</ul>
</li>
<li>
수업
<ul>
<li>수업,manager/class/class.html</li>
<li>수업 상세보기,manager/class/classView.html</li>
<li>[팝업]학습완료 리스트,manager/class/pop_classSubmit.html</li>
<li>
문제풀이 결과
<ul>
<li>멤버별 보기,manager/class/solveResult.html</li>
<li>문항별 보기
<ul>
<li>단순선택형,manager/class/solveResult_quiz.html</li>
<li>주관식,manager/class/solveResult_quiz_essay.html</li>
<li>세트문항,manager/class/solveResult_quiz_group.html</li>
<li>만료된 문항,manager/class/solveResult_quiz_expire.html</li>
</ul>
</li>
</ul>
</li>
<li>
[고도화]문제풀이 결과
<ul>
<li>문제풀이결과,manager/class/solveResult_new.html</li>
<li>채점하기,manager/class/solveResult_quiz_essay_new.html</li>
<li>개별 문제풀이결과,manager/class/solveResult_each_new.html</li>
</ul>
</li>
<li>
수업꾸러미 만들기
<ul>
<li>수업꾸러미 만들기,manager/classViewer/classViewer.html</li>
<li>수업꾸러미 만들기_판서,manager/classViewer/classViewer_painter.html</li>
<li>수업꾸러미 만들기_문서,manager/classViewer/classViewer_painter_doc.html</li>
<li>수업꾸러미 만들기_퀴즈,manager/classViewer/classViewer_quiz.html</li>
<li>수업꾸러미 만들기_URL,manager/classViewer/classViewer_url.html</li>
<li class="add">수업꾸러미 만들기_웹오피스,manager/classViewer/classViewer_weboffice.html</li>
<li>수업꾸러미 만들기_제출완료,manager/classViewer/classViewer_test_done.html</li>
<li>[팝업]파일 업로드,manager/classViewer/pop_addFile.html</li>
<li>[팝업]링크추가,manager/classViewer/pop_addLink.html</li>
<li>[팝업]나의 보관함에서 추가,manager/classViewer/pop_addArchive.html</li>
<li>[팝업]콘텐츠에서 검색,manager/classViewer/pop_searchContents.html</li>
<li>[팝업]새로 만들기,manager/classViewer/pop_addNewWrite.html</li>
<li>[팝업]북마크,manager/classViewer/pop_bookmark.html</li>
<li>[팝업]저장,manager/classViewer/pop_savePackage.html</li>
<li>[고도화][팝업]저장,manager/classViewer/pop_savePa ckage_new.html</li>
<li>[팝업]채팅,manager/classViewer/pop_chat.html</li>
<!-- <li class="before">
콘텐츠
<ul>
<li>영상</li>
<li>이미지</li>
<li>문서</li>
<li>문항
<ul>
<li>수업용</li>
<li>cbt</li>
</ul>
</li>
<li>웹오피스</li>
<li>url</li>
<li>화이트보드</li>
</ul>
</li> -->
<li>[팝업]타이머,manager/classViewer/pop_timer.html</li>
</ul>
</li>
<li>수업꾸러미 튜토리얼,manager/tutorial/tutorial_classViewer1.html</li>
</ul>
</li>
<li class="add">
웹오피스
<ul>
<li>[팝업]웹오피스에서 추가,manager/class/pop_weboffice.html</li>
<li>[팝업]웹오피스 추가,manager/class/pop_webofficeAdd.html</li>
</ul>
</li>
<li>과제
<ul>
<li>과제,manager/class/homewrork.html</li>
<li class="mod">과제 상세,manager/class/homewrorkView.html</li>
<li>[팝업]제출 완료 리스트,manager/class/pop_homeworkSubmit.html</li>
<li>제출 과제보기,manager/class/homewrorkSubmit.html</li>
<li>[팝업]과제물 조회/평가,manager/class/pop_homewrorkSubmitView.html</li>
<li class="mod">[팝업]과제물 조회/평가_과제,manager/class/pop_homewrorkSubmitView_form.html</li>
<li>학생별 보기,manager/class/homewrorkSubmit_student.html</li>
<li class="mod">과제만들기,manager/class/homewrorkWrite.html</li>
<li>[인쇄]과제,manager/class/print_homework.html</li>
</ul>
</li>
<li>
평가
<ul>
<li>평가,manager/class/assessment.html</li>
<li>상세보기,manager/class/assessmentView.html</li>
<li>[팝업]풀이완료 리스트,manager/class/pop_assessmentSubmit.html</li>
<li>[뷰어]평가지 보기,manager/class/assessmentViewer.html</li>
<li>평가지 만들기,manager/class/assessmentWrite.html</li>
</ul>
</li>
<li>
알림장
<ul>
<li>알림장,manager/class/agendar.html</li>
<li class="mod">[새창]알림장 상세(슬라이드),manager/class/popWin_agendarView.html</li>
<li>[새창]알림장 상세,manager/class/popWin_agendarView2.html</li>
<li class="mod">알림장 글쓰기,manager/class/agendarWrite.html</li>
</ul>
</li>
<li>
자유게시판
<ul>
<li>자유게시판,manager/class/board.html</li>
<li class="mod">상세보기,manager/class/boardView.html</li>
<li class="mod">글쓰기,manager/class/boardWrite.html</li>
</ul>
</li>
<li>감정 출석부,manager/class/emotionCalendar.html</li>
<li>
설문
<ul>
<li>설문,manager/class/survey.html</li>
<li>설문 만들기,manager/class/surveyWrite.html</li>
<li>설문 결과,manager/class/surveyViewResult.html</li>
<li>설문 결과 개별응답,manager/class/surveyViewResult_each.html</li>
<li>[새창]설문상세,manager/class/surveyView_popWin.html</li>
<li class="before">[팝업]설문조사</li>
</ul>
</li>
<li>[고도화]채움 클래스 둘러보기,manager/class/classSearch.html</li>
<li>[고도화][팝업]클래스 소개,manager/class/pop_classInfo.html</li>
<li>
활동내역 보기
<ul>
<li>내가 개설한 클래스_클래스별,manager/class/activityHis.html</li>
<li>내가 개설한 클래스_학생별,manager/class/activityHis_student.html</li>
<li>내가 가입한 클래스,manager/class/activityHis_member.html</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
우리반 성장 기록
<ul>
<li>우리반 학습분석
<ul>
<li>
멀티클래스(담임)
<ul>
<li>우리반 요약,manager/analytics/analyticsMyClass_summary.html</li>
<li>교과목별 분석,manager/analytics/analyticsMyClass_subject.html</li>
<li>[팝업]성취기준별 성취율,manager/analytics/pop_achievecode.html</li>
<li>
스스로채움 학습분석
<ul>
<li>스스로채움 학습분석,manager/analytics/analyticsMyClass_dkStudy.html</li>
<li>[팝업]학습 상태별 학생 현황,manager/analytics/pop_studentHistory.html</li>
<li>[팝업]오늘의 학습 시간 상세,manager/analytics/pop_todayView_time.html</li>
<li>[팝업]오늘의 학습 완료율 상세,manager/analytics/pop_todayStudy.html</li>
</ul>
</li>
<li>채움책방·기초학력진단·진로진학,manager/analytics/analyticsMyClass_basictest.html</li >
<li>콘텐츠 활용 현황,manager/analytics/analyticsMyClass_contents.html</li>
</ul>
</li>
<li>
멀티클래스(담임) 학생별
<ul>
<li>학생별 보기,manager/analytics/analyticsMyClass_student.html</li>
<li>학생별 보기_교과목별 분석,manager/analytics/analyticsMyClass_student_subject.html</li>
<li>[팝업]학부모 표시 설정,manager/analytics/pop_parentViewSet.html</li>
<li>[팝업]인쇄설정,manager/analytics/pop_printSet.html</li>
<li>[팝업]성취기준별 성취율,manager/analytics/pop_achievecode.html</li>
<li>[인쇄]학생별 보기,manager/analytics/print_analyticsMyClass_student.html</li>
</ul>
</li>
<li>
싱글클래스(클래스장)
<ul>
<li>[팝업]수업설문,manager/analytics/pop_lessonSurvey.html</li>
<li>수업
<ul>
<li>수업,manager/analytics/analyticsClass.html</li>
<li>[팝업]수업이수율 상세 보기,manager/analytics/pop_lessonCompRate.html</li>
<li>[팝업]수업이해도 상세 보기,manager/analytics/pop_lessonUnderstand.html</li>
<li>[팝업]수업 학습 상태별 학생 현황,manager/analytics/pop_studentHistory_lesson.html</li>
</ul>
</li>
<li>과제
<ul>
<li>과제,manager/analytics/analyticsClass_homework.html</li>
<li>[팝업]과제 평가 리포트 상세,manager/analytics/pop_homework.html</li>
<li>[팝업]과제 학습 상태별 학생 현황,manager/analytics/pop_studentHistory_homework.html</li>
</ul>
</li>
<li>평가
<ul>
<li>평가,manager/analytics/analyticsClass_test.html</li>
<li>[팝업]교과목별 정답률 상세,manager/analytics/pop_subjectAnswer.html</li>
<li>[팝업]평가 학습 상태별 학생 현황,manager/analytics/pop_studentHistory_test.html</li>
</ul>
</li>
<li>커뮤니티,manager/analytics/analyticsClass_community.html</li>
</ul>
</li>
<li>학생 오답노트,manager/analytics/wrongNote.html</li>
</ul>
</li>
<li>
학생 포인트
<ul>
<li>포인트 지급회수,manager/analytics/point.html</li>
<li>포인트 지급회수 이력,manager/analytics/pointHistory.html</li>
</ul>
</li>
</ul>
</li>
<li>
콘텐츠
<ul>
<li>
추천콘텐츠
<ul>
<li>추천 콘텐츠,manager/contents/recommend.html</li>
<li>[팝업]맞춤설정,manager/contents/pop_contentsSet.html</li>
<li>[팝업]조건 검색,manager/contents/pop_conditionSearch.html</li>
<li>검색결과,manager/contents/searchResult.html</li>
</ul>
</li>
<li>
공개콘텐츠
<ul>
<li>공개 콘텐츠,manager/contents/contents.html</li>
<li>공개 콘텐츠-문항,manager/contents/contents_quiz.html</li>
<li>[팝업]새로 만들기,manager/contents/pop_newContents.html</li>
<li>유저별 콘텐츠,manager/contents/userContents.html</li>
<li>콘텐츠 상세,manager/contents/contentsView.html</li>
<li>콘텐츠 상세-문항,manager/contents/contentsView_quiz.html</li>
<li>콘텐츠 상세-평가지,manager/contents/contentsView_test.html</li>
<li>콘텐츠 만들기,manager/contents/contentsWrite.html</li>
<li>[고도화]콘텐츠 만들기,manager/contents/contentsWrite_new.html</li>
<li>[팝업]저작권 안내,manager/contents/pop_copyright.html</li>
<li>문항 만들기-단일,manager/contents/quizWrite.html</li>
<li>문항 만들기-세트,manager/contents/quizWrite_set.html</li>
<li>
[고도화]문항만들기
<ul>
<li>문항만들기1,manager/contents/quizWrite1_new.html</li>
<li>문항만들기2,manager/contents/quizWrite2_new.html</li>
</ul>
</li>
<!-- <li>문항 만들기2,manager/contents/quizWrite2.html</li> -->
<li>평가지 만들기-직접구성,manager/contents/testWrite.html</li>
<li>평가지 만들기-자동구성,manager/contents/testWrite_auto.html</li>
<li>
[고도화]평가지만들기
<ul>
<li>평가지 만들기-직접구성1,manager/contents/testWrite1_new.html</li>
<li>평가지 만들기-직접구성2,manager/contents/testWrite2_new.html</li>
<li>평가지 만들기-자동구성1,manager/contents/testWrite1_auto_new.html</li>
<li>뷰어 미리보기,manager/contents/testViewer_new.html</li>
</ul>
</li>
</ul>
</li>
<li>
수업레시피
<ul>
<li>수업레시피,manager/contents/recipe.html</li>
<li>수업레시피 상세,manager/contents/recipeView.html</li>
<li>수업레시피 만들기,manager/contents/recipeWrite.html</li>
<li>[고도화]수업레시피 만들기,manager/contents/recipeWrite_new.html</li>
</ul>
</li>
<li>
나의 보관함
<ul>
<li>나의 보관함,manager/contents/myStorage.html</li>
<li>[팝업]나의 구독 리스트,manager/contents/pop_mySubscription.html</li>
<li>[팝업]구독자 리스트,manager/contents/pop_subscriber.html</li>
<li>내 자료,manager/contents/myContents.html</li>
<li>[팝업]좋아요 리스트,manager/contents/pop_favoriteUser.html</li>
<li>[팝업]댓글,manager/contents/pop_comment.html</li>
<li>휴지통,manager/contents/trash.html</li>
<li>담은 자료,manager/contents/archiveContents.html</li>
<li>내 교과서,manager/contents/myTextbook.html</li>
<li>[팝업]교과서 찾기,manager/contents/pop_searchTextbook.html</li>
</ul>
</li>
<li>
[2024]뷰어
<ul>
<li>
사용 타입
<ul>
<li>[2024]뷰어,manager/viewer/viewer.html</li>
<li>[2024]문항,manager/viewer/quizViewer.html</li>
<li>문항_검수단,manager/viewer/quizViewer_check.html,23-04-27</li>
<li>[2024]평가지,manager/viewer/testViewer.html</li>
</ul>
</li>
<li>
콘텐츠 타입
<ul>
<li>비디오,manager/viewer/viewer_video.html</li>
<li>pdf,manager/viewer/viewer_pdf.html</li>
<li>pdf custom,manager/viewer/viewer_pdfCus.html</li>
<li>
문항
<ul>
<li>단순선택형,manager/viewer/viewer_quiz.html</li>
<li>단순선택형 정답,manager/viewer/viewer_quizAnswer.html</li>
<li>단순선택형_세트,manager/viewer/viewer_quiz_group.html</li>
<li>단답형,manager/viewer/viewer_quizShort.html</li>
<li>단답형 정답,manager/viewer/viewer_quizShortAnswer.html</li>
</ul>
</li>
<li>텍스트,manager/viewer/viewer_msg.html</li>
<li>[2024]수업자료,manager/viewer/viewer_classdata.html</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>[교과서뷰어],manager/textbookViewer/textbookViewer.html</li>
</ul>
</li>
<li>
멤버
<ul>
<li>
나의클래스
<ul>
<li>홈,member/class/classHome.html</li>
<li>수업
<ul>
<li>수업,member/class/class.html</li>
</ul>
</li>
<li>과제
<ul>
<li class="mod">과제 제출하기,member/class/homeworkWrite.html</li>
</ul>
</li>
<li>자유게시판
<ul>
<li>상세보기,member/class/boardView.html</li>
</ul>
</li>
<li>감정출석부
<ul>
<li>감정체크,member/class/emotionCheck.html</li>
<li>[팝업]감정출석부,member/class/pop_emotionCalendar.html</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
학생
<ul>
<li>스스로 채움
<ul>
<li>오늘의 학습
<ul>
<li>오늘의 학습,student/main/main.html</li>
<!-- <li>
AI 맞춤학습
<ul>
<li>[팝업]스스로진단,student/main/pop_ai_self.html</li>
<li>[팝업]맞춤형 학습,student/main/pop_ai.html</li>
</ul>
</li> -->
<li>[팝업]학습 목표 설정,student/main/pop_todayStudyGoal.html</li>
</ul>
</li>
<li>
AI 맞춤학습
<ul>
<li>AI 맞춤학습,student/study/aiGate.html</li>
<li>
스스로 진단
<ul>
<li>[팝업]스스로진단,student/study/pop_ai_self.html</li>
<li>스스로 진단 결과보서,student/study/aiResult.html</li>
<li>[팝업]스스로 학습 출발점 선택,student/study/pop_ai_self_start.html</li>
<li>[팝업]학습목록,student/study/pop_studyList.html</li>
<li>[팝업]스스로학습 결과,student/study/pop_ai_selfResult.html</li>
</ul>
</li>
<li>나만의 맞춤형 AI 학습 목록,student/study/ai.html</li>
</ul>
</li>
<li>오답노트
<ul>
<li>오답노트_평가지,student/study/wrongNote.html</li>
<li>오답노트_문항,student/study/wrongNote_quiz.html</li>
<li>문제풀이 결과,student/study/solveResult.html</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
학부모
<ul>
<li>
내 아이 성장기록
<ul>
<li>내 아이 성장기록,parents/analytics/analytics.html</li>
<li>내 아이 성장기록 교과목별,parents/analytics/analytics_subject.html</li>
<li>[팝업]성취기준별 성취율,parents/analytics/pop_achievecode.html</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="iframe-wrap">
<iframe id="pubView" name="pubView"></iframe>
</div>
<div class="cb"></div>
</body>
</html>