Skip to content

Commit

Permalink
fix: indicate mandatory fields in upload-submission-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ublefo committed May 2, 2024
1 parent 3a08c51 commit e8801e2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ <h4>
<div class="card card-default">
<div class="card-heading">
<h4>
Learning Outcome Alignment
Learning Outcome Alignment <b style='color:red;'>*</b>
</h4>
<p>
Please rate the relevancy of this task to the specific learning outcome.
You <strong>must</strong> relate this task to at least one outcome.
You must relate this task to at least one outcome and provide a rationale to proceed.
</p>
<p class="text-muted">
If you think the task is not related to a specific outcome, click the highest filled circle to remove its relevancy.
Expand Down Expand Up @@ -129,7 +129,7 @@ <h5>Rationale</h5>
</div><!--/alignment-list-group-->
<div class="card-footer">
<p>
Jusitfy your relevancy alignments with a comment to explain your choices.
Justify your relevancy alignments with a comment to explain your choices. <b style='color:red;'>*</b>
</p>
<textarea ng-model="alignmentsRationale" class="form-control input-lg" rows="3" placeholder="My rationale is...">
</textarea>
Expand Down

0 comments on commit e8801e2

Please sign in to comment.