How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Shahab Mohd -
Number of replies: 7

Dear All

I am using Moodle 2.2 site for my organization's online exam and it is required to maintain the hard copy of the responses. But whenver i go to the review attemt and take the printout the Response History Table is also shows on thr page which eat up significant space on the paper. How to disable this feature. A reply will be highly appreciated and I am searching around for a solution since last two weeks.

Thank you

Average of ratings: -
In reply to Shahab Mohd

Re: How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

The only way to do this is to edit the code.

in mod/quiz/locallib.php, find the quiz_get_review_options function. Change the bit that looks like

        $options->history = question_display_options::VISIBLE;

to say

        $options->history = question_display_options::HIDDEN;

In reply to Tim Hunt

Re: How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Joe Teacher -

Where do I find the mod/quiz/locallib.php file or code?  


In reply to Joe Teacher

Re: How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

That is part of the Moodle code. You need to talk to the people who installed your Moodle site.

In reply to Tim Hunt

Re: How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Albert Leatherman -

Hi folks, sort of a related question. I'd like to delete all the stuff in the box in the attached pic, to simplify the summary of attempts page. Does anyone know how to do that? Thanks.

Attachment delete.jpg
In reply to Albert Leatherman

Re: How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Albert,

I have just moved the post you added in the Themes' Forum, to this Quiz forum, only to find that you have asked for help twice already here!!! LOL

This is technically NOT ALLOWED as it can be seen as SPAM!!!

That said two of these posts will, most likely, be deleted. 

But rest assured you will get an answer all the same.

Best wishes...

Mary

In reply to Mary Evans

Re: How to disable The Response History Table in "Review Attempt" Page ( Moodle 2.2)

by Albert Leatherman -

Doh sorry about that! I wasn't sure which place was best to post. Thanks for your help!

In reply to Tim Hunt

Re: How to disable The Feedback Table in "Review Attempt" Page ( Moodle 2.2)

by Jairo Fuzeto -

 How to disable The Feedback Table in "Review Attempt" Page ( Moodle 2.2)