Issue Details (XML | Word | Printable)

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

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

Commit the finished patch

Created: 19/Nov/08 12:11 PM   Updated: 20/Nov/08 04:01 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: 20/Nov/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Martin must be feeling paranoid today. He requested that since this is a big patch, I do the initial check-in, to minimise the chance of mistakes.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt added a comment - 19/Nov/08 03:15 PM
There are a few tabs in the new code. Replace them with spaces before committing.

Tim Hunt added a comment - 19/Nov/08 04:18 PM
And trailing whitespace.

tjhunt committed 20 files to 'Moodle CVS' - 20/Nov/08 03:59 PM
quiz editing: MDL-17285 This is Olli Savolainen's new interface for editing quizzes.

This was started and usability tested as a Finnish Summer of Code project, and then Olli did further work on it in his own time to get it in shape for inclusion in Moodle 2.0. I reviewed all the code. There are a number of minor outstanding issues that will be fixed soon. See the subtasks of MDL-17284 for a list.

The goal of these changes is to:
* help teachers new to Moodle, so when they first see the quiz editing page, they don't go "Huh! What on earth am I supposed to do here?"
* help novice Moodle users understand and learn to use some of the more advanced quiz feature;
* but, without slowing down more experienced quiz users.

Naturally, with ambitous goals like that, we won't have managed to satisy everybody, but I think this change is a big step in the right direction.

There is extensive documentation on this project at http://docs.moodle.org/en/Development:Quiz_UI_redesign.
ADD mod/quiz/edit.js   Rev. 1.1    (+0 -0 lines)
ADD lang/en_utf8/help/quiz/editconcepts.html   Rev. 1.1    (+0 -0 lines)
MODIFY mod/quiz/edit.php   Rev. 1.124    (+786 -306 lines)
MODIFY mod/quiz/editlib.php   Rev. 1.67    (+1260 -189 lines)
MODIFY theme/standard/styles_moz.css   Rev. 1.38    (+31 -2 lines)
ADD mod/quiz/addrandom.php   Rev. 1.1    (+0 -0 lines)
MODIFY mod/quiz/tabs.php   Rev. 1.33    (+9 -6 lines)
ADD question/category_form_randomquestion.php   Rev. 1.1    (+0 -0 lines)
MODIFY question/type/edit_question_form.php   Rev. 1.22    (+7 -4 lines)
MODIFY lang/en_utf8/quiz.php   Rev. 1.114    (+41 -2 lines)
MODIFY lib/weblib.php   Rev. 1.1171    (+37 -26 lines)
MODIFY question/question.php   Rev. 1.53    (+9 -2 lines)
ADD mod/quiz/Attic/editcss.js   Rev. 1.1    (+0 -0 lines)
MODIFY theme/standard/styles_fonts.css   Rev. 1.167    (+54 -1 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.189    (+68 -0 lines)
MODIFY question/category_class.php   Rev. 1.45    (+34 -4 lines)
MODIFY theme/standard/styles_ie6.css   Rev. 1.20    (+19 -0 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.635    (+539 -22 lines)
MODIFY question/editlib.php   Rev. 1.94    (+16 -11 lines)
MODIFY mod/quiz/locallib.php   Rev. 1.163    (+119 -8 lines)
Tim Hunt added a comment - 20/Nov/08 04:01 PM
Done!

Olli, in future, please try to be more careful with whitespace. You had a few lines with tabs, or whitespace at the end of lines, that I had to fix up. I know it is a pedantic point, but it helps everyone if you get it right. (The problem if you get is wrong, is when people are trying to merge changes.)


Tim Hunt made changes - 20/Nov/08 04:01 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 23/Nov/08 07:44 AM
MDL-17285 Translated new strings for quiz.
Brushed up a translated help file for exercise.
MODIFY ja_utf8/README   Rev. 1.873    (+1 -1 lines)
MODIFY ja_utf8/help/exercise/comparisonofassessments.html   Rev. 1.9    (+1 -1 lines)
MODIFY ja_utf8/quiz.php   Rev. 1.165    (+42 -6 lines)
martignoni committed 1 file to 'Lang CVS' - 07/Dec/08 05:34 PM
MDL-17285 Bunch of strings for quiz added
MODIFY fr_utf8/quiz.php   Rev. 1.124    (+41 -1 lines)