diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index 691ef642935..960f172765d 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -488,7 +488,7 @@ } // Add a hidden field with the quiz id - echo '
'; + echo '
'; echo '\n"; /// Print the navigation panel if required @@ -554,7 +554,7 @@ } // Finish the form - echo '
'; + echo ''; echo "\n"; diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index da635edae53..4ad31e46cd2 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2040,7 +2040,8 @@ body#message-messages { width: 5%; } .que .answer { - float: right; + /* float: right; */ + float: left; width: 83%; margin-bottom: 0.5em; } @@ -2063,7 +2064,7 @@ body#message-messages { } .que .feedback { clear: both; - float: right; + /* float: right; */ width: 83%; padding: 0 0 0.3em 0.3em; border: 1px solid;