diff --git a/01_copy_files_by_answer.py b/01_copy_files_by_answer.py
new file mode 100644
index 0000000..fe9bab1
--- /dev/null
+++ b/01_copy_files_by_answer.py
@@ -0,0 +1,62 @@
+import os
+import shutil
+import glob
+
+# ── 설정 ────────────────────────────────────────────────────────────────
+exam_round = "2603"
+exam_codes = ["DIC", "DPI"]
+
+base_dir = rf"D:\project\GOM\DIC\회차별채점자료"
+output_base = r"output"
+
+types = ["A", "B", "C", "D", "E"]
+
+# ── 복사 실행 ────────────────────────────────────────────────────────────
+for exam_code in exam_codes:
+ for type in types:
+ # 원본 형 폴더 탐색: "2603회 A형" 또는 "2603회 A형(클리핑)" 매칭
+ type_pattern = os.path.join(
+ base_dir, exam_round, exam_code,
+ f"{exam_round}회 {type}형*"
+ )
+ matched_type_folders = [d for d in glob.glob(type_pattern) if os.path.isdir(d)]
+
+ if not matched_type_folders:
+ print(f"[WARN] 형 폴더 없음: {type_pattern}")
+ continue
+
+ type_folder = matched_type_folders[0]
+
+ # 하위 정답파일 폴더 탐색
+ answer_dir = os.path.join(type_folder, "정답파일")
+ if not os.path.isdir(answer_dir):
+ print(f"[WARN] 정답파일 폴더 없음: {answer_dir}")
+ continue
+
+ candidate_folders = [
+ d for d in glob.glob(os.path.join(answer_dir, "*"))
+ if os.path.isdir(d)
+ ]
+
+ if not candidate_folders:
+ print(f"[WARN] 복사할 폴더 없음: {answer_dir}")
+ continue
+
+ # 대상 경로: output\2603\A\DIC
+ dst_base = os.path.join(output_base, exam_round, type, exam_code)
+ os.makedirs(dst_base, exist_ok=True)
+
+ for src_folder in candidate_folders:
+ folder_name = os.path.basename(src_folder)
+ # 폴더명 뒤에 {type} 텍스트 추가: dpi_03_123456_성명A
+ new_folder_name = f"{folder_name}{type}"
+ dst_path = os.path.join(dst_base, new_folder_name)
+ shutil.copytree(src_folder, dst_path, dirs_exist_ok=True)
+ print(f"[OK] {exam_code} {type}형 복사 완료: {src_folder} → {dst_path}")
+
+ # TEST 폴더 생성: D:\project\GOM\DIC\output\2603\A\TEST
+ test_folder = os.path.join(output_base, exam_round, type, "TEST")
+ os.makedirs(test_folder, exist_ok=True)
+ print(f"[OK] TEST 폴더 생성 완료 → {test_folder}")
+
+print("\n전체 처리 완료.")
\ No newline at end of file
diff --git a/01_copy_files_by_subject.py b/01_copy_files_by_subject.py
index f2583b7..b77683c 100644
--- a/01_copy_files_by_subject.py
+++ b/01_copy_files_by_subject.py
@@ -73,10 +73,10 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
- exam_round = "2602"
+ exam_round = "2603"
exam_codes = ["DIC", "DPI"]
# exam_codes = ["DIC"]
# source_dir = r"D:\project\GOM\DIC\회차별채점자료\2622"
- source_dir = r"D:\project\data\답안파일 (1)"
+ source_dir = r"D:\project\data\제2603회 정기\답안파일\과목별답안파일"
copy_exam_files(exam_round, exam_codes, source_dir)
diff --git a/260331_DIC_2603A_채점결과.xlsx b/260331_DIC_2603A_채점결과.xlsx
new file mode 100644
index 0000000..1bc8ff1
Binary files /dev/null and b/260331_DIC_2603A_채점결과.xlsx differ
diff --git a/260331_DPI_2603B_채점결과.xlsx b/260331_DPI_2603B_채점결과.xlsx
new file mode 100644
index 0000000..6ec6450
Binary files /dev/null and b/260331_DPI_2603B_채점결과.xlsx differ
diff --git a/260401_DIC_2603A_채점결과.xlsx b/260401_DIC_2603A_채점결과.xlsx
new file mode 100644
index 0000000..0e57411
Binary files /dev/null and b/260401_DIC_2603A_채점결과.xlsx differ
diff --git a/260401_DPI_2603B_채점결과.xlsx b/260401_DPI_2603B_채점결과.xlsx
new file mode 100644
index 0000000..dbb3374
Binary files /dev/null and b/260401_DPI_2603B_채점결과.xlsx differ
diff --git a/260402_DIC_2603A_채점결과.xlsx b/260402_DIC_2603A_채점결과.xlsx
new file mode 100644
index 0000000..22e378f
Binary files /dev/null and b/260402_DIC_2603A_채점결과.xlsx differ
diff --git a/260402_DPI_2603B_채점결과.xlsx b/260402_DPI_2603B_채점결과.xlsx
new file mode 100644
index 0000000..78813a4
Binary files /dev/null and b/260402_DPI_2603B_채점결과.xlsx differ
diff --git a/JSON/2603/DIC_2603A.json b/JSON/2603/DIC_2603A.json
new file mode 100644
index 0000000..e200c29
--- /dev/null
+++ b/JSON/2603/DIC_2603A.json
@@ -0,0 +1,752 @@
+{
+ "0": {
+ "1": {
+ "ele": "none",
+ "point": 0
+ },
+ "2": {
+ "ele": "none",
+ "point": 0
+ },
+ "3": {
+ "ele": "none",
+ "point": 0
+ },
+ "4": {
+ "ele": "none",
+ "point": 0
+ },
+ "5": {
+ "ele": "none",
+ "point": 0
+ },
+ "6": {
+ "ele": "none",
+ "point": 0
+ },
+ "7": {
+ "ele": "none",
+ "point": 0
+ },
+ "8": {
+ "ele": "$[?(@.width == 65 && @.height == 45)]",
+ "type": "size",
+ "value": {
+ "width": 65,
+ "height": 45
+ },
+ "point": 4
+ },
+ "9": {
+ "ele": "none",
+ "point": 0,
+ "desc": "파일명 확인"
+ }
+ },
+ "1": {
+ "1": {
+ "ele": "none",
+ "point": 0
+ },
+ "2": {
+ "ele": "none",
+ "point": 0
+ },
+ "3": {
+ "ele": "none",
+ "point": 0
+ },
+ "4": {
+ "ele": "none",
+ "point": 0
+ },
+ "5": {
+ "ele": "$.children[?(@.name=='Cattle Ranch')].name",
+ "value": "Cattle Ranch",
+ "point": 4
+ },
+ "6": {
+ "ele": "$.children[?(@.name=='Cattle Ranch')].text.font.names[0]",
+ "type": "font",
+ "value": "Arial",
+ "point": 2
+ },
+ "7": {
+ "ele": "$.children[?(@.name=='Cattle Ranch')].text.font.names[0]",
+ "value": "Arial-BoldItalicMT",
+ "point": 2
+ },
+ "8": {
+ "ele": "$.children[?(@.name=='Cattle Ranch')].text.font.sizes[0]",
+ "value": 48,
+ "point": 2
+ },
+ "9": {
+ "ele": "$.children[?(@.name=='Cattle Ranch')].text.font.colors[0]",
+ "type": "color",
+ "value": "ffffff",
+ "point": 2
+ },
+ "10": {
+ "ele": "none",
+ "point": 0
+ },
+ "11": {
+ "ele": "none",
+ "point": 0
+ },
+ "12": {
+ "ele": "none",
+ "point": 0
+ },
+ "13": {
+ "ele": "$.children[?(@.name=='젖소 목장 체험')].name",
+ "value": "젖소 목장 체험",
+ "point": 4
+ },
+ "14": {
+ "ele": "$.children[?(@.name=='젖소 목장 체험')].text.font.names[0]",
+ "type": "font",
+ "value": "GungsuhChe",
+ "point": 2,
+ "desc": {
+ "돋움체": "DotumChe",
+ "궁서체": "GungsuhChe",
+ "굴림체": "GulimChe",
+ "바탕체": "BatangChe",
+ "휴먼옛체": "YetR"
+ }
+ },
+ "15": {
+ "ele": "$.children[?(@.name=='젖소 목장 체험')].text.font.sizes[0]",
+ "value": 36,
+ "point": 2
+ },
+ "16": {
+ "ele": "$.children[?(@.name=='젖소 목장 체험')].text.font.colors[0]",
+ "type": "color",
+ "value": "fbf203",
+ "point": 2
+ },
+ "17": {
+ "ele": "none",
+ "point": 0
+ },
+ "18": {
+ "ele": "none",
+ "point": 0
+ },
+ "19": {
+ "ele": "none",
+ "point": 0
+ },
+ "20": {
+ "ele": "none",
+ "point": 0
+ },
+ "21": {
+ "ele": "none",
+ "point": 0
+ },
+ "22": {
+ "ele": "none",
+ "point": 0
+ },
+ "23": {
+ "ele": "none",
+ "point": 0
+ },
+ "24": {
+ "ele": "none",
+ "point": 0
+ },
+ "25": {
+ "ele": "none",
+ "point": 0
+ },
+ "26": {
+ "ele": "none",
+ "point": 0
+ },
+ "27": {
+ "ele": "$[?(@.width == 65 && @.height == 45)]",
+ "type": "size",
+ "value": {
+ "width": 65,
+ "height": 45
+ },
+ "point": 4
+ },
+ "28": {
+ "ele": "none",
+ "point": 0,
+ "desc": "파일명 확인"
+ }
+ },
+ "2": {
+ "1": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[not(@Length<='5' and @ClipLength='-1')]/@ClipIndex",
+ "type": "mediaOrder",
+ "value": ["동영상.mp4", "이미지3.jpg", "이미지1.jpg", "이미지2.jpg"],
+ "point": 4,
+ "desc": "비디오1 트랙에 있는 클립의 ClipIndex값을 기준으로 CRClipArr에서 Path값을 가져와서 정답 채점, 클립의 ClipIndex값이 -1인 경우와 길이가 5프레임 이하인 경우는 제외한다."
+ },
+ "2": {
+ "ele": "/CROASTERP/CRTrackArr[1]/CRVideoTrackArr[1]/CRTrackList[1]/CRTrackClip[1]/@Speed",
+ "type": "oneAnswer",
+ "value": {
+ "speed": "120"
+ },
+ "point": 2,
+ "desc": "100당 1배속 / 130 = 1.3배속"
+ },
+ "3": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']",
+ "type": "startEnd",
+ "media": "동영상.mp4",
+ "value": {
+ "start": "0",
+ "end": "340"
+ },
+ "point": 2,
+ "desc": "시작시간과 재생시간 정답값 입력, 3번문항은 '동영상.mp4' 클립의 길이를 확인하는 문항이므로 media는 수정할 필요가 없다."
+ },
+ "4": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
+ "type": "effect",
+ "media": "동영상.mp4",
+ "value": {
+ "ID": "40",
+ "VID100": "20",
+ "VID103": "1.2"
+ },
+ "point": 3,
+ "desc": "value값의 키값(VID___)은 이펙트의 속성종류에 따라 변경되므로 채점기준표작성시 확인 필요"
+ },
+ "5": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr/@Name",
+ "search": "산책하는 젖소들",
+ "type": "video.Text",
+ "value": "산책하는 젖소들",
+ "point": 3
+ },
+ "6": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID102",
+ "search": "산책하는 젖소들",
+ "type": "video.Text",
+ "value": "궁서체",
+ "point": 2
+ },
+ "7": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID101",
+ "search": "산책하는 젖소들",
+ "type": "video.Text",
+ "value": "100",
+ "point": 2
+ },
+ "8": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='4']/@VID100",
+ "search": "산책하는 젖소들",
+ "type": "video.Text.Color",
+ "value": "422520",
+ "point": 2,
+ "desc": "컬러값은 RGB로 입력한다, [대소문자, #]허용 (#FFFFFF, ffffff 두 값 모두 허용)"
+ },
+ "9": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr/@*[name()='VID600' or name()='VID601']",
+ "search": "산책하는 젖소들",
+ "type": "video.Location",
+ "value": ["0.35624999", "0.93333334"],
+ "point": 2,
+ "desc": "정답 파일의 자막 좌표를 기준으로 프로그램 내부적으로 0.1까지 오차를 허용한다"
+ },
+ "10": {
+ "ele": "",
+ "search": "산책하는 젖소들",
+ "type": "video.StartTime",
+ "value": 160,
+ "point": 2,
+ "desc": "내부적으로 자막의 시작시간과 길이를 계산"
+ },
+ "11": {
+ "ele": "",
+ "search": "산책하는 젖소들",
+ "type": "video.Length",
+ "value": 120,
+ "point": 2,
+ "desc": "내부적으로 자막의 시작시간과 길이를 계산"
+ },
+ "12": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Mute",
+ "type": "Mute",
+ "media": "동영상.mp4",
+ "value": "1",
+ "point": 2
+ },
+ "13": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Length",
+ "type": "imageLength",
+ "media": "이미지3.jpg",
+ "value": 210,
+ "point": 2
+ },
+ "14": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
+ "type": "imageOverlay",
+ "media": "이미지3.jpg",
+ "value": {
+ "ID": "125",
+ "VID100": "60"
+ },
+ "point": 2,
+ "desc": "오버레이 속성 키값(VID10X) 확인하고 변경"
+ },
+ "15": {
+ "ele": "//CRTransFilter[@ClipIndex='{CRTrackClipIndex}']",
+ "type": "clipTransition",
+ "media": "이미지3.jpg",
+ "value": {
+ "ID": "32",
+ "Range": "520:550",
+ "Type": "2"
+ },
+ "point": 2,
+ "desc": "오버랩일 경우 Type속성값 16으로 변경"
+ },
+ "16": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Length",
+ "type": "imageLength",
+ "media": "이미지1.jpg",
+ "value": 150,
+ "point": 2
+ },
+ "17": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
+ "type": "imageOverlay",
+ "media": "이미지1.jpg",
+ "value": {
+ "ID": "103",
+ "VID102": "8"
+ },
+ "point": 2,
+ "desc": "오버레이 속성 키값(VID10X) 확인하고 변경"
+ },
+ "18": {
+ "ele": "//CRTransFilter[@ClipIndex='{CRTrackClipIndex}']",
+ "type": "clipTransition",
+ "media": "이미지1.jpg",
+ "value": {
+ "ID": "21",
+ "Range": "685:715",
+ "Type": "16"
+ },
+ "point": 2,
+ "desc": "오버랩일 경우 Type속성값 16으로 변경"
+ },
+ "19": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Length",
+ "type": "imageLength",
+ "media": "이미지2.jpg",
+ "value": 180,
+ "point": 2
+ },
+ "20": {
+ "ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
+ "type": "imageOverlay",
+ "media": "이미지2.jpg",
+ "value": {
+ "ID": "132",
+ "VID100": "70"
+ },
+ "point": 2,
+ "desc": "오버레이 속성 키값(VID10X) 확인하고 변경"
+ },
+ "21": {
+ "ele": "//CRTransFilter[@ClipIndex='{CRTrackClipIndex}']",
+ "type": "clipTransition",
+ "media": "이미지2.jpg",
+ "value": {
+ "ID": "1",
+ "Range": "790:880",
+ "Type": "2"
+ },
+ "point": 2,
+ "desc": "오버랩일 경우 Type속성값 16으로 변경"
+ },
+ "22": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr/@Name",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "video.Text",
+ "value": "젖소와 함께한 시간 With milk cow",
+ "point": 3
+ },
+ "23": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID102",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "video.Text",
+ "value": "돋움체",
+ "point": 2
+ },
+ "24": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID101",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "video.Text",
+ "value": "140",
+ "point": 2
+ },
+ "25": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='4']/@VID100",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "video.Text.Color",
+ "value": "4e621b",
+ "point": 2,
+ "desc": "컬러값은 RGB로 입력한다, [대소문자, #]허용 (#FFFFFF, ffffff 두 값 모두 허용)"
+ },
+ "26": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='2']",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "video.Text.Outline",
+ "value": {
+ "width": "25",
+ "color": "f1f2d9"
+ },
+ "point": 2,
+ "desc": "두께는 XML에서는 소수점으로 표기되지만, 프로그램 내부적으로 변환하여 사용하므로 현재 파일에서는 정수로 작성"
+ },
+ "27": {
+ "ele": "//CROwneUnit[{index}]/CRCUnitArr",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "opening.Text.FadeInEffect",
+ "value": {
+ "VID505": "24",
+ "VID507": "2"
+ },
+ "point": 3,
+ "desc": "오프닝자막의 나타나기 효과를 확인하는 문항. id속성은 VID505, playtime속성은 VID507으로 XML 내부에 표기되어 있다."
+ },
+ "28": {
+ "ele": "",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "opening.StartTime",
+ "value": 0,
+ "point": 2,
+ "desc": "오프닝자막의 시작시간 value 속성만 수정"
+ },
+ "29": {
+ "ele": "",
+ "search": "젖소와 함께한 시간 With milk cow",
+ "type": "opening.Length",
+ "value": 120,
+ "point": 2
+ },
+ "30": {
+ "ele": "",
+ "type": "audio.StartTime",
+ "media": "음악.mp3",
+ "value": 0,
+ "point": 2
+ },
+ "31": {
+ "ele": "//CRTrackList[@Name='오디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']",
+ "type": "audio.EndTime",
+ "media": "음악.mp3",
+ "value": 860,
+ "point": 2
+ },
+ "32": {
+ "ele": "//CRTrackList[@Name='오디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
+ "type": "audio.Effect",
+ "media": "음악.mp3",
+ "value": {
+ "ID": "1",
+ "Duration": "60"
+ },
+ "point": 2,
+ "desc": "ID속성-페이드인:0 / 페이드아웃: 1"
+ },
+ "33": {
+ "ele": "none",
+ "point": 0,
+ "desc": "파일명 확인"
+ }
+ },
+ "4": {
+ "1": {
+ "type": "canvas.Size",
+ "ele": "//Document/Width/@value | //Document/Height/@value",
+ "value": ["650", "350"],
+ "point": 5,
+ "desc": "캔버스 사이즈 650*350"
+ },
+ "2": {
+ "type": "none",
+ "ele": "",
+ "point": 5,
+ "desc": "자유 변형 문항은 채점 불가"
+ },
+ "3": {
+ "type": "layer.exists",
+ "ele": "//Layer/Name/@value",
+ "value": "Valley",
+ "point": 5,
+ "desc": "Valley 레이어가 있는지 여부 체크"
+ },
+ "4": {
+ "type": "layer.Effects",
+ "ele": "//Layer/Effects/Item",
+ "ele_temp": "//Layer[Name[@value='{search}']]/Effects/Item",
+ "search": "Valley",
+ "value": {
+ "name": "선명하게",
+ "option": {
+ "양": "7"
+ }
+ },
+ "point": 5,
+ "desc": {
+ "흑백": "강도",
+ "밝기/대비": ["밝기", "대비"],
+ "노출": "노출",
+ "색조/채도": ["색조", "채도", "명도"],
+ "감마": ["리프트", "감마", "게인"],
+ "세피아": ["U", "V"],
+ "생동감": "생동감",
+ "흐리게": "반경",
+ "글로우": ["반경", "밝기", "대비"],
+ "픽셀효과": "셀크기",
+ "선명하게": "양"
+ }
+ },
+ "5": {
+ "type": "none",
+ "ele": "",
+ "point": 6,
+ "desc": "올가미 도구/이미지 문항은 채점 불가"
+ },
+ "6": {
+ "type": "exists",
+ "ele": "//Layer/Effects/Item/Name/@value",
+ "value": "세피아",
+ "point": 6,
+ "desc": "세피아 효과가 있는지 여부 체크"
+ },
+ "7": {
+ "type": "exists",
+ "ele": "//Layer/Shapes/Shape/shape_type/@value",
+ "value": "RECTANGLE",
+ "point": 3,
+ "desc": {
+ "모서리가 둥근 사각형": "ROUNDED_RECTANGLE",
+ "사각형": "RECTANGLE",
+ "타원": "ELLIPSE"
+ }
+ },
+ "8": {
+ "type": "shape.size",
+ "ele": "//Layer//op_points",
+ "value": {
+ "width": 335,
+ "height": 35
+ },
+ "point": 3,
+ "desc": "레이어 쉐이프 X, Y 좌표를 가지고 너비, 높이 계산하여 정답 채점"
+ },
+ "9": {
+ "type": "shape.color",
+ "ele": "//Layer//Shape[contains(draw_type/@value, 'Interior')]/secondary_color/@value",
+ "value": "46A64A",
+ "point": 6,
+ "desc": ""
+ },
+ "10": {
+ "type": "layer.blend.opacity",
+ "ele": "//Layer",
+ "value": {
+ "BlendOp": "중첩",
+ "Opacity": "80"
+ },
+ "point": 6
+ },
+ "11": {
+ "type": "none",
+ "ele": "",
+ "point": 0,
+ "desc": "기본설정"
+ },
+ "12": {
+ "type": "none",
+ "ele": "",
+ "point": 0,
+ "desc": "파일명 확인"
+ }
+ },
+ "5": {
+ "1": {
+ "type": "canvas.Size",
+ "ele": "//Document/Width/@value | //Document/Height/@value",
+ "value": ["650", "450"],
+ "point": 5,
+ "desc": "캔버스 사이즈 650*450"
+ },
+ "2": {
+ "type": "none",
+ "ele": "",
+ "point": 5,
+ "desc": "배경색 문항은 채점 불가"
+ },
+ "3": {
+ "type": "exists",
+ "ele": "//Layer/MaskOpType/@value",
+ "value": "Layering",
+ "point": 6,
+ "desc": "레이어 마스크 설정 확인"
+ },
+ "4": {
+ "type": "none",
+ "ele": "",
+ "point": 6,
+ "desc": "가로방향 흐릿하게 문항은 채점 불가"
+ },
+ "5": {
+ "type": "exists",
+ "ele": "//Layer//shape_type/@value",
+ "value": "ROUNDED_RECTANGLE",
+ "point": 3,
+ "desc": "모서리가 둥근 사각형 : ROUNDED_RECTANGLE / 사각형 : RECTANGLE"
+ },
+ "6": {
+ "type": "shape.size",
+ "ele": "//Layer//op_points",
+ "value": {
+ "width": 400,
+ "height": 50
+ },
+ "point": 3,
+ "desc": "레이어 쉐이프 X, Y 좌표를 가지고 너비, 높이 계산하여 정답 채점"
+ },
+ "7": {
+ "type": "gradient.color",
+ "ele": "//Layer/Shapes/Shape",
+ "startColor": "gradient_start_color/@value",
+ "endColor": "gradient_end_color/@value",
+ "value": {
+ "startColor": "3CB241",
+ "endColor": "931FAD"
+ },
+ "point": 6
+ },
+ "8": {
+ "type": "text.exists",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT']/lines/Item/@value",
+ "value": "도깨비골 스카이밸리",
+ "point": 5
+ },
+ "9": {
+ "type": "exists",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT']/font/Name/@value",
+ "value": "돋움",
+ "point": 3
+ },
+ "10": {
+ "type": "exists",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT']/font/{style}/@value",
+ "style": "Italic",
+ "value": "True",
+ "point": 3
+ },
+ "11": {
+ "type": "exists",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT']/font/Size/@value",
+ "value": "24",
+ "point": 3
+ },
+ "12": {
+ "type": "text.color",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT'][contains(draw_type/@value, 'Interior')]/secondary_color/@value",
+ "value": "AA2318",
+ "point": 3
+ },
+ "13": {
+ "type": "exists",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT']/outline_peninfo/Width/@value",
+ "value": "5",
+ "point": 3
+ },
+ "14": {
+ "type": "text.color",
+ "ele": "//Layer//Shape[shape_type/@value='TEXT'][contains(draw_type/@value, 'Outline')]/primary_color/@value",
+ "value": "FFFFFF",
+ "point": 3
+ },
+ "15": {
+ "type": "exists",
+ "ele": "//Layer/MaskOpType/@value",
+ "value": "Clipping",
+ "point": 6,
+ "desc": "클리핑 마스크 항목은 별도 레이어로 추가되고 해당 속성을 추가해놓은 레이어가 있는지 여부 체크 함"
+ },
+ "16": {
+ "type": "exists",
+ "ele": "//Layer/Shapes/Shape/shape_type/@value",
+ "value": "ELLIPSE",
+ "point": 3,
+ "desc": {
+ "사각형": "RECTANGLE",
+ "원형/타원형": "ELLIPSE",
+ "17~20 문항 option값 변경": ""
+ }
+ },
+ "17": {
+ "type": "clipping.size",
+ "ele": "//Layer//Shape[shape_type/@value='{option}']//op_points",
+ "option": "ELLIPSE",
+ "value": {
+ "width": 170,
+ "height": 170
+ },
+ "point": 3,
+ "desc": "레이어 쉐이프 X, Y 좌표를 가지고 너비, 높이 계산하여 정답 채점"
+ },
+ "18": {
+ "type": "exists",
+ "ele": "//Layer//Shape[shape_type/@value='{option}']/outline_peninfo/Width/@value",
+ "option": "ELLIPSE",
+ "value": "3",
+ "point": 3
+ },
+ "19": {
+ "type": "clipping.color",
+ "ele": "//Layer//Shape[shape_type/@value='{option}' and contains(draw_type/@value, 'Outline')]/primary_color/@value",
+ "option": "ELLIPSE",
+ "value": "4B7E5C",
+ "point": 3,
+ "desc": "채우기:secondary_color, 외곽선:primary_color"
+ },
+ "20": {
+ "type": "shadow",
+ "ele": "//Layer//Shape[shape_type/@value='{option}']",
+ "option": "ELLIPSE",
+ "value": {
+ "shadow": true,
+ "width": "5",
+ "distance": "2",
+ "blur": "1",
+ "angle": "320"
+ },
+ "point": 5,
+ "desc": "그림자 속성이 있는 경우 그림자 속성의 너비, 거리, 흐림 정도, 각도를 비교하여 정답 채점"
+ },
+ "21": {
+ "type": "none",
+ "ele": "",
+ "point": 0,
+ "desc": "기본설정"
+ },
+ "22": {
+ "type": "none",
+ "ele": "",
+ "point": 0,
+ "desc": "파일명 확인"
+ }
+ }
+}
diff --git a/JSON/2602/DPI_2602A.json b/JSON/2603/DPI_2603B.json
similarity index 85%
rename from JSON/2602/DPI_2602A.json
rename to JSON/2603/DPI_2603B.json
index 50779db..f9d1866 100644
--- a/JSON/2602/DPI_2602A.json
+++ b/JSON/2603/DPI_2603B.json
@@ -16,18 +16,18 @@
"3": {
"type": "layer.exists",
"ele": "//Layer/Name/@value",
- "value": "Tradition",
+ "value": "Valley",
"point": 5,
- "desc": "Tradition 레이어가 있는지 여부 체크"
+ "desc": "Valley 레이어가 있는지 여부 체크"
},
"4": {
"type": "layer.Effects",
"ele": "//Layer[Name[@value='{search}']]/Effects/Item",
- "search": "Tradition",
+ "search": "Valley",
"value": {
- "name": "글로우",
+ "name": "선명하게",
"option": {
- "밝기": "-77"
+ "양": "7"
}
},
"point": 5,
@@ -57,7 +57,7 @@
"7": {
"type": "exists",
"ele": "//Layer/Shapes/Shape/shape_type/@value",
- "value": "ROUNDED_RECTANGLE",
+ "value": "RECTANGLE",
"point": 3,
"desc": {
"사각형": "RECTANGLE",
@@ -69,8 +69,8 @@
"type": "shape.size",
"ele": "//Layer//op_points",
"value": {
- "width": 110,
- "height": 85
+ "width": 335,
+ "height": 35
},
"point": 3,
"desc": "레이어 쉐이프 X, Y 좌표를 가지고 너비, 높이 계산하여 정답 채점"
@@ -78,7 +78,7 @@
"9": {
"type": "shape.color",
"ele": "//Layer//Shape[contains(draw_type/@value, 'Interior')]/secondary_color/@value",
- "value": "F97C7C",
+ "value": "46A64A",
"point": 6,
"desc": ""
},
@@ -87,7 +87,7 @@
"ele": "//Layer",
"value": {
"BlendOp": "중첩",
- "Opacity": "75"
+ "Opacity": "80"
},
"point": 6
},
@@ -134,7 +134,7 @@
"5": {
"type": "exists",
"ele": "//Layer//shape_type/@value",
- "value": "RECTANGLE",
+ "value": "ROUNDED_RECTANGLE",
"point": 3,
"desc": {
"사각형": "RECTANGLE",
@@ -146,7 +146,7 @@
"type": "shape.size",
"ele": "//Layer//op_points",
"value": {
- "width": 320,
+ "width": 400,
"height": 50
},
"point": 3,
@@ -158,21 +158,21 @@
"startColor": "gradient_start_color/@value",
"endColor": "gradient_end_color/@value",
"value": {
- "startColor": "C9C1FF",
- "endColor": "2743FC"
+ "startColor": "FFA01C",
+ "endColor": "E86F96"
},
"point": 6
},
"8": {
"type": "text.exists",
"ele": "//Layer//Shape[shape_type/@value='TEXT']/lines/Item/@value",
- "value": "전통한옥의 아름다움",
+ "value": "도깨비골 스카이밸리",
"point": 5
},
"9": {
"type": "exists",
"ele": "//Layer//Shape[shape_type/@value='TEXT']/font/Name/@value",
- "value": "나눔고딕",
+ "value": "돋움",
"point": 3
},
"10": {
@@ -185,25 +185,25 @@
"11": {
"type": "exists",
"ele": "//Layer//Shape[shape_type/@value='TEXT']/font/Size/@value",
- "value": "20",
+ "value": "26",
"point": 3
},
"12": {
"type": "text.color",
"ele": "//Layer//Shape[shape_type/@value='TEXT'][contains(draw_type/@value, 'Interior')]/secondary_color/@value",
- "value": "5A0808",
+ "value": "AA2318",
"point": 3
},
"13": {
"type": "exists",
"ele": "//Layer//Shape[shape_type/@value='TEXT']/outline_peninfo/Width/@value",
- "value": "4",
+ "value": "5",
"point": 3
},
"14": {
"type": "text.color",
"ele": "//Layer//Shape[shape_type/@value='TEXT'][contains(draw_type/@value, 'Outline')]/primary_color/@value",
- "value": "D4E2F0",
+ "value": "FFFFF0",
"point": 3
},
"15": {
@@ -230,8 +230,8 @@
"ele": "//Layer//Shape[shape_type/@value='{option}']//op_points",
"option": "ELLIPSE",
"value": {
- "width": 160,
- "height": 125
+ "width": 170,
+ "height": 170
},
"point": 3,
"desc": "레이어 쉐이프 X, Y 좌표를 가지고 너비, 높이 계산하여 정답 채점"
@@ -240,7 +240,7 @@
"type": "exists",
"ele": "//Layer//Shape[shape_type/@value='{option}']/outline_peninfo/Width/@value",
"option": "ELLIPSE",
- "value": "5",
+ "value": "6",
"point": 3
},
"19": {
@@ -248,7 +248,7 @@
"ele": "//Layer//Shape[shape_type/@value='{option}' and contains(draw_type/@value, 'Outline')]/primary_color/@value",
"ele2": "//Layer//Shape[shape_type/@value='{option}' and contains(draw_type/@value,'Outline')]/primary_color/@value|//Layer//Shape[shape_type/@value='{option}'and contains draw_type/@value,'Outline')]/secondary_color/@value",
"option": "ELLIPSE",
- "value": "0AB8B8",
+ "value": "ADACA7",
"point": 3,
"desc": "채우기:secondary_color, 외곽선:primary_color"
},
@@ -258,10 +258,10 @@
"option": "ELLIPSE",
"value": {
"shadow": true,
- "width": "3",
- "distance": "5",
- "blur": "6",
- "angle": "210"
+ "width": "5",
+ "distance": "2",
+ "blur": "1",
+ "angle": "300"
},
"point": 5,
"desc": "그림자 속성이 있는 경우 그림자 속성의 너비, 거리, 흐림 정도, 각도를 비교하여 정답 채점"
@@ -283,7 +283,7 @@
"1": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[not(@Length<='5' and @ClipLength='-1')]/@ClipIndex",
"type": "mediaOrder",
- "value": ["동영상.mp4", "이미지2.jpg", "이미지3.jpg", "이미지1.jpg"],
+ "value": ["동영상.mp4", "이미지3.jpg", "이미지1.jpg", "이미지2.jpg"],
"point": 4,
"desc": "비디오1 트랙에 있는 클립의 ClipIndex값을 기준으로 CRClipArr에서 Path값을 가져와서 정답 채점, 클립의 ClipIndex값이 -1인 경우와 길이가 5프레임 이하인 경우는 제외한다."
},
@@ -302,7 +302,7 @@
"media": "동영상.mp4",
"value": {
"start": "0",
- "end": "380"
+ "end": "350"
},
"point": 2,
"desc": "시작시간과 재생시간 정답값 입력, 3번문항은 '동영상.mp4' 클립의 길이를 확인하는 문항이므로 media는 수정할 필요가 없다."
@@ -312,64 +312,61 @@
"type": "effect",
"media": "동영상.mp4",
"value": {
- "ID": "70",
- "VID100": "30",
- "VID101": "20"
+ "ID": "43",
+ "VID100": "10",
+ "VID103": "1.2"
},
"point": 3,
"desc": "value값의 키값(VID___)은 이펙트의 속성종류에 따라 변경되므로 채점기준표작성시 확인 필요"
},
"5": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr/@Name",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.Text",
- "value": "청량하고 시원한 폭포",
+ "value": "재미있는 테마공원",
"point": 3
},
"6": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID102",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.Text",
- "value": "돋움체",
+ "value": "바탕체",
"point": 2
},
"7": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID101",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.Text",
- "value": "120",
+ "value": "110",
"point": 2
},
"8": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='4']/@VID100",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.Text.Color",
- "value": "1db0f1",
+ "value": "8c3030",
"point": 2,
"desc": "컬러값은 RGB로 입력한다, [대소문자, #]허용 (#FFFFFF, ffffff 두 값 모두 허용)"
},
"9": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr/@*[name()='VID600' or name()='VID601']",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.Location",
- "value": ["0.27395833", "0.9222222"],
+ "value": ["0.32291669", "0.92962962"],
"point": 2,
- "desc": [
- "정답 파일의 자막 좌표를 기준으로 프로그램 내부적으로 0.1까지 오차를 허용한다",
- "CRCUnitArr의 VID600이 X좌표, VID601이 Y좌표"
- ]
+ "desc": "정답 파일의 자막 좌표를 기준으로 프로그램 내부적으로 0.1까지 오차를 허용한다"
},
"10": {
"ele": "",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.StartTime",
- "value": 170,
+ "value": 160,
"point": 2,
"desc": "내부적으로 자막의 시작시간과 길이를 계산"
},
"11": {
"ele": "",
- "search": "청량하고 시원한 폭포",
+ "search": "재미있는 테마공원",
"type": "video.Length",
"value": 150,
"point": 2,
@@ -385,17 +382,17 @@
"13": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Length",
"type": "imageLength",
- "media": "이미지2.jpg",
- "value": 150,
+ "media": "이미지3.jpg",
+ "value": 180,
"point": 2
},
"14": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
"type": "imageOverlay",
- "media": "이미지2.jpg",
+ "media": "이미지3.jpg",
"value": {
- "ID": "103",
- "VID102": "7"
+ "ID": "94",
+ "VID101": "7"
},
"point": 2,
"desc": "오버레이 속성 키값(VID10X) 확인하고 변경"
@@ -403,10 +400,10 @@
"15": {
"ele": "//CRTransFilter[@ClipIndex='{CRTrackClipIndex}']",
"type": "clipTransition",
- "media": "이미지2.jpg",
+ "media": "이미지3.jpg",
"value": {
- "ID": "11",
- "Range": "500:530",
+ "ID": "32",
+ "Range": "470:530",
"Type": "2"
},
"point": 2,
@@ -415,17 +412,17 @@
"16": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Length",
"type": "imageLength",
- "media": "이미지3.jpg",
+ "media": "이미지1.jpg",
"value": 150,
"point": 2
},
"17": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
"type": "imageOverlay",
- "media": "이미지3.jpg",
+ "media": "이미지1.jpg",
"value": {
- "ID": "184",
- "VID102": "30"
+ "ID": "99",
+ "VID100": "70"
},
"point": 2,
"desc": "오버레이 속성 키값(VID10X) 확인하고 변경"
@@ -433,9 +430,9 @@
"18": {
"ele": "//CRTransFilter[@ClipIndex='{CRTrackClipIndex}']",
"type": "clipTransition",
- "media": "이미지3.jpg",
+ "media": "이미지1.jpg",
"value": {
- "ID": "19",
+ "ID": "13",
"Range": "650:680",
"Type": "2"
},
@@ -445,17 +442,17 @@
"19": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']/@Length",
"type": "imageLength",
- "media": "이미지1.jpg",
- "value": 180,
+ "media": "이미지2.jpg",
+ "value": 210,
"point": 2
},
"20": {
"ele": "//CRTrackList[@Name='비디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']//CRFilter",
"type": "imageOverlay",
- "media": "이미지1.jpg",
+ "media": "이미지2.jpg",
"value": {
- "ID": "67",
- "VID102": "30"
+ "ID": "102",
+ "VID102": "10"
},
"point": 2,
"desc": "오버레이 속성 키값(VID10X) 확인하고 변경"
@@ -463,10 +460,10 @@
"21": {
"ele": "//CRTransFilter[@ClipIndex='{CRTrackClipIndex}']",
"type": "clipTransition",
- "media": "이미지1.jpg",
+ "media": "이미지2.jpg",
"value": {
- "ID": "10",
- "Range": "800:860",
+ "ID": "19",
+ "Range": "830:890",
"Type": "2"
},
"point": 2,
@@ -474,50 +471,50 @@
},
"22": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr/@Name",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "video.Text",
- "value": "전통 공원 (Traditional Park)",
+ "value": "스카이밸리 도깨비골 (Sky Valley)",
"point": 3
},
"23": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID102",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "video.Text",
- "value": "궁서체",
+ "value": "굴림체",
"point": 2
},
"24": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID101",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "video.Text",
- "value": "140",
+ "value": "150",
"point": 2
},
"25": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='4']/@VID100",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "video.Text.Color",
- "value": "fd5721",
+ "value": "31b45e",
"point": 2,
"desc": "컬러값은 RGB로 입력한다, [대소문자, #]허용 (#FFFFFF, ffffff 두 값 모두 허용)"
},
"26": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='2']",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "video.Text.Outline",
"value": {
"width": "35",
- "color": "fff9c4"
+ "color": "ffffff"
},
"point": 2,
"desc": "두께는 XML에서는 소수점으로 표기되지만, 프로그램 내부적으로 변환하여 사용하므로 현재 파일에서는 정수로 작성"
},
"27": {
"ele": "//CROwneUnit[{index}]/CRCUnitArr",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "opening.Text.FadeInEffect",
"value": {
- "VID505": "4",
+ "VID505": "3",
"VID507": "2"
},
"point": 3,
@@ -525,7 +522,7 @@
},
"28": {
"ele": "",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "opening.StartTime",
"value": 0,
"point": 2,
@@ -533,7 +530,7 @@
},
"29": {
"ele": "",
- "search": "전통 공원 (Traditional Park)",
+ "search": "스카이밸리 도깨비골 (Sky Valley)",
"type": "opening.Length",
"value": 120,
"point": 2
@@ -549,7 +546,7 @@
"ele": "//CRTrackList[@Name='오디오1']/CRTrackClip[@ClipIndex='{CRClipIndex}']",
"type": "audio.EndTime",
"media": "음악.mp3",
- "value": 810,
+ "value": 870,
"point": 2
},
"32": {
diff --git a/main.js b/main.js
index 172270d..4719545 100644
--- a/main.js
+++ b/main.js
@@ -12,7 +12,7 @@ const getToday = require('./getToday.js');
const todayDate = getToday();
// 시험 회차
-const examRound = '2602';
+const examRound = '2603';
const codeTypes = [
'DIC',
@@ -20,14 +20,14 @@ const codeTypes = [
];
const examTypes = [
- // 'A',
+ 'A',
'B',
- 'C',
+ // 'C',
// 'D'
];
-// testMode가 true일 경우 TEST 폴더에 있는 답안 파일을 읽어옴
-const testMode = false;
+// testMode가 true일 경우 TEST 폴더에 있는답안 파일을 읽어옴
+const testMode = false;
// const testMode = true;
const outputExcelFiles = [];
diff --git a/260220_DPI_2622B_채점결과.xlsx b/회차별채점자료/2602/260220_DPI_2622B_채점결과.xlsx
similarity index 100%
rename from 260220_DPI_2622B_채점결과.xlsx
rename to 회차별채점자료/2602/260220_DPI_2622B_채점결과.xlsx
diff --git a/260304_DIC_2602B_채점결과.xlsx b/회차별채점자료/2602/260304_DIC_2602B_채점결과.xlsx
similarity index 100%
rename from 260304_DIC_2602B_채점결과.xlsx
rename to 회차별채점자료/2602/260304_DIC_2602B_채점결과.xlsx
diff --git a/260304_DPI_2602B_채점결과.xlsx b/회차별채점자료/2602/260304_DPI_2602B_채점결과.xlsx
similarity index 100%
rename from 260304_DPI_2602B_채점결과.xlsx
rename to 회차별채점자료/2602/260304_DPI_2602B_채점결과.xlsx
diff --git a/260304_DPI_2602C_채점결과.xlsx b/회차별채점자료/2602/260304_DPI_2602C_채점결과.xlsx
similarity index 100%
rename from 260304_DPI_2602C_채점결과.xlsx
rename to 회차별채점자료/2602/260304_DPI_2602C_채점결과.xlsx
diff --git a/260306_DIC_2602B_채점결과.xlsx b/회차별채점자료/2602/260306_DIC_2602B_채점결과.xlsx
similarity index 100%
rename from 260306_DIC_2602B_채점결과.xlsx
rename to 회차별채점자료/2602/260306_DIC_2602B_채점결과.xlsx
diff --git a/260306_DPI_2602B_채점결과.xlsx b/회차별채점자료/2602/260306_DPI_2602B_채점결과.xlsx
similarity index 100%
rename from 260306_DPI_2602B_채점결과.xlsx
rename to 회차별채점자료/2602/260306_DPI_2602B_채점결과.xlsx
diff --git a/260306_DPI_2602C_채점결과.xlsx b/회차별채점자료/2602/260306_DPI_2602C_채점결과.xlsx
similarity index 100%
rename from 260306_DPI_2602C_채점결과.xlsx
rename to 회차별채점자료/2602/260306_DPI_2602C_채점결과.xlsx
diff --git a/회차별채점자료/2602/DPI/2602회 B형/제2602회 디지털정보활용능력 멀티미디어제작(곰픽) B형 채점기준표.xlsx b/회차별채점자료/2602/DPI/2602회 B형/제2602회 디지털정보활용능력 멀티미디어제작(곰픽) B형 채점기준표.xlsx
index 370e416..f36351f 100644
Binary files a/회차별채점자료/2602/DPI/2602회 B형/제2602회 디지털정보활용능력 멀티미디어제작(곰픽) B형 채점기준표.xlsx and b/회차별채점자료/2602/DPI/2602회 B형/제2602회 디지털정보활용능력 멀티미디어제작(곰픽) B형 채점기준표.xlsx differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/Thumbs.db b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/Thumbs.db
new file mode 100644
index 0000000..060d807
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/Thumbs.db differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/동영상.mp4 b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/동영상.mp4
new file mode 100644
index 0000000..6d67bd3
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/동영상.mp4 differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진1.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진1.jpg
new file mode 100644
index 0000000..bc20d6a
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진1.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진2.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진2.jpg
new file mode 100644
index 0000000..65162bc
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진2.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진3.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진3.jpg
new file mode 100644
index 0000000..6d2236d
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/사진3.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/음악.mp3 b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/음악.mp3
new file mode 100644
index 0000000..80afb1e
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/음악.mp3 differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지1.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지1.jpg
new file mode 100644
index 0000000..26ef7d1
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지1.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지2.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지2.jpg
new file mode 100644
index 0000000..e95a648
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지2.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지3.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지3.jpg
new file mode 100644
index 0000000..094f5d3
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/문제파일/이미지3.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/Thumbs.db b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/Thumbs.db
new file mode 100644
index 0000000..36dfa6a
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/Thumbs.db differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_01_123456_성명.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_01_123456_성명.jpg
new file mode 100644
index 0000000..cde3d13
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_01_123456_성명.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_01_123456_성명.psd b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_01_123456_성명.psd
new file mode 100644
index 0000000..606af56
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_01_123456_성명.psd differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_02_123456_성명.jpg b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_02_123456_성명.jpg
new file mode 100644
index 0000000..9ca2930
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_02_123456_성명.jpg differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_02_123456_성명.psd b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_02_123456_성명.psd
new file mode 100644
index 0000000..fb095b7
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_02_123456_성명.psd differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_03_123456_성명.gmep b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_03_123456_성명.gmep
new file mode 100644
index 0000000..6e973b0
--- /dev/null
+++ b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/정답파일/dic_03_123456_성명/dic_03_123456_성명.gmep
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/제2603회 디지털정보활용능력 멀티미디어제작 A형 문제.hwp b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/제2603회 디지털정보활용능력 멀티미디어제작 A형 문제.hwp
new file mode 100644
index 0000000..eabff55
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/제2603회 디지털정보활용능력 멀티미디어제작 A형 문제.hwp differ
diff --git a/회차별채점자료/2603/DIC/2603회 A형(클리핑)/제2603회 디지털정보활용능력 멀티미디어제작 A형 채점기준표.xlsx b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/제2603회 디지털정보활용능력 멀티미디어제작 A형 채점기준표.xlsx
new file mode 100644
index 0000000..169606e
Binary files /dev/null and b/회차별채점자료/2603/DIC/2603회 A형(클리핑)/제2603회 디지털정보활용능력 멀티미디어제작 A형 채점기준표.xlsx differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/동영상.mp4 b/회차별채점자료/2603/DPI/2603회 B형/문제파일/동영상.mp4
new file mode 100644
index 0000000..58c90cd
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/동영상.mp4 differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진1.jpg b/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진1.jpg
new file mode 100644
index 0000000..d8caf9e
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진1.jpg differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진2.jpg b/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진2.jpg
new file mode 100644
index 0000000..cd04748
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진2.jpg differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진3.jpg b/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진3.jpg
new file mode 100644
index 0000000..233538b
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/사진3.jpg differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/음악.mp3 b/회차별채점자료/2603/DPI/2603회 B형/문제파일/음악.mp3
new file mode 100644
index 0000000..80afb1e
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/음악.mp3 differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지1.jpg b/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지1.jpg
new file mode 100644
index 0000000..8a0cfd4
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지1.jpg differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지2.jpg b/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지2.jpg
new file mode 100644
index 0000000..9151183
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지2.jpg differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지3.jpg b/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지3.jpg
new file mode 100644
index 0000000..08f2fb6
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/문제파일/이미지3.jpg differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/정답파일/Thumbs.db b/회차별채점자료/2603/DPI/2603회 B형/정답파일/Thumbs.db
new file mode 100644
index 0000000..5ddce8b
Binary files /dev/null and b/회차별채점자료/2603/DPI/2603회 B형/정답파일/Thumbs.db differ
diff --git a/회차별채점자료/2603/DPI/2603회 B형/정답파일/dpi_03_123456_성명/dpi_01_123456_성명.gpdp b/회차별채점자료/2603/DPI/2603회 B형/정답파일/dpi_03_123456_성명/dpi_01_123456_성명.gpdp
new file mode 100644
index 0000000..8376713
--- /dev/null
+++ b/회차별채점자료/2603/DPI/2603회 B형/정답파일/dpi_03_123456_성명/dpi_01_123456_성명.gpdp
@@ -0,0 +1,3375 @@
+GPX