[samigo-team] Samigo Issue: Multiple answers from the same Submission ID

Bryan Holladay holladay at longsight.com
Fri Jun 22 06:30:57 PDT 2012


Has anyone seen an issue with Samigo where a single submission will
have multiple answers to the same question in Multiple Choice Single
Correct (all default settings)?  This was discovered by noticing that
a student had an automated score that was higher than the question
value.  For example, one student had 14 answers to the same question
worth 2 points and received 28 points for that question.  We have
found several of these cases.

select * From SAM_ITEMGRADING_T sit
right join SAM_PUBLISHEDANSWER_T spt on spt.ANSWERID = sit.PUBLISHEDANSWERID
where sit.ASSESSMENTGRADINGID = 1085000

ASSESSMENTGRADINGID	ITEMGRADINGID	AGENTID	PUBLISHEDITEMID	TEXT
1085000	22658677	1273531	2092102	fill color
1085000	22658676	1273531	2092102	fill color
1085000	22658675	1273531	2092102	fill color
1085000	22658674	1273531	2092102	fill color
1085000	22658673	1273531	2092102	fill color
1085000	22658672	1273531	2092102	fill color
1085000	22658671	1273531	2092102	fill color
1085000	22658670	1273531	2092102	fill color
1085000	22658669	1273531	2092102	fill color
1085000	22658668	1273531	2092102	fill color
1085000	22658667	1273531	2092102	fill color
1085000	22658666	1273531	2092102	fill color
1085000	22658665	1273531	2092102	fill color
1085000	22658664	1273531	2092102	fill color

Thanks,
Bryan


More information about the samigo-team mailing list