Skip to content

Commit

Permalink
Merge pull request #25 from Siyavula/develop
Browse files Browse the repository at this point in the history
13 February 2023
  • Loading branch information
mareliefi authored Feb 13, 2023
2 parents a64dc75 + e484e33 commit 57ff14f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,29 @@ body, html{
}

#show-hide-solution {
visibility: hidden;
display: none;
}

#page-mod-quiz-attempt .feedback--incorrect {
display: none;
}

#page-mod-quiz-attempt .feedback--empty {
display: none;
}

#page-mod-quiz-attempt .feedback--correct {
display: none;
}

#page-mod-quiz-attempt .feedback--empty {
display: none;
}

#page-mod-quiz-attempt #incorrect-solution {
display: none;
}

#page-mod-quiz-attempt .attempts {
display: none;
}
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qtype_siyavulaqt';
$plugin->version = 2022111701;
$plugin->version = 2023021300;
$plugin->requires = 2019111809;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 57ff14f

Please sign in to comment.