Fix typo
This commit is contained in:
@ -142,7 +142,7 @@ switch ($mode) {
|
|||||||
}
|
}
|
||||||
$variables['data'][] = $data;
|
$variables['data'][] = $data;
|
||||||
|
|
||||||
// Build statisticsmat
|
// Build statistics
|
||||||
foreach ($settings->phases as $phase) {
|
foreach ($settings->phases as $phase) {
|
||||||
$stats[$phase] = array(
|
$stats[$phase] = array(
|
||||||
'correct' => (($data[$phase]['xcoordinate'] >= $settings->elementLocations->{$phase}->topleft->x)
|
'correct' => (($data[$phase]['xcoordinate'] >= $settings->elementLocations->{$phase}->topleft->x)
|
||||||
|
Reference in New Issue
Block a user