Skip to main content
Logo image

Derivatives and Integrals An Annotated Discourse

Section 38 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 38.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 38.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 38.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 38.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 38.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 38.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 38.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 38.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 38.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 38.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 38.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 38.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 38.7 Inline answers only

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

38.1 Subsection with only exercise

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

38.3 Subsection with both exercise and project

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

Solutions 38.8 Project answers only

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

38.2 Subsection with only project

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

38.3 Subsection with both exercise and project

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

38.5 Worksheet with only project

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

38.6 Worksheet with both exercise and project

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

Solutions 38.9 Worksheet answers only

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

38.4 Worksheet with only exercise

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

38.6 Worksheet with both exercise and project

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

Solutions 38.10 Inline answers, project statement

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

38.1 Subsection with only exercise

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

38.2 Subsection with only project

Project 38.1.
This is a project’s statement.

38.3 Subsection with both exercise and project

Checkpoint 38.2.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Project 38.2.
This is a project’s statement.

38.5 Worksheet with only project

Project 38.3.
This is a project’s statement.

38.6 Worksheet with both exercise and project

Project 38.4.
This is a project’s statement.

Solutions 38.11 Inline answers, worksheet statement

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

38.1 Subsection with only exercise

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

38.3 Subsection with both exercise and project

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

38.4 Worksheet with only exercise

38.4.1.
This is an exercise’s statement.

38.6 Worksheet with both exercise and project

38.6.1.
This is an exercise’s statement.

Solutions 38.12 Project answers, worksheet statement

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

38.2 Subsection with only project

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

38.3 Subsection with both exercise and project

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

38.4 Worksheet with only exercise

38.4.1.
This is an exercise’s statement.

38.5 Worksheet with only project

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

38.6 Worksheet with both exercise and project

38.6.1.
This is an exercise’s statement.
Project 38.4.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.

Solutions 38.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>

38.1 Subsection with only exercise

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

38.2 Subsection with only project

Project 38.1.
This is a project’s statement.

38.3 Subsection with both exercise and project

Checkpoint 38.2.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Project 38.2.
This is a project’s statement.

38.4 Worksheet with only exercise

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

38.5 Worksheet with only project

Project 38.3.
This is a project’s statement.

38.6 Worksheet with both exercise and project

38.6.1.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.
Project 38.4.
This is a project’s statement.