Skip to main content
Logo image

Derivatives and Integrals An Annotated Discourse

Section 39 Worksheet Solution Testing

View Source for section
<section xml:id="worksheet-solution-testing" label="section-worksheet-solutions-testing">
  <title>Worksheet Solution Testing</title>
  <introduction>
    <p>
      Solutions to projects and worksheets can both be selected independently for the auto-generated solutions divisions.
      What happens when a worksheet contains a project?
      Here we explore the various combinations.
    </p>
  </introduction>
  <subsection>
    <title>Subsection with only exercise</title>
    <exercise>
      <statement>
        <p>
          This is an exercise's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is an exercise's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the exercise's solution.
        </p>
      </solution>
    </exercise>
  </subsection>
  <subsection>
    <title>Subsection with only project</title>
    <project>
      <statement>
        <p>
          This is a project's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is a project's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the project's solution.
        </p>
      </solution>
    </project>
  </subsection>
  <subsection>
    <title>Subsection with both exercise and project</title>
    <exercise>
      <statement>
        <p>
          This is an exercise's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is an exercise's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the exercise's solution.
        </p>
      </solution>
    </exercise>
    <project>
      <statement>
        <p>
          This is a project's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is a project's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the project's solution.
        </p>
      </solution>
    </project>
  </subsection>
  <worksheet>
    <title>Worksheet with only exercise</title>
    <exercise>
      <statement>
        <p>
          This is an exercise's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is an exercise's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the exercise's solution.
        </p>
      </solution>
    </exercise>
  </worksheet>
  <worksheet>
    <title>Worksheet with only project</title>
    <project>
      <statement>
        <p>
          This is a project's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is a project's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the project's solution.
        </p>
      </solution>
    </project>
  </worksheet>
  <worksheet>
    <title>Worksheet with both exercise and project</title>
    <exercise>
      <statement>
        <p>
          This is an exercise's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is an exercise's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the exercise's solution.
        </p>
      </solution>
    </exercise>
    <project>
      <statement>
        <p>
          This is a project's statement.
        </p>
      </statement>
      <answer>
        <p>
          This is a project's answer.
        </p>
      </answer>
      <solution>
        <p>
          This is the project's solution.
        </p>
      </solution>
    </project>
  </worksheet>
  <solutions inline="answer">
    <title>Inline answers only</title>
  </solutions>
  <solutions project="answer">
    <title>Project answers only</title>
  </solutions>
  <solutions worksheet="answer">
    <title>Worksheet answers only</title>
  </solutions>
  <solutions inline="answer" project="statement">
    <title>Inline answers, project statement</title>
  </solutions>
  <solutions inline="answer" worksheet="statement">
    <title>Inline answers, worksheet statement</title>
  </solutions>
  <solutions project="answer" worksheet="statement">
    <title>Project answers, worksheet statement</title>
  </solutions>
  <solutions inline="answer" project="statement" worksheet="solution">
    <title>Inline answers, project statement, worksheet solution</title>
  </solutions>
</section>
Solutions to projects and worksheets can both be selected independently for the auto-generated solutions divisions. What happens when a worksheet contains a project? Here we explore the various combinations.

Subsection 39.1 Subsection with only exercise

View Source for subsection
<subsection>
  <title>Subsection with only exercise</title>
  <exercise>
    <statement>
      <p>
        This is an exercise's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is an exercise's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the exercise's solution.
      </p>
    </solution>
  </exercise>
</subsection>

Checkpoint 39.1.

View Source for exercise
<exercise>
  <statement>
    <p>
      This is an exercise's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is an exercise's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the exercise's solution.
    </p>
  </solution>
</exercise>
This is an exercise’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.

Subsection 39.2 Subsection with only project

View Source for subsection
<subsection>
  <title>Subsection with only project</title>
  <project>
    <statement>
      <p>
        This is a project's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is a project's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the project's solution.
      </p>
    </solution>
  </project>
</subsection>

Project 39.1.

View Source for project
<project>
  <statement>
    <p>
      This is a project's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is a project's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the project's solution.
    </p>
  </solution>
</project>
This is a project’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the project's solution.
  </p>
</solution>
This is the project’s solution.

Subsection 39.3 Subsection with both exercise and project

View Source for subsection
<subsection>
  <title>Subsection with both exercise and project</title>
  <exercise>
    <statement>
      <p>
        This is an exercise's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is an exercise's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the exercise's solution.
      </p>
    </solution>
  </exercise>
  <project>
    <statement>
      <p>
        This is a project's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is a project's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the project's solution.
      </p>
    </solution>
  </project>
</subsection>

Checkpoint 39.2.

View Source for exercise
<exercise>
  <statement>
    <p>
      This is an exercise's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is an exercise's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the exercise's solution.
    </p>
  </solution>
</exercise>
This is an exercise’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.

Project 39.2.

View Source for project
<project>
  <statement>
    <p>
      This is a project's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is a project's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the project's solution.
    </p>
  </solution>
</project>
This is a project’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the project's solution.
  </p>
</solution>
This is the project’s solution.

Worksheet 39.4 Worksheet with only exercise

View Source for worksheet
<worksheet>
  <title>Worksheet with only exercise</title>
  <exercise>
    <statement>
      <p>
        This is an exercise's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is an exercise's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the exercise's solution.
      </p>
    </solution>
  </exercise>
</worksheet>

1.

View Source for exercise
<exercise>
  <statement>
    <p>
      This is an exercise's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is an exercise's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the exercise's solution.
    </p>
  </solution>
</exercise>
This is an exercise’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.

Worksheet 39.5 Worksheet with only project

View Source for worksheet
<worksheet>
  <title>Worksheet with only project</title>
  <project>
    <statement>
      <p>
        This is a project's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is a project's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the project's solution.
      </p>
    </solution>
  </project>
</worksheet>

Project 39.3.

View Source for project
<project>
  <statement>
    <p>
      This is a project's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is a project's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the project's solution.
    </p>
  </solution>
</project>
This is a project’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the project's solution.
  </p>
</solution>
This is the project’s solution.

Worksheet 39.6 Worksheet with both exercise and project

View Source for worksheet
<worksheet>
  <title>Worksheet with both exercise and project</title>
  <exercise>
    <statement>
      <p>
        This is an exercise's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is an exercise's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the exercise's solution.
      </p>
    </solution>
  </exercise>
  <project>
    <statement>
      <p>
        This is a project's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is a project's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the project's solution.
      </p>
    </solution>
  </project>
</worksheet>

1.

View Source for exercise
<exercise>
  <statement>
    <p>
      This is an exercise's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is an exercise's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the exercise's solution.
    </p>
  </solution>
</exercise>
This is an exercise’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.

Project 39.4.

View Source for project
<project>
  <statement>
    <p>
      This is a project's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is a project's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the project's solution.
    </p>
  </solution>
</project>
This is a project’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the project's solution.
  </p>
</solution>
This is the project’s solution.

Solutions 39.7 Inline answers only

View Source for solutions
<solutions inline="answer">
  <title>Inline answers only</title>
</solutions>

39.1 Subsection with only exercise

Checkpoint 39.1.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.3 Subsection with both exercise and project

Checkpoint 39.2.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

Solutions 39.8 Project answers only

View Source for solutions
<solutions project="answer">
  <title>Project answers only</title>
</solutions>

39.2 Subsection with only project

Project 39.1.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

39.3 Subsection with both exercise and project

Project 39.2.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

39.5 Worksheet with only project

Project 39.3.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

39.6 Worksheet with both exercise and project

Project 39.4.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

Solutions 39.9 Worksheet answers only

View Source for solutions
<solutions worksheet="answer">
  <title>Worksheet answers only</title>
</solutions>

39.4 Worksheet with only exercise

39.4.1.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.6 Worksheet with both exercise and project

39.6.1.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

Solutions 39.10 Inline answers, project statement

View Source for solutions
<solutions inline="answer" project="statement">
  <title>Inline answers, project statement</title>
</solutions>

39.1 Subsection with only exercise

Checkpoint 39.1.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.2 Subsection with only project

39.3 Subsection with both exercise and project

Checkpoint 39.2.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.5 Worksheet with only project

39.6 Worksheet with both exercise and project

Solutions 39.11 Inline answers, worksheet statement

View Source for solutions
<solutions inline="answer" worksheet="statement">
  <title>Inline answers, worksheet statement</title>
</solutions>

39.1 Subsection with only exercise

Checkpoint 39.1.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.3 Subsection with both exercise and project

Checkpoint 39.2.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.4 Worksheet with only exercise

39.6 Worksheet with both exercise and project

Solutions 39.12 Project answers, worksheet statement

View Source for solutions
<solutions project="answer" worksheet="statement">
  <title>Project answers, worksheet statement</title>
</solutions>

39.2 Subsection with only project

Project 39.1.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

39.3 Subsection with both exercise and project

Project 39.2.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

39.4 Worksheet with only exercise

39.5 Worksheet with only project

Project 39.3.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

39.6 Worksheet with both exercise and project

Project 39.4.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

Solutions 39.13 Inline answers, project statement, worksheet solution

View Source for solutions
<solutions inline="answer" project="statement" worksheet="solution">
  <title>Inline answers, project statement, worksheet solution</title>
</solutions>

39.1 Subsection with only exercise

Checkpoint 39.1.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.2 Subsection with only project

39.3 Subsection with both exercise and project

Checkpoint 39.2.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.

39.4 Worksheet with only exercise

39.4.1.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.

39.5 Worksheet with only project

39.6 Worksheet with both exercise and project

39.6.1.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.