Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
reply2za committed Nov 27, 2020
1 parent d781b22 commit 21318bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ <h4>{{question.question}}</h4>
Correct Answer: <span class="wbdv-color-dark-green" > {{question.correct}}</span>
</div>
</div>
<button [hidden]="grading === true" (click)="grade(true)">Grade</button>
<button class="btn btn-secondary" [hidden]="grading === true" (click)="grade(true)">Grade</button>

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h4>{{question.question}}</h4>
<!--<div [hidden]="answer < 1">-->
<!-- Selected: {{answer}}-->
<!--</div>-->

<br/>
<div [hidden]="grading === false">
Your answer: <span [hidden]="answer.length > 0"> N/A </span>
<span [ngClass]="{'wbdv-color-green': answer == question.correct,
Expand All @@ -50,5 +50,5 @@ <h4>{{question.question}}</h4>
</span>
</div>
<div [hidden]="grading === true">
<button [hidden]="grading === true" (click)="grade(true)">Grade</button>
<button class= "btn btn-secondary" [hidden]="grading === true" (click)="grade(true)">Grade</button>
</div>

0 comments on commit 21318bb

Please sign in to comment.