동영상, 오프닝 자막 관련 문항 처리 방식 개선

This commit is contained in:
2025-06-16 16:43:57 +09:00
parent 5c62e57cfb
commit 52c08a0a69
4 changed files with 128 additions and 54 deletions

View File

@@ -211,7 +211,7 @@
"media": "동영상.mp4",
"value": {
"start": "0",
"end": "360"
"end": "380"
},
"point": 2,
"desc": "시작시간과 재생시간 정답값 입력, 3번문항은 '동영상.mp4' 클립의 길이를 확인하는 문항이므로 media는 수정할 필요가 없다."
@@ -229,59 +229,56 @@
"desc": "value값의 키값(VID___)은 이펙트의 속성종류에 따라 변경되므로 채점기준표작성시 확인 필요"
},
"5": {
"ele": "//CROwneUnit[{subtitleIndex}]/CRCUnitArr/@Name",
"ele2": "//CRCUnitArr[@Name='{search}']/@Name",
"type": "video",
"value": "청량하고 시원한 폭포",
"ele": "//CROwneUnit[{index}]/CRCUnitArr/@Name",
"search": "청량하고 시원한 폭포",
"type": "video.Text",
"value": "청량하고 시원한 폭포",
"point": 3
},
"6": {
"ele": "//CROwneUnit[{subtitleIndex}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID102",
"ele2": "//CRCUnitArr[@Name='{search}']//GCUnitPool[@Type='1']/GCUnit/@VID102",
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID102",
"search": "청량하고 시원한 폭포",
"type": "video",
"type": "video.Text",
"value": "돋움체",
"point": 2
},
"7": {
"ele": "//CROwneUnit[{subtitleIndex}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID101",
"ele2": "//CRCUnitArr[@Name='{search}']//GCUnitPool[@Type='1']/GCUnit/@VID101",
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool[@Type='1']/GCUnit/@VID101",
"search": "청량하고 시원한 폭포",
"type": "video",
"type": "video.Text",
"value": "120",
"point": 2
},
"8": {
"ele": "//CROwneUnit[{subtitleIndex}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='4']/@VID100",
"ele2": "//CRCUnitArr[@Name='{search}']//GCUnitPool/GCUnit[@Type='4']/@VID100",
"ele": "//CROwneUnit[{index}]/CRCUnitArr//GCUnitPool/GCUnit[@Type='4']/@VID100",
"search": "청량하고 시원한 폭포",
"type": "video",
"value": "-937955",
"point": 2
"type": "video.Text.Color",
"value": "1db0f1",
"point": 2,
"desc": "컬러값은 RGB로 입력한다, [대소문자, #]허용 (#FFFFFF, ffffff 두 값 모두 허용)"
},
"9": {
"ele": "//CROwneUnit[{subtitleIndex}]/CRCUnitArr/@*[name()='VID600' or name()='VID601']",
"ele2": "//CRCUnitArr[@Name='{search}']/@*[name()='VID600' or name()='VID601']",
"type": "video",
"ele": "//CROwneUnit[{index}]/CRCUnitArr/@*[name()='VID600' or name()='VID601']",
"search": "청량하고 시원한 폭포",
"type": "video.Location",
"value": [
0.27395833,
0.9222222
"0.27395833",
"0.9222222"
],
"point": 2
"point": 2,
"desc": "정답 파일의 자막 좌표를 기준으로 프로그램 내부적으로 0.1까지 오차를 허용한다"
},
"10": {
"ele": "{search}",
"ele": "",
"search": "청량하고 시원한 폭포",
"type": "videoStartTime",
"type": "video.StartTime",
"value": 170,
"point": 2
},
"11": {
"ele": "{search}",
"ele": "",
"search": "청량하고 시원한 폭포",
"type": "videoLength",
"type": "video.Length",
"value": 150,
"point": 2
},