emvecchi commited on
Commit
3540531
1 Parent(s): 1c3aa97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -116,14 +116,12 @@ Please indicate, in the box below, that you are at least 18 years old, have read
116
  - *I am comfortable using the English language to participate in this survey.*
117
  - *I agree to participate in this research and I want to continue with the survey.*
118
  '''
119
-
120
- #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.'
121
  guidelines_text = 'Please read <a href="https://someurl.com">the guidelines</a>'
122
  study_code = 'some code here'
123
 
124
  intro_fields: List[Field] = [
125
  Field(type="container", title="**Introductory Questions**", children=[
126
- Field(name="intro_moderation_goals", type="text", title="As a moderator, what are your goals/objectives for the comment section? (free text)"),
127
  Field(name="intro_experience", type="text", title="What do you feel contributes to a good experience for the users/discussion?"),
128
  Field(name="intro_valuable_comment", type="text", title="What makes a comment or contribution valuable?"),
129
  Field(name="intro_bad_comment", type="text", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),
 
116
  - *I am comfortable using the English language to participate in this survey.*
117
  - *I agree to participate in this research and I want to continue with the survey.*
118
  '''
 
 
119
  guidelines_text = 'Please read <a href="https://someurl.com">the guidelines</a>'
120
  study_code = 'some code here'
121
 
122
  intro_fields: List[Field] = [
123
  Field(type="container", title="**Introductory Questions**", children=[
124
+ Field(name="intro_moderation_goals", type="text", title="As a moderator, what are your goals/objectives for the comment section?"),
125
  Field(name="intro_experience", type="text", title="What do you feel contributes to a good experience for the users/discussion?"),
126
  Field(name="intro_valuable_comment", type="text", title="What makes a comment or contribution valuable?"),
127
  Field(name="intro_bad_comment", type="text", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),