Skip to content

Commit

Permalink
33506: Pre8: Random test - cannot assign QPL ""ilHiddenInputGUI::setV…
Browse files Browse the repository at this point in the history
…alue(): Argument #1 ($a_value) must be of type string…"
  • Loading branch information
mbecker-databay committed Jul 25, 2022
1 parent 536350b commit d962202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private function stageQuestionsFromSourcePoolCheap($sourcePoolId, $questionIdMap
}
if (!isset($questionIdMappingPerPool[$sourcePoolId][ $row['question_id'] ])) {
$question = assQuestion::_instantiateQuestion($row['question_id']);
$duplicateId = $question->duplicate(true, null, null, null, $this->testOBJ->getId());
$duplicateId = $question->duplicate(true, '', '', '', $this->testOBJ->getId());

$nextId = $this->db->nextId('tst_rnd_cpy');
$this->db->insert('tst_rnd_cpy', array(
Expand Down

0 comments on commit d962202

Please sign in to comment.