Links to feedback form

#3
by riderle - opened
chat_application/templates/home.html CHANGED
@@ -11,6 +11,9 @@
11
  <button type="button" id="continue">Continue</button>
12
  </div>
13
  <hr />
 
 
 
14
  </form>
15
  </div>
16
  <div id="confirmID-modal" class="modal">
 
11
  <button type="button" id="continue">Continue</button>
12
  </div>
13
  <hr />
14
+ <div class="feedback-notice">
15
+ <p>We encourage you to message us directly through Prolific about any concerns. Additionally, you may provide feedback regarding the experiment <a class="feedback-link" href="{{ feedback_form_url | default('https://umw.qualtrics.com/jfe/form/SV_08v26NssCOwZTP8') }}">in this form</a>.</p>
16
+ </div>
17
  </form>
18
  </div>
19
  <div id="confirmID-modal" class="modal">
chat_application/templates/room.html CHANGED
@@ -38,7 +38,7 @@
38
  <div class="modal-content">
39
  <h3>Are you sure you want to leave this experiment?</h3>
40
  <p>This action is permanent. You will be redirected to the post-survey and will not be able to return to the chat room.</p>
41
- <p><strong>If you finished your 20 minutes in the chatroom, do NOT exit via this button. Use the "Chat Session Ends" button instead.</strong></p>
42
  <div class="modal-buttons">
43
  <button class="modal-btn" id="abortYesBtn-pre">Yes</button>
44
  <button class="modal-btn" id="abortNoBtn-pre">Cancel</button>
@@ -49,7 +49,7 @@
49
  <div class="modal-content">
50
  <h3>Confirmation</h3>
51
  <p>By clicking yes, you will exit the experiment <strong>without</strong> completing the final survey.</p>
52
- <p>We encourage you to message us about any concerns or <a href="{{ feedback_form_url }}" target="_blank">provide feedback here</a>.</p>
53
  <div class="modal-buttons">
54
  <button class="modal-btn" id="abortYesBtn">Yes</button>
55
  <button class="modal-btn" id="abortNoBtn">Cancel</button>
 
38
  <div class="modal-content">
39
  <h3>Are you sure you want to leave this experiment?</h3>
40
  <p>This action is permanent. You will be redirected to the post-survey and will not be able to return to the chat room.</p>
41
+ <p><strong>If you finished your 20 minutes in the chatroom, do NOT exit via this button. Use the "End Chat Session" button instead.</strong></p>
42
  <div class="modal-buttons">
43
  <button class="modal-btn" id="abortYesBtn-pre">Yes</button>
44
  <button class="modal-btn" id="abortNoBtn-pre">Cancel</button>
 
49
  <div class="modal-content">
50
  <h3>Confirmation</h3>
51
  <p>By clicking yes, you will exit the experiment <strong>without</strong> completing the final survey.</p>
52
+ <p>We encourage you to message us about any concerns or to <a href="{{ feedback_form_url | default('https://umw.qualtrics.com/jfe/form/SV_08v26NssCOwZTP8') }}" target="_blank">provide feedback here</a>.</p>
53
  <div class="modal-buttons">
54
  <button class="modal-btn" id="abortYesBtn">Yes</button>
55
  <button class="modal-btn" id="abortNoBtn">Cancel</button>