-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTP-3690 automated code checker fixes #12
Conversation
055afb8
to
b84653b
Compare
$csv_cell = substr($csv_cell, 0, -1); | ||
foreach ($csvcells as $csvcell) { | ||
if (substr($csvcell, 0, 8) == 'assessor') { | ||
$stagedentifier = 'assessor_'.(substr($csvcell, -1)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dentifier?
@@ -250,7 +250,7 @@ public function get_stage_identifier_for_assessor($submission, $student) { | |||
* Function to validate cell for the file upload | |||
* @return mixed | |||
*/ | |||
public function validate_cell($value, $submissions, $stage_dentifier='', $uploadedgradecells = []) { | |||
public function validate_cell($value, $submissions, $stagedentifier='', $uploadedgradecells = []) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dentifier again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look like typos in the original code. I need to do another PR to clear up the files I left to avoid conflict to will fix those in there
@@ -47,6 +47,6 @@ public function get_header($stage); | |||
* @param $stage_dentifier | |||
* @return mixed | |||
*/ | |||
public function validate_cell($value, $submissions, $stage_dentifier=''); | |||
public function validate_cell($value, $submissions, $stagedentifier=''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh identifier AND dentifier
@@ -1220,34 +1224,34 @@ protected function render_resubmit_to_plagiarism_button($coursework, $submission | |||
protected function coursework_deadlines_table(mod_coursework_coursework $coursework) { | |||
global $USER; | |||
|
|||
$dealine_extension = | |||
$dealineextension = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dealine
No description provided.