2510 채점자료 업데이트
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user