<!-- {"title": "Dialogs & conversations", "category": "html", "complexity": "basic"} -->
|
<View>
|
<HyperText name="dialog" value="$dialogs"/>
|
|
<Header value="Rate last answer"/>
|
<Choices name="rating" choice="single-radio" toName="dialog" showInline="true">
|
<Choice value="Bad answer"/>
|
<Choice value="Neutral answer"/>
|
<Choice value="Good answer"/>
|
</Choices>
|
|
<Header value="Write your answer and press Enter"/>
|
<TextArea toName="dialog" name="answer"/>
|
</View>
|