The string [cannotgetdsfordependent,core_question] uses a placeholder in a way that is no longer valid since 2.0:
$string['cannotgetdsfordependent'] = 'Cannot get the specified dataset for a dataset dependent question! (question: {$a[0]}, datasetitem: {a[1]})';
|
called from question/type/calculated/questiontype.php:
print_error('cannotgetdsfordependent', 'question', '', array($question->id, $datasetitem));
|