Skip to content

Commit

Permalink
MDL-69392 question: Fix Try again button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 21, 2020
1 parent 3b7f633 commit 56bfa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/behaviour/interactive/renderer.php
Expand Up @@ -57,7 +57,7 @@ public function feedback(question_attempt $qa, question_display_options $options
'id' => $qa->get_behaviour_field_name('tryagain'),
'name' => $qa->get_behaviour_field_name('tryagain'),
'value' => get_string('tryagain', 'qbehaviour_interactive'),
'class' => 'submit btn',
'class' => 'submit btn btn-secondary',
);
if ($options->readonly === qbehaviour_interactive::TRY_AGAIN_VISIBLE_READONLY) {
// This means the question really was rendered with read-only option.
Expand Down

0 comments on commit 56bfa69

Please sign in to comment.