Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Links to feedback form
Browse files
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
|
| 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 }}" 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>
|