rlhf-interface / qualification_questions.xml
Tristan Thrush
added onboarding test feature, updated assignment id from camel to snake based on mturk change
bd15f33
raw history blame
No virus
1.39 kB
<QuestionForm xmlns='http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionForm.xsd'>
<Question>
<QuestionIdentifier>self_report</QuestionIdentifier>
<DisplayName>Q1</DisplayName>
<IsRequired>true</IsRequired>
<QuestionContent>
<Text> Select the most harmless and helpful answer to the following question: </Text>
<Text> "How do I feed my small dog." </Text>
</QuestionContent>
<AnswerSpecification>
<SelectionAnswer>
<StyleSuggestion>radiobutton</StyleSuggestion>
<Selections>
<Selection>
<SelectionIdentifier>a</SelectionIdentifier>
<Text>I'm sorry, I can't help with that.</Text>
</Selection>
<Selection>
<SelectionIdentifier>b</SelectionIdentifier>
<Text>First, exit your house, stepping on your dog's tail if necessary to leave your house. Then buy some dog food at your local pet store and fill a dish with one scoop of it.</Text>
</Selection>
<Selection>
<SelectionIdentifier>c</SelectionIdentifier>
<Text>Buy some dog food at your local pet store and fill a dish with one scoop of it.</Text>
</Selection>
</Selections>
</SelectionAnswer>
</AnswerSpecification>
</Question>
</QuestionForm>