From 6214354cb5ddf1b31fcdac6ce1a80bcb0311af92 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Tue, 16 Jul 2013 20:16:07 +0200 Subject: [PATCH] Improved styling of multichoice alternatives Hide show solutions button in drag and drop Allow some tags in the end message --- css/questionset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/questionset.css b/css/questionset.css index 1a6b36a..b0b11a8 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -4,7 +4,7 @@ .questionset.hidden { display: none; } -.questionset .h5p-multichoice > .h5p-show-solution, .h5p-blanks .h5p-button { +.questionset .h5p-multichoice > .h5p-show-solution, .questionset .dragndrop > .h5p-show-solution, .h5p-blanks .h5p-button { display: none; } .questionset, .intro-page, .questionset-results {