Skip to content

Commit

Permalink
Update questions.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajaGurram authored May 19, 2024
1 parent 25dc41f commit 5c1a076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/questions.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

<input class="cta-card__input" type="text" placeholder="Enter your name" name="username"
required />

<!-- Iterating through questions and rendering each one -->
<!-- Iterating through questions and rendering each one -->
<% questions?.forEach(function(q, index) { %>
<div class="card">
<div class="radio-input" id="question<%= index %>"> <!-- Assigning different id's here -->
Expand Down

0 comments on commit 5c1a076

Please sign in to comment.