PUNKT-37 Wygląd wszystkich typów pytań w rozwiązywanym teście

This commit is contained in:
s416122 2019-12-15 00:24:58 +01:00
parent 09e88feeb4
commit df5c8254d8
3 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<div>
<div class="alert-grey">
Pytanie za {{question.points}}pkt. <br /><span *ngIf="timeLeft > 0">Czas: {{ timeLeft }} sek. </span><span *ngIf="question.time === 0">Czas: bez limitu</span>
<div class="pytanie">{{question.question}} </div>
<div class="puzzles-container" style="width: 30%;">
@ -18,7 +18,8 @@
</div>
<br />
<div style="clear: both;"></div>
</div>
<div style="clear: both; margin-bottom: 100px;"></div>
<button class="btn btn-study-cave" (click)="nextQuestion()" s><i class="fas fa-arrow-right"></i> Dalej</button>

View File

@ -1,4 +1,4 @@
<div>
<div class="alert-grey">
Pytanie za {{question.points}}pkt. <br /><span *ngIf="timeLeft > 0">Czas: {{ timeLeft }} sek. </span><span *ngIf="question.time === 0">Czas: bez limitu</span>
<div class="pytanie">{{question.question}} </div>
<h3>Dostępne elementy rozsypanki:</h3>
@ -14,5 +14,6 @@
</div>
</div>
<br />
<button class="btn btn-study-cave" (click)="nextQuestion()"><i class="fas fa-arrow-right"></i> Dalej</button>
</div>
<button class="btn btn-study-cave" (click)="nextQuestion()"><i class="fas fa-arrow-right"></i> Dalej</button>

View File

@ -65,7 +65,9 @@ body{
}
.alert-grey {
background-color: #22272a;
background-color: #19032f;
margin-bottom: 20px;
padding-bottom: 20px;
}
body .ui-dialog .ui-dialog-titlebar {