Skip to content

Commit

Permalink
removing the options for 6-10 on the scale
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaScales committed Aug 28, 2024
1 parent 76191d8 commit 14ee0a8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/lib/panels/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,26 +192,6 @@ export class FeedbackPanel {
<input name="experienceRating" id="experience-5" value="5" type="radio">
<label for="experience-5">5</label>
</div>
<div class="radio">
<input name="experienceRating" id="experience-6" value="6" type="radio">
<label for="experience-6">6</label>
</div>
<div class="radio">
<input name="experienceRating" id="experience-7" value="7" type="radio">
<label for="experience-7">7</label>
</div>
<div class="radio">
<input name="experienceRating" id="experience-8" value="8" type="radio">
<label for="experience-8">8</label>
</div>
<div class="radio">
<input name="experienceRating" id="experience-9" value="9" type="radio">
<label for="experience-9">9</label>
</div>
<div class="radio">
<input name="experienceRating" id="experience-10" value="10" type="radio">
<label for="experience-10">10</label>
</div>
</div>
</div>
<div class="form-field">
Expand Down

0 comments on commit 14ee0a8

Please sign in to comment.