MDL-51594 webservice: Fix typos in choice and SCORM documentation
This commit is contained in:
@@ -309,7 +309,7 @@ class mod_choice_external extends external_api {
|
||||
*
|
||||
* @param int $choiceid the choice instance id
|
||||
* @param array $responses the response ids
|
||||
* @return array ansers informatinon and warnings
|
||||
* @return array answers information and warnings
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function submit_choice_response($choiceid, $responses) {
|
||||
|
||||
@@ -183,7 +183,7 @@ class mod_scorm_external extends external_api {
|
||||
}
|
||||
|
||||
/**
|
||||
* Describes the parameters for get_scorms_by_courses.
|
||||
* Describes the parameters for get_scorm_scoes.
|
||||
*
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
@@ -492,7 +492,7 @@ class mod_scorm_external extends external_api {
|
||||
}
|
||||
|
||||
/**
|
||||
* Describes the parameters for get_scorms_by_courses.
|
||||
* Describes the parameters for get_scorm_sco_tracks.
|
||||
*
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
|
||||
Reference in New Issue
Block a user