
| Key: |
MDL-15494
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
| Participants: |
Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
02/Jul/08
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
Well, at the moment, question_process_responses in questionlib.php can return true of false to indicate success/failure, as can default_questiontype::grade_responses. However, question_process_responses ingores the return value of default_questiontype::grade_responses, and mod/quiz/attempt.php and question/preview.php ignore the return code from question_process_responses.
I need to put in the necessary error handling.
|
|
Description
|
Well, at the moment, question_process_responses in questionlib.php can return true of false to indicate success/failure, as can default_questiontype::grade_responses. However, question_process_responses ingores the return value of default_questiontype::grade_responses, and mod/quiz/attempt.php and question/preview.php ignore the return code from question_process_responses.
I need to put in the necessary error handling. |
Show » |
tjhunt committed 5 files to 'Moodle CVS' - 01/Jul/08 09:34 PM
MDL-15494 - No allowance for the possibility that something might go wrong when processing the response to a question.
|
|
|
tjhunt committed 5 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 02/Jul/08 05:14 PM
MDL-15494 - No allowance for the possibility that something might go wrong when processing the response to a question. Backported from HEAD.
|
|
|
committed 3 files to 'Lang CVS' - 03/Jul/08 05:37 AM
martignoni committed 1 file to 'Lang CVS' - 05/Jul/08 05:33 PM
|