Skip to content

Commit

Permalink
Quiz: Set title to report by questions in PDF #3622
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Nov 11, 2020
1 parent c2e540d commit 63d4d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/exercise/stats.php
Expand Up @@ -310,6 +310,7 @@
$fileName = get_lang('Report').'_'.api_get_course_id().'_'.api_get_local_time();
$params = [
'filename' => $fileName,
'pdf_title' => $objExercise->selectTitle(true).'<br>'.get_lang('ReportByQuestion'),
'pdf_description' => get_lang('Report'),
'format' => 'A4',
'orientation' => 'P',
Expand Down

0 comments on commit 63d4d5d

Please sign in to comment.