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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -122,10 +122,12 @@ 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(name="intro_moderation_goals", type="text", title="As a moderator, what are your goals/objectives for the comment section? (free text)"),
126
- Field(name="intro_experience", type="text", title="What do you feel contributes to a good experience for the users/discussion?"),
127
- Field(name="intro_valuable_comment", type="text", title="What makes a comment or contribution valuable?"),
128
- Field(name="intro_bad_comment", type="text", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),
 
 
129
  ]
130
 
131
  fields: List[Field] = [
 
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?"),
130
+ ]),
131
  ]
132
 
133
  fields: List[Field] = [