config.xml 288 B

123456789
  1. <View>
  2. <Header value="Choose text sentiment:"/>
  3. <Text name="my_text" value="$reviewText"/>
  4. <Choices name="sentiment" toName="my_text" choice="single" showInLine="true">
  5. <Choice value="Positive"/>
  6. <Choice value="Negative"/>
  7. <Choice value="Neutral"/>
  8. </Choices>
  9. </View>