// There was a question_instance in the backup file for a question
// that was not acutally in the quiz. Drop it.
$this->log('question ' . $data->questionid . ' was associated with quiz ' .
- $quiz->id . ' but not actually used. ' .
+ $this->get_new_parentid('quiz') . ' but not actually used. ' .
'The instance has been ignored.', backup::LOG_INFO);
return;
}