2510 채점자료 업데이트

This commit is contained in:
2025-10-28 16:14:12 +09:00
parent ada3fa9dd4
commit 05f7f6b569
85 changed files with 5638 additions and 1810 deletions

View File

@@ -245,9 +245,9 @@ function getGpdpScore(gpdpData, scoringJson, index) {
const lift = xpath.select1('Lift/@value', effectData)?.value;
const gamma = xpath.select1('Gamma/@value', effectData)?.value;
const gain = xpath.select1('Gain/@value', effectData)?.value;
if (optionKeys.includes('리프트')) userAnswer['option']['리프트'] = lift;
if (optionKeys.includes('감마')) userAnswer['option']['감마'] = gamma;
if (optionKeys.includes('게인')) userAnswer['option']['게인'] = gain;
if (optionKeys.includes('어두운 영역')) userAnswer['option']['어두운 영역'] = lift;
if (optionKeys.includes('미드톤')) userAnswer['option']['미드톤'] = gamma;
if (optionKeys.includes('밝은 영역')) userAnswer['option']['밝은 영역'] = gain;
}
else if (name === '세피아') {
const u = xpath.select1('U/@value', effectData)?.value;