Added question_ids to "details" in grading info and to the "__results" property
All of test-items is name-based to support input/export fro…
Show more
Added question_ids to "details" in grading info and to the "__results" propertyAll of test-items is name-based to support input/export from differentOpenACS instances. In some situations, it is still necessary to pinpointthe origin of questions, e.g. when importing pool-questions to an externalgradebook, where e.g. one wants to associate a replacement questions withthe original pool question.Now we keep an additional question id, which will point to the pool questionor the simple question together with the question names. The instanceattribute "__results" is set once the exam-protocol was renderedcompletely.__results { UID1 { QN1 {achieved 4 achievable 6 question_id 187610} QN2 {achieved 0.0 achievable 1 question_id 163716} QN3 (achieved 0.0 achievable 2 question_id 163714} } UID2 ...}
Show less