Skip to content

Commit

Permalink
hopefully this one didnt
Browse files Browse the repository at this point in the history
  • Loading branch information
9Valjew committed Jul 21, 2021
1 parent 15b406b commit 07ff909
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ <h1>9Valjews</h1>
<hr>
<h2 style="text-align:center;" id="question-number">Loading...</h2>
<p class="question" id="question-text"></p>
<button class="button" onclick="next_question( 2)" style="background-color: #1b5e20;">מסכים אחושארמוטה</button> <br>
<button class="button" onclick="next_question( 1)" style="background-color: #4caf50;">מסכים</button> <br>
<button class="button" onclick="next_question( 0)" style="background-color: #bbbbbb;">ניטראלי / לא בטוח</button> <br>
<button class="button" onclick="next_question(-1)" style="background-color: #f44336;">לא מסכים</button> <br>
<button class="button" onclick="next_question(-2)" style="background-color: #b71c1c;">לא מסכים אחושארמוטה</button> <br>
<button class="button" onclick="next_question( 2)" style="background-color: #5BCEFA;color: #000000;">מסכים אחושארמוטה</button> <br>
<button class="button" onclick="next_question( 1)" style="background-color: #F5A9B8;color: #000000;">מסכים</button> <br>
<button class="button" onclick="next_question( 0)" style="background-color: #FFFFFF;color: #000000;">ניטראלי / לא בטוח</button> <br>
<button class="button" onclick="next_question(-1)" style="background-color: #F5A9B8;color: #000000;">לא מסכים</button> <br>
<button class="button" onclick="next_question(-2)" style="background-color: #5BCEFA;color: #000000;">לא מסכים אחושארמוטה</button> <br>
<button class="small_button" onclick="prev_question()" id="back_button">אחורה</button>
<button class="small_button_off" id="back_button_off">אחורה</button><br>

Expand Down

0 comments on commit 07ff909

Please sign in to comment.