Skip to content

Commit

Permalink
imageclozeassociation: Fix Uncaught TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
Trungin Ton authored and ttton committed Apr 24, 2019
1 parent ce50b53 commit a5d7345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public function getQuestionType()
}

$question = new imageclozeassociation(
'imageclozeassociation',
$image,
$responsePosition,
'imageclozeassociation',
array_values($possibleResponseMapping)
);
$question->set_response_containers($responseContainers);
Expand Down

0 comments on commit a5d7345

Please sign in to comment.