Skip to content

Commit

Permalink
feat: When importing a test, item metadata values are imported
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal committed May 2, 2024
1 parent b516f30 commit 361b66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/classes/class.QtiTestService.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ protected function importTest(
$this->itemMustExist,
$this->itemMustBeOverwritten,
$reportCtx->overwrittenItems,
$mappedProperties['itemProperties']
$mappedProperties['itemProperties'],
$importMetadata
);

$reportCtx->createdClasses = array_merge(
Expand Down

0 comments on commit 361b66d

Please sign in to comment.