MDL-74923 quiz: move report base classes to local folder

This commit is contained in:
Tim Hunt 2022-12-09 12:42:57 +00:00
parent 9efec07f77
commit 8cbc6acb17
28 changed files with 1687 additions and 1617 deletions

View file

@ -1210,7 +1210,7 @@ ORDER BY
/**
* Get a subquery that returns the latest step of every qa in some qubas.
* Currently, this is only used by the quiz reports. See
* {@link quiz_attempts_report_table::add_latest_state_join()}.
* {@see \mod_quiz\local\reports\attempts_report_table::add_latest_state_join()}.
*
* This method may be called publicly.
*