Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added "previous" button.
  • Loading branch information
abalvet authored Nov 2, 2024
1 parent c676f84 commit de9a00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h2 id="question-title"></h2>
<div id="question-text"></div>
<form id="answers-form"></form>
<p id="question-number"></p>
<button id="prevQuestionBtn">Previous</button>
<button id="skipQuestionBtn">Skip</button>
<button id="nextQuestionBtn">Next</button>
</div>
Expand Down

0 comments on commit de9a00c

Please sign in to comment.