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)

oleh Shahab Mohd -
Jumlah balasan: 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

Rata-rata penilaian: -
Sebagai balasan Shahab Mohd

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

oleh Tim Hunt -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari 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;

Sebagai balasan Tim Hunt

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

oleh Joe Teacher -

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


Sebagai balasan Joe Teacher

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

oleh Tim Hunt -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers

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

Sebagai balasan Tim Hunt

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

oleh 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.

Lampiran delete.jpg
Sebagai balasan Albert Leatherman

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

oleh Mary Evans -

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

Sebagai balasan Mary Evans

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

oleh Albert Leatherman -

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

Sebagai balasan Tim Hunt

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

oleh Jairo Fuzeto -

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