<worksheet label="worksheet-activity-with-task">
<page>
<activity>
<introduction>
<p>
This is going to be an activity with tasks.
</p>
</introduction>
<task workspace="0.75in">
<statement>
<p>
Here is the first task.
</p>
</statement>
</task>
<task workspace="0.25in">
<statement>
<p>
Here is the second task.
</p>
</statement>
</task>
<task workspace="1.75in">
<statement>
<p>
Here is the third task.
</p>
</statement>
</task>
<conclusion>
<p>
This is a conclusion that comes after the last task.
</p>
</conclusion>
</activity>
</page>
</worksheet>
Worksheet 34.6 Worksheet
View Source for worksheet
Activity 34.4.
View Source for activity
<activity>
<introduction>
<p>
This is going to be an activity with tasks.
</p>
</introduction>
<task workspace="0.75in">
<statement>
<p>
Here is the first task.
</p>
</statement>
</task>
<task workspace="0.25in">
<statement>
<p>
Here is the second task.
</p>
</statement>
</task>
<task workspace="1.75in">
<statement>
<p>
Here is the third task.
</p>
</statement>
</task>
<conclusion>
<p>
This is a conclusion that comes after the last task.
</p>
</conclusion>
</activity>
This is going to be an activity with tasks.
(a)
View Source for task
<task workspace="0.75in">
<statement>
<p>
Here is the first task.
</p>
</statement>
</task>
Here is the first task.
(b)
View Source for task
<task workspace="0.25in">
<statement>
<p>
Here is the second task.
</p>
</statement>
</task>
Here is the second task.
(c)
View Source for task
<task workspace="1.75in">
<statement>
<p>
Here is the third task.
</p>
</statement>
</task>
Here is the third task.
This is a conclusion that comes after the last task.