a few more minor quiz experience changes

This commit is contained in:
2023-10-18 11:31:55 -06:00
parent b39fd9f223
commit 5cebe88b62
3 changed files with 10 additions and 43 deletions

View File

@@ -40,6 +40,7 @@
} }
<PageTitle>Index</PageTitle> <PageTitle>Index</PageTitle>
<br>
@if(planner.LocalCourse == null) @if(planner.LocalCourse == null)
{ {
<div class="row justify-content-center"> <div class="row justify-content-center">

View File

@@ -53,7 +53,7 @@
quizContext.StateHasChanged -= reload; quizContext.StateHasChanged -= reload;
} }
private readonly static string exampleMarkdownQuestion = @"HELP private readonly static string exampleMarkdownQuestion = @"QUESTION REFERENCE
--- ---
Points: 2 Points: 2
this is a question? this is a question?
@@ -78,7 +78,13 @@ Markdown is supported
[*] true [*] true
[ ] false [ ] false
"; ---
This is a one point essay question
essay
---
points: 4
this is a short answer question
short_answer";
} }

View File

@@ -1,49 +1,9 @@
@import url("open-iconic/font/css/open-iconic-bootstrap.min.css"); @import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
html,
/* html,
body { body {
font-family: "DM Sans", sans-serif; font-family: "DM Sans", sans-serif;
} }
h1:focus {
outline: none;
}
a,
.btn-link {
color: #0071c1;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.content {
padding-top: 1.1rem;
}
.valid.modified:not([type="checkbox"]) {
outline: 1px solid #26b050;
}
.invalid {
outline: 1px solid red;
}
.validation-message {
color: red;
} */
#blazor-error-ui { #blazor-error-ui {
background: lightyellow; background: lightyellow;
bottom: 0; bottom: 0;