In a task, a result element provides the user with information about what completing a task should have accomplished.
Example
<taskbody> <context> <p>Keep your car looking great by washing it regularly.</p> </context> <steps> <step> <cmd>Move the car onto the driveway.</cmd> </step> <step> <cmd>Attach the water hose to a spout and pull the free end over to the car.</cmd> </step> <step> <cmd>Fill a bucket with soapy water.</cmd> </step> <step> <cmd>Use a sponge to apply the soapy water to the car and scrub off the dirt.</cmd> </step> <step> <cmd>Rinse the car by spraying clean water from the hose.</cmd> </step> <step> <cmd>Dry the car using a dampened chamois.</cmd> </step> </steps> <result> <p> <image href="../images/carwash.jpg" alt="washing the car" height="171" width="249"/> </p> </result> </taskbody>