Issue Details (XML | Word | Printable)

Key: MDL-17568
Type: Bug Bug
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

Quiz navigation - scrolling down the page to a particular question does not work with random qs

Created: 09/Dec/08 10:41 PM   Updated: 10/Dec/08 03:29 PM
Component/s: Questions, Quiz
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Tim Hunt
Security Level: None
Resolved date: 10/Dec/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Related to MDL-15452.

I think the problem is that the wrong id is used in the target anchor. There was a similar problem with the manual grading link, so this should be easy to fix.



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt added a comment - 10/Dec/08 01:47 PM
$question_to_comment = isset($question->randomquestionid) ? $question->randomquestionid : $question->id;

is the relevant bit.


Tim Hunt added a comment - 10/Dec/08 02:57 PM
Also, when a teacher reviews an open quiz attempt, they see the question as editable, not read only.