Issue Details (XML | Word | Printable)

Key: MDL-15540
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
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

Write code to render the navigation panel

Created: 04/Jul/08 09:48 PM   Updated: 15/Jul/08 07:52 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: 15/Jul/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 5 files to 'Moodle CVS' - 12/Jul/08 01:03 AM
MDL-15543 - Display the quiz navigation on the attempt.php page

and most of

MDL-15540 - Write code to render the navigation panel - it does it all apart from working out the correct state in which to show each button, and apply appropriate styles as a result.
MODIFY mod/quiz/quiz.js   Rev. 1.7    (+0 -10 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.586    (+30 -4 lines)
MODIFY mod/quiz/attemptlib.php   Rev. 1.9    (+94 -10 lines)
MODIFY lang/en_utf8/quiz.php   Rev. 1.105    (+3 -1 lines)
MODIFY mod/quiz/attempt.php   Rev. 1.153    (+40 -8 lines)
martignoni committed 1 file to 'Lang CVS' - 16/Jul/08 02:23 AM
MDL-15540, new strings translated
MODIFY fr_utf8/quiz.php   Rev. 1.111    (+3 -1 lines)
tjhunt committed 3 files to 'Moodle CVS' - 04/Sep/08 02:37 PM
MDL-15540 Navigation panel did not work on the review page for multi-page quizzes because of the way states were loaded. Refactor.
MODIFY mod/quiz/attemptlib.php   Rev. 1.22    (+16 -7 lines)
MODIFY question/preview.php   Rev. 1.32    (+2 -3 lines)
MODIFY lib/questionlib.php   Rev. 1.163    (+122 -69 lines)
tjhunt committed 2 files to 'Moodle CVS' - 04/Sep/08 03:05 PM
MDL-15540 Navigation panel did not work on the review page for multi-page quizzes because of the way states were loaded. Fix the regressions caused by the previous refactor.
MODIFY lib/questionlib.php   Rev. 1.164    (+15 -14 lines)
MODIFY mod/quiz/attemptlib.php   Rev. 1.23    (+1 -1 lines)