(no description)
File Size: | 98 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_reopen_attempt_confirmation:: (3 methods):
execute_parameters()
execute()
execute_returns()
Class: get_reopen_attempt_confirmation - X-Ref
Web service to check a quiz attempt state, and return a confirmation message if it can be reopened now.execute_parameters() X-Ref |
Declare the method parameters. return: external_function_parameters |
execute(int $attemptid) X-Ref |
Check a quiz attempt state, and return a confirmation message method implementation. param: int $attemptid the id of the attempt to reopen. return: string a suitable confirmation message (HTML), if the attempt is suitable to be reopened. |
execute_returns() X-Ref |
Define the webservice response. return: external_description |