Example #1
0
 function quiz_report_responses_table($quiz, $qmsubselect, $groupstudents, $students, $questions, $candelete, $reporturl, $displayoptions)
 {
     parent::table_sql('mod-quiz-report-responses-report');
     $this->quiz = $quiz;
     $this->qmsubselect = $qmsubselect;
     $this->groupstudents = $groupstudents;
     $this->students = $students;
     $this->questions = $questions;
     $this->candelete = $candelete;
     $this->reporturl = $reporturl;
     $this->displayoptions = $displayoptions;
 }
 function quiz_report_overview_table($quiz, $qmsubselect, $groupstudents, $students, $detailedmarks, $questions, $candelete, $reporturl, $displayoptions, $context)
 {
     parent::table_sql('mod-quiz-report-overview-report');
     $this->quiz = $quiz;
     $this->qmsubselect = $qmsubselect;
     $this->groupstudents = $groupstudents;
     $this->students = $students;
     $this->detailedmarks = $detailedmarks;
     $this->questions = $questions;
     $this->candelete = $candelete;
     $this->reporturl = $reporturl;
     $this->displayoptions = $displayoptions;
     $this->context = $context;
 }