mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-69392 question: Fix Try again button styling
This commit is contained in:
parent
0ce40927cf
commit
8312eeacb0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class qbehaviour_interactive_renderer extends qbehaviour_renderer {
|
||||||
'id' => $qa->get_behaviour_field_name('tryagain'),
|
'id' => $qa->get_behaviour_field_name('tryagain'),
|
||||||
'name' => $qa->get_behaviour_field_name('tryagain'),
|
'name' => $qa->get_behaviour_field_name('tryagain'),
|
||||||
'value' => get_string('tryagain', 'qbehaviour_interactive'),
|
'value' => get_string('tryagain', 'qbehaviour_interactive'),
|
||||||
'class' => 'submit btn',
|
'class' => 'submit btn btn-secondary',
|
||||||
);
|
);
|
||||||
if ($options->readonly === qbehaviour_interactive::TRY_AGAIN_VISIBLE_READONLY) {
|
if ($options->readonly === qbehaviour_interactive::TRY_AGAIN_VISIBLE_READONLY) {
|
||||||
// This means the question really was rendered with read-only option.
|
// This means the question really was rendered with read-only option.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue