Issue Details (XML | Word | Printable)

Key: MDL-2443
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Tim Hunt
Reporter: Eloy Lafuente (stronk7)
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

Changes to the paging bar

Created: 28/Jan/05 09:54 PM   Updated: 29/Aug/08 09:56 AM
Return to search
Component/s: Quiz
Affects Version/s: 2.0
Fix Version/s: 2.0

Environment: All
Issue Links:
Dependency
 
Duplicate
 

Participants: Eloy Lafuente (stronk7), Martin Dougiamas and Tim Hunt
Security Level: None
Resolved date: 29/Aug/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Hi, I was testing the new paged quizz feature and some ideas have arrived to improve it:



- Add some tooltip to navigation (pages) buttons.

- Use some color schema to show to the student answered/unanswered questions.

- Change a bit the First, Previous, Next and Last images, being more standard with the rest of Moodle.



Not critical, but interesting, I think.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 04/Jun/06 03:42 AM
From Martin Dougiamas (martin at moodle.com) Friday, 28 January 2005, 09:58 PM:

I think the same about the buttons and like your other ideas too. I'm thinking proper web form submit buttons ... any objections?

From Eloy Lafuente (stronk7 at moodle.org) Friday, 28 January 2005, 10:02 PM:

Not from me!

From Gustav Delius (gwd2 at york.ac.uk) Friday, 28 January 2005, 11:38 PM:

I believe this should use the standard paging bar from weblib.php. Then if someone wants to improve that one it will benefit all of moodle. However I think it is quite adequate as it is.

I have added Henrik to this bug because he wrote this navigation feature.

From Eloy Lafuente (stronk7 at moodle.org) Saturday, 29 January 2005, 12:34 AM:

Uhm,

recently I wrote an 'alternative' page bar for the glossary. It should be 100% compatible with the standard one plus some improvements. Perhaps we could add some new parameter to it to allow colors and reuse it in the quiz?

Perhaps is could substitute the standard one at all?

From Martin Dougiamas (martin at moodle.com) Saturday, 29 January 2005, 01:15 AM:

It can't use the standard one, because that works one by one .. Henrik's navigation list of pages is somewhat better for this quiz purpose because it shows the question range per page.

The buttons could still improvement though.

From Gustav Delius (gwd2 at york.ac.uk) Saturday, 29 January 2005, 02:06 AM:

Good point. It is indeed nice to see the question ranges instead of the page numbers as in the standard bar. However apart from this change it could and should look exactly like the standard one and any improvement that goes into the quiz bar should also go into the standard one. Perhaps the standard one could even get an optional parameter that determines whether it shows page numbers or entry ranges.

From Gustav Delius (gwd2 at york.ac.uk) Sunday, 13 February 2005, 10:58 PM:

For the time being I just made the paging bar look like the standard one even though it isn't using the same code.

Can someone please check that the way I use CSS to style the toolbar is correct and gives theme creators enough control. Eventually the same styles should be used for the standard toolbar.

From Gustav Delius (gwd2 at york.ac.uk) Saturday, 4 June 2005, 06:17 PM:

I have changed the summary line for this feature request


Tim Hunt added a comment - 29/Aug/08 09:56 AM
MDL-15452 does all that is requested here, and more, I hope.