Issue Details (XML | Word | Printable)

Key: MDL-15538
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

Rework attempt.php to use attemptlib.php

Created: 04/Jul/08 09:47 PM   Updated: 09/Jul/08 12:33 AM
Return to search
Component/s: Quiz
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Tim Hunt
Security Level: None
Resolved date: 09/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 10 files to 'Moodle CVS' - 09/Jul/08 12:33 AM
MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase - quite a lot of progress, sorry I am committing this as a big lump, but it took me a while to get the code back to a working state.

MDL-15537 - create oo attemptlib.php to hold shared code between attempt, summary and review.php
MDL-15541 - Refactor starting a new attempt into a new file startattempt.php
MDL-15538 - Rework attempt.php to use attemptlib.php
MODIFY mod/quiz/view.php   Rev. 1.142    (+2 -2 lines)
MODIFY mod/quiz/attempt.php   Rev. 1.147    (+102 -236 lines)
MODIFY lib/questionlib.php   Rev. 1.144    (+48 -14 lines)
MODIFY lang/en_utf8/quiz.php   Rev. 1.101    (+2 -1 lines)
MODIFY mod/quiz/review.php   Rev. 1.72    (+4 -3 lines)
MODIFY mod/quiz/accessrules.php   Rev. 1.7    (+43 -38 lines)
MODIFY mod/quiz/summary.php   Rev. 1.3    (+10 -9 lines)
ADD mod/quiz/startattempt.php   Rev. 1.1    (+0 -0 lines)
MODIFY mod/quiz/attemptlib.php   Rev. 1.3    (+288 -99 lines)
MODIFY mod/quiz/locallib.php   Rev. 1.148    (+2 -9 lines)
Tim Hunt made changes - 09/Jul/08 12:33 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
tjhunt committed 1 file to 'Moodle CVS' - 09/Jul/08 01:45 AM
MDL-15538 - Rework attempt.php to use attemptlib.php - fix a comment.
MODIFY mod/quiz/attempt.php   Rev. 1.148    (+2 -2 lines)
tjhunt committed 5 files to 'Moodle CVS' - 09/Jul/08 02:22 AM
MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now.
MODIFY lang/en_utf8/quiz.php   Rev. 1.102    (+2 -1 lines)
MODIFY mod/quiz/locallib.php   Rev. 1.150    (+5 -1 lines)
MODIFY mod/quiz/attemptlib.php   Rev. 1.5    (+5 -3 lines)
MODIFY lib/questionlib.php   Rev. 1.145    (+3 -3 lines)
MODIFY mod/quiz/attempt.php   Rev. 1.149    (+12 -14 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 10/Jul/08 05:17 AM
Translated new strings for quiz MDL-15538.
MODIFY ja_utf8/README   Rev. 1.755    (+1 -1 lines)
MODIFY ja_utf8/quiz.php   Rev. 1.152    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 11/Jul/08 08:50 PM
MDL-15538 one more string
MODIFY fr_utf8/quiz.php   Rev. 1.109    (+2 -1 lines)