|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | quiz_statistics_report |
Namespaces | |
| namespace | quiz |
Functions | |
| quiz_statistics_attempts_sql ($quizid, $currentgroup, $groupstudents, $allattempts=true, $includeungraded=false) | |
| quiz_statistics_qubaids_condition ($quizid, $currentgroup, $groupstudents, $allattempts=true, $includeungraded=false) | |
| quiz_statistics_attempts_sql | ( | $ | quizid, |
| $ | currentgroup, | ||
| $ | groupstudents, | ||
| $ | allattempts = true, |
||
| $ | includeungraded = false |
||
| ) |
| quiz_statistics_qubaids_condition | ( | $ | quizid, |
| $ | currentgroup, | ||
| $ | groupstudents, | ||
| $ | allattempts = true, |
||
| $ | includeungraded = false |
||
| ) |
Return a qubaid_condition from the values returned by quiz_statistics_attempts_sql
| string | $fromqa | from quiz_statistics_attempts_sql. |
| string | $whereqa | from quiz_statistics_attempts_sql. |
Definition at line 1108 of file report.php.

