yulongchen commited on
Commit
0e5f333
·
1 Parent(s): d14f6f6

Add system

Browse files
Files changed (1) hide show
  1. test.html +1 -1
test.html CHANGED
@@ -284,7 +284,7 @@
284
  alert("No feedback to submit!");
285
  return;
286
  }
287
- const confirmed = confirm("Submit all feedback?");
288
  if (!confirmed) return;
289
 
290
  const pledgeText = document.getElementById("claim").value.trim();
 
284
  alert("No feedback to submit!");
285
  return;
286
  }
287
+ const confirmed = confirm("By submitting feedback, you consent to participate in this study and agree that your responses may be collected for research purposes. Your data will be anonymised and stored securely. Participation is entirely voluntary. If you do not wish to take part, please do not cancel this submission.");
288
  if (!confirmed) return;
289
 
290
  const pledgeText = document.getElementById("claim").value.trim();