MDL-51594 webservice: Fix typos in choice and SCORM documentation

This commit is contained in:
Juan Leyva
2015-10-14 14:29:12 +02:00
parent 74fad2ce3d
commit bb3500c6d4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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) {
+2 -2
View File
@@ -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