<!-- {"title": "Image classification", "category": "image", "complexity": "basic", "complexity": "basic", "order": "!"} -->
<View>
  <Image name="image" value="$image"/>
  <Choices name="choice" toName="image" showInLine="true">
    <Choice value="Boeing" background="blue"/>
    <Choice value="Airbus" background="green" />
  </Choices>
</View>
