Issue Details (XML | Word | Printable)

Key: MDL-16334
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tim Hunt
Reporter: Tim Hunt
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-15452

Convert mod/quiz/comment.php to use attemptlib.php

Created: 04/Sep/08 01:11 PM   Updated: 18/Sep/08 03:37 PM
Return to search
Component/s: Quiz
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Tim Hunt
Security Level: None
Resolved date: 18/Sep/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
tjhunt committed 1 file to 'Moodle CVS' - 18/Sep/08 03:34 PM
New option on close_window_button to reload the page that opened this pop-up, as the pop-up is closed. Needed in preparation for MDL-16334.
MODIFY lib/weblib.php   Rev. 1.1141    (+12 -5 lines)
tjhunt committed 7 files to 'Moodle CVS' - 18/Sep/08 03:39 PM
MDL-16334 Convert mod/quiz/comment.php to use attemptlib.php - final part of the work on the quiz navigtion, I hope.
MDL-16559 Remove question/comment.html template, and instead just have a function in questionlib.php
MDL-16562 Regression from MDL-16263, notices when regrading.
Sorry, the three got tangled together (coupled through questionlib) while I was fixing bugs in preparation for a demo.
MODIFY lang/en_utf8/question.php   Rev. 1.27    (+1 -0 lines)
MODIFY mod/quiz/reviewquestion.php   Rev. 1.31    (+3 -6 lines)
MODIFY mod/quiz/attemptlib.php   Rev. 1.27    (+36 -0 lines)
MODIFY mod/quiz/comment.php   Rev. 1.14    (+37 -48 lines)
MODIFY lib/questionlib.php   Rev. 1.169    (+44 -29 lines)
DEL question/Attic/comment.html   Rev. 1.8    (+0 -0 lines)
MODIFY mod/quiz/report/grading/report.php   Rev. 1.46    (+16 -12 lines)