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)

от Shahab Mohd -
Количество ответов: 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

В ответ на Shahab Mohd

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

от Tim Hunt -
Изображение пользователя Core developers Изображение пользователя Documentation writers Изображение пользователя Particularly helpful Moodlers Изображение пользователя Peer reviewers Изображение пользователя 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;

В ответ на Tim Hunt

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

от Joe Teacher -

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


В ответ на Joe Teacher

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

от Tim Hunt -
Изображение пользователя Core developers Изображение пользователя Documentation writers Изображение пользователя Particularly helpful Moodlers Изображение пользователя Peer reviewers Изображение пользователя Plugin developers

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

В ответ на Tim Hunt

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

от 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.

Приложение delete.jpg
В ответ на Albert Leatherman

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

от 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