Fixed regression and broken interafce implementation
This commit is contained in:
@@ -243,7 +243,7 @@ class workshop_accumulative_strategy implements workshop_strategy {
|
||||
/**
|
||||
* @see parent::get_assessments_recordset()
|
||||
*/
|
||||
public function get_assessments_recordset($restrict) {
|
||||
public function get_assessments_recordset($restrict=null) {
|
||||
global $DB;
|
||||
|
||||
$sql = 'SELECT s.id AS submissionid,
|
||||
|
||||
@@ -275,6 +275,20 @@ class workshop_numerrors_strategy implements workshop_strategy {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @see parent::get_assessments_recordset()
|
||||
*/
|
||||
public function get_assessments_recordset($restrict=null) {
|
||||
// todo
|
||||
}
|
||||
|
||||
/**
|
||||
* @see parent::get_dimensions_info()
|
||||
*/
|
||||
public function get_dimensions_info() {
|
||||
// todo
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Internal methods //
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user