Turnitin V1 - Square peg round hole

Turnitin V1 - Square peg round hole

by Ben Hutchens -
Number of replies: 0

Dear Moodlers, (specifically coders)


Does anyone no how I can change user fields in the submission inbox to their student ID i.e. instead of lastname, firstname switch to moodle username.


Looking among the php files but nothing seems to spring up. I have found some code in the filestable.php and have altered the line:

 $row[] = ( !is_null( $result->unanon ) AND !$result->unanon ) ? get_string( 'anonenabled', 'turnitintool' ) : '<a href="'.$CFG->wwwroot.'/user/view.php?id='.$result->username.'">'

              .$result->username . '</a> (' . $result->email . ')';

With no luck as names still appear. I am aware of the anonymous marking facility but the issue is that when you apply this you cannot download the submissions before the post date.

Any help would be most welcomed.


Thanks


Ben


Average of ratings: -