Skip to content
Snippets Groups Projects
Commit d0db8c42 authored by David Pesce's avatar David Pesce
Browse files

a bit closer

parent d66c6d53
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ class AttemptReviewed extends AttemptStarted { ...@@ -69,7 +69,7 @@ class AttemptReviewed extends AttemptStarted {
} }
return [array_merge(parent::read($opts)[0], [ return [array_merge(parent::read($opts)[0], [
'recipe' => 'attempt_completed', 'recipe' => 'attempt_reviewed',
'attempt_score_raw' => $scoreraw, 'attempt_score_raw' => $scoreraw,
'attempt_score_min' => $scoremin, 'attempt_score_min' => $scoremin,
'attempt_score_max' => $scoremax, 'attempt_score_max' => $scoremax,
......
...@@ -69,7 +69,7 @@ class AttemptSubmitted extends AttemptStarted { ...@@ -69,7 +69,7 @@ class AttemptSubmitted extends AttemptStarted {
} }
return [array_merge(parent::read($opts)[0], [ return [array_merge(parent::read($opts)[0], [
'recipe' => 'attempt_completed', 'recipe' => 'attempt_submitted',
'attempt_score_raw' => $scoreraw, 'attempt_score_raw' => $scoreraw,
'attempt_score_min' => $scoremin, 'attempt_score_min' => $scoremin,
'attempt_score_max' => $scoremax, 'attempt_score_max' => $scoremax,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment