1<?xml version='1.0' encoding='UTF-8'?> 2<exercise xmlns="https://spatext.clontz.org" version="0.0"> 3 <!-- The contents of <statement></statement> should specify 4 the task you wish them to complete. --> 5 <statement> 6 <p> 7 Say hello <m>{{number}}</m> times. 8 </p> 9 </statement> 10 <!-- The contents of <answer></answer> summarize the 11 "final answer" related to this task. --> 12 <answer> 13 <p> 14 {{hellos}} 15 </p> 16 </answer> 17</exercise> 18 19