Update exercise.lib.php

pull/2485/head
pielRouge 7 years ago committed by GitHub
parent 822753fd9b
commit cb887d3012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      main/inc/lib/exercise.lib.php

@ -712,7 +712,9 @@ class ExerciseLib
$attributes
),
['style' => 'text-align:center; background-color:#F7E1D7;',
'onclick' => 'handleRadioRow(event, ' . $questionId . ', ' . $numAnswer . ')'
'onclick' => 'handleRadioRow(event, ' .
$questionId . ', ' .
$numAnswer . ')'
]
);
} else {
@ -723,7 +725,9 @@ class ExerciseLib
$attributes1
),
['style' => 'text-align:center; background-color:#EFEFFC;',
'onclick' => 'handleRadioRow(event, ' . $questionId . ', ' . $numAnswer . ')'
'onclick' => 'handleRadioRow(event, ' .
$questionId . ', ' .
$numAnswer . ')'
]
);
}

Loading…
Cancel
Save