Spielwiese
Dies hier ist testMaker 3.4; das letzte Datenbankupdate wurde am 02.02.2011 11:42 durchgeführt.
AND
RWTH tm
Dies hier ist testMaker 3.3p4; das letzte Datenbankupdate wurde am 16.02.2010 14:29 durchgeführt.
25.02.2011 11am
A user participates in a test
where a timelimit is programmed for an itemblock or item
he/she answers the item but does not confirm (possible eg for template radio button)
the time limit ends the blcok / item.
Correct: The item counts for the dimensions in the feedback, no matter if there has been a timeout or not
Correct: The item cretes a valid "_v"-variable for the data export, no matter if there has been a timeout or not
INCORRECT: The item creates a "99" for the "_c"-Variable in the data export if there has been a timeout no matter if somebody answered but it if he / she didnt confirm it (especially a problem for more than one item shown per site)
maintained: if answer correct: _c = 1 (regardless of timeout or confirmation)
maintained: if answer false : _c = 0 (regardless of timeout or confirmation)
changed: if no answer given: _c = 98 (skipped: confirmed no answer)
_c = 99 (timeout: timed out and no answer)