Add export parameter

pull/2487/head
jmontoyaa 8 years ago
parent 746dce4c67
commit f2d09a8e53
  1. 6
      main/exercise/exercise.class.php

@ -4727,7 +4727,8 @@ class Exercise
$questionId,
$answerId,
$results_disabled,
$showTotalScoreAndUserChoicesInLastAttempt
$showTotalScoreAndUserChoicesInLastAttempt,
$this->export
);
} else {
ExerciseShowFunctions::display_unique_or_multiple_answer(
@ -4741,7 +4742,8 @@ class Exercise
$questionId,
'',
$results_disabled,
$showTotalScoreAndUserChoicesInLastAttempt
$showTotalScoreAndUserChoicesInLastAttempt,
$this->export
);
}
break;

Loading…
Cancel
Save