mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
continuing to improve quiz markdown experience
This commit is contained in:
@@ -6,15 +6,18 @@
|
||||
|
||||
}
|
||||
|
||||
<div class="row justify-content-between">
|
||||
<div class="row justify-content-between text-secondary">
|
||||
<div class="col">
|
||||
@((MarkupString)Question.HtmlText)
|
||||
points: @Question.Points
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
@Question.QuestionType
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@((MarkupString)Question.HtmlText)
|
||||
|
||||
@foreach(var answer in Question.Answers)
|
||||
{
|
||||
string answerPreview = answer.HtmlText.StartsWith("<p>")
|
||||
|
||||
Reference in New Issue
Block a user