Issue Details (XML | Word | Printable)

Key: MDL-10374
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Tim Hunt
Votes: 0
Watchers: 2
Operations

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

Tweaks to quiz an question layout

Created: 07/Jul/07 12:36 AM   Updated: 29/Oct/07 04:04 PM
Return to search
Component/s: Questions, Quiz
Affects Version/s: 1.9
Fix Version/s: 1.9

Participants: Tim Hunt
Security Level: None
Resolved date: 07/Jul/07
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
I am about to check in some changes to the quiz layout based on a discussion here at the OU with some of us developers and a graphic designer. Most of the changes from this went into the OU theme, but some of them seemed so obviously sensible that I decided to commit them to the standard theme.

Reorder the feedback under each question on the review page, so all the feedback comes first, and the grade is the last thing.

Fix the layout of true/false questions.

Space out the overall boxes round each questions using CSS, not <br /> tags.

Don't leave space for a non-existent question number on Description items.

Reorder the quiz styles, so all the view page ones are together, and all the attempt page ones are together, and so on.

On the quiz view page, highlight the whole of the best attempt row, not just the score.

Redo the table at the top of the review page.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
tjhunt committed 9 files to 'Moodle CVS' - 07/Jul/07 12:37 AM
MDL-10374 - Quiz layout improvements, selectively merged from OU-moodle.
MODIFY theme/standard/styles_layout.css   Rev. 1.458    (+69 -36 lines)
MODIFY mod/quiz/attempt.php   Rev. 1.125    (+2 -8 lines)
MODIFY mod/quiz/view.php   Rev. 1.120    (+11 -9 lines)
MODIFY mod/quiz/review.php   Rev. 1.57    (+42 -36 lines)
MODIFY mod/quiz/Attic/attempt_close_js.php   Rev. 1.7    (+1 -1 lines)
MODIFY question/type/question.html   Rev. 1.17    (+11 -11 lines)
MODIFY question/type/truefalse/display.html   Rev. 1.7    (+2 -2 lines)
MODIFY theme/standard/styles_ie6.css   Rev. 1.12    (+5 -1 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.139    (+9 -7 lines)