riderle commited on
Commit
46adba2
·
verified ·
1 Parent(s): 87200e9

Update chat_application/templates/room.html

Browse files
chat_application/templates/room.html CHANGED
@@ -14,7 +14,7 @@
14
  </div>
15
  <h1 id="home-header">Chat Room</h1>
16
  <div id="room-subsection">
17
- <div class="topic-heFader-row">
18
  <div class="topic-header-info">
19
  <h2 id="room-code-display">Topic: <span class="topic-title">{{ topic_info.title }}</span></h2>
20
  </div>
@@ -25,8 +25,8 @@
25
  </div>
26
  <div id="end-modal" class="modal">
27
  <div class="modal-content">
28
- <h3>Only Exit This Way After 20 Minutes of Participation in the Chatroom.</h3>
29
- <p>This signals the end of the chat session of the experiment. You will be redirected to the post-survey.</p>
30
  <p>This button is only to be used at the end of your 20 minutes of participation in the chatroom. <strong>If you wish to exit the chat before finishing your 20 minutes, use the "Abort Experiment" button instead.</strong></p>
31
  <div class="modal-buttons">
32
  <button class="modal-btn" id="endYesBtn">Continue</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>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>
 
14
  </div>
15
  <h1 id="home-header">Chat Room</h1>
16
  <div id="room-subsection">
17
+ <div class="topic-header-row">
18
  <div class="topic-header-info">
19
  <h2 id="room-code-display">Topic: <span class="topic-title">{{ topic_info.title }}</span></h2>
20
  </div>
 
25
  </div>
26
  <div id="end-modal" class="modal">
27
  <div class="modal-content">
28
+ <h3>Only Exit This Way After 20 Minutes of Participation in the Chatroom.</h3>
29
+ <p>This signals the end of the chat session of the experiment. You will be redirected to the post-survey.</p>
30
  <p>This button is only to be used at the end of your 20 minutes of participation in the chatroom. <strong>If you wish to exit the chat before finishing your 20 minutes, use the "Abort Experiment" button instead.</strong></p>
31
  <div class="modal-buttons">
32
  <button class="modal-btn" id="endYesBtn">Continue</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 <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>