SONALI-2009 commited on
Commit
82a11b0
·
verified ·
1 Parent(s): 404b80c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +32 -0
index.html CHANGED
@@ -173,6 +173,38 @@
173
  </section>
174
 
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
  <!-- ===================== FOOTER ===================== -->
178
  <footer class="foot">
 
173
  </section>
174
 
175
 
176
+ <!-- ===================== FEEDBACK ===================== -->
177
+ <section id="feedback" style="display:none; margin-top:40px;">
178
+ <h2>⭐ Feedback</h2>
179
+
180
+ <label>Rate the analysis:</label>
181
+ <select id="rating">
182
+ <option value="5">5 - Excellent</option>
183
+ <option value="4">4 - Good</option>
184
+ <option value="3">3 - Average</option>
185
+ <option value="2">2 - Poor</option>
186
+ <option value="1">1 - Bad</option>
187
+ </select>
188
+
189
+ <br><br>
190
+
191
+ <label>Was this helpful?</label>
192
+ <select id="helpful">
193
+ <option value="Yes">Yes</option>
194
+ <option value="No">No</option>
195
+ </select>
196
+
197
+ <br><br>
198
+
199
+ <textarea id="comment" placeholder="Any suggestions or improvements?" rows="4"></textarea>
200
+
201
+ <br><br>
202
+
203
+ <button onclick="submitFeedback()">Submit Feedback</button>
204
+
205
+ <p id="feedbackStatus"></p>
206
+ </section>
207
+
208
 
209
  <!-- ===================== FOOTER ===================== -->
210
  <footer class="foot">