Skip to content

Commit b4390bb

Browse files
rakeshqdsaTrungtin Ton
authored and
Trungtin Ton
committed
QTI in: Use imageclozeassociationV2 for graphicGapMatchInteraction
This change replaces the converted question type for `graphicGapMatchInteraction` from the legacy `imageclozeassociation` to `imageclozeassociationV2`.
1 parent 12d55e5 commit b4390bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/QtiV2/In/Interactions/GraphicGapMatchInteractionMapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getQuestionType()
4848
}
4949

5050
$question = new imageclozeassociation(
51-
'imageclozeassociation',
51+
'imageclozeassociationV2',
5252
$image,
5353
$responsePosition,
5454
array_values($possibleResponseMapping)

0 commit comments

Comments
 (0)