emvecchi commited on
Commit
bfecc3d
1 Parent(s): 01f10fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -75,7 +75,7 @@ assistance_choices = ['Expand the breadth of moderator role',
75
  default_choices = function_choices
76
 
77
  consent_text = '''
78
- **Consent Form**
79
 
80
  You will be asked to take part in a research study. Before you decide to take part in this study, it is important that you understand why the study is being done and what it involves. Please read the following information carefully.
81
  ________________________________________________________________________________________
@@ -87,7 +87,7 @@ University: University of Stuttgart\\
87
  Contact: eva-maria.vecchi@ims.uni-stuttgart.de
88
  _________________________________________________________________________________________
89
 
90
- **Description of the research study**
91
 
92
  In this study, we investigate how users in online discussions take on certain functions of moderators in deliberation. The annotators' task is to evaluate whether a comment takes on any of the possible moderation functions described. In addition, we want to investigate to what extent such comments differ in style from expert moderators and whether the comment contributes in a constructive way to the discussion.
93
 
@@ -108,12 +108,12 @@ Information that can be used to identify you. The researcher(s) will make every
108
 
109
  **Trigger Warning:** The texts included in this study are produced in an online debate forum and some topics that are discussed, how they are discussed, and user perspectives may be uncomfortable or sensitive. First, all texts included here do not represent the views of the researchers conducting the study. Secondly, we provide the option [described in detail in the guidelines provided in the next step] to avoid having to annotate any instance that is problematic or uncomfortable for the annotator without penalty of compensation.
110
 
111
- **Consent:**
112
  Please indicate, in the box below, that you are at least 18 years old, have read and understood this consent form, are comfortable using the English language to complete the survey, and you agree to participate in this online research survey.\\
113
  *I am age 18 or older.*\\
114
  *I have read this consent form or had it read to me.*\\
115
  *I am comfortable using the English language to participate in this survey.*\\
116
- *I agree to participate in this research and I want to continue with the survey.*\\
117
  '''
118
 
119
  #By taking part in this study you agree that you read all the details in [the consent form](https://someurl.com) and that you give your consent to participate in the study.'
 
75
  default_choices = function_choices
76
 
77
  consent_text = '''
78
+ ##Consent Form
79
 
80
  You will be asked to take part in a research study. Before you decide to take part in this study, it is important that you understand why the study is being done and what it involves. Please read the following information carefully.
81
  ________________________________________________________________________________________
 
87
  Contact: eva-maria.vecchi@ims.uni-stuttgart.de
88
  _________________________________________________________________________________________
89
 
90
+ ###Description of the research study
91
 
92
  In this study, we investigate how users in online discussions take on certain functions of moderators in deliberation. The annotators' task is to evaluate whether a comment takes on any of the possible moderation functions described. In addition, we want to investigate to what extent such comments differ in style from expert moderators and whether the comment contributes in a constructive way to the discussion.
93
 
 
108
 
109
  **Trigger Warning:** The texts included in this study are produced in an online debate forum and some topics that are discussed, how they are discussed, and user perspectives may be uncomfortable or sensitive. First, all texts included here do not represent the views of the researchers conducting the study. Secondly, we provide the option [described in detail in the guidelines provided in the next step] to avoid having to annotate any instance that is problematic or uncomfortable for the annotator without penalty of compensation.
110
 
111
+ ###Consent:
112
  Please indicate, in the box below, that you are at least 18 years old, have read and understood this consent form, are comfortable using the English language to complete the survey, and you agree to participate in this online research survey.\\
113
  *I am age 18 or older.*\\
114
  *I have read this consent form or had it read to me.*\\
115
  *I am comfortable using the English language to participate in this survey.*\\
116
+ *I agree to participate in this research and I want to continue with the survey.*
117
  '''
118
 
119
  #By taking part in this study you agree that you read all the details in [the consent form](https://someurl.com) and that you give your consent to participate in the study.'