Grading : respons history

Grading : respons history

Jerin das發表於
Number of replies: 7

Hi Team,

Now I am using moodle 2.2 version. I just want to customize "Response History" of grading in review page. I want to include the name of the teacher who graded the particular question. Where I can edit in php code? And also I want to show satisfactory for maximum mark and not satisfactory for others in history table. Please help me to go forward.Whichdatabase tables  have to be look for this purpose??

Thanks in advance.

Regards,

Jerin

評比平均分數: -
In reply to Jerin das

Re: Grading : respons history

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
In reply to Tim Hunt

Re: Grading : respons history

Jerin das發表於

Hi Tim,

Thanks for your quick reply. Now I can customize it. But I want to get the name of the person who graded it? any chance? please help.

Thanks in advance

Regards,

Jerin

In reply to Jerin das

Re: Grading : respons history

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片

One of the fields is $step->get_user_id(). That is the user who did that action.

In reply to Tim Hunt

Re: Grading : respons history

Jerin das發表於

Thanks Tim. Its working now...

In reply to Jerin das

Re: Grading : respons history

Jerin das發表於

Hi Tim,I have small doubt also. I want to hide 1 ( mark ) from "Manually graded 1 with comment :"  in response history.

Please help me . where I can edit it in code?

 

Regards,

Jerin

In reply to Jerin das

Re: Grading : respons history

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片

Do you know how Moodle's get_string function works?

Basically, do what it says on http://docs.moodle.org/25/en/Language_customization for the 'manuallygraded' string in the question.php language file, but be warned that will affect everywhere that string appears.