Skip to main content
Logo image

PreTeXt Sample Book Abstract Algebra (SAMPLE ONLY)

Reading Questions 3.23 Reading Questions

View Source for reading-questions
<reading-questions>

  <exercise label="simple-reading-question">

    <statement>

      <p>
        This is a simple question.
        Does this look like a short answer question?
      </p>

      <p>
        Both questions in this <q>reading-questions</q> division should render in an interactive <q>short answer</q> form on a capable platform.
      </p>

    </statement>

    <response/>

    <hint>

      <p>
        Shouldn't be hard!
      </p>

    </hint>

  </exercise>

  <exercise label="second-reading-question" attachment="yes">

    <statement>

      <p>
        And a second reading question, so we can test having more than one.
        Specifically to be certain each goes into the manifest properly.
        How about some math now, <m>a^2+b^2=c^2</m>.
        Is that all right?
      </p>

    </statement>

    <response/>

  </exercise>

</reading-questions>

1.

View Source for exercise
<exercise label="simple-reading-question">

  <statement>

    <p>
      This is a simple question.
      Does this look like a short answer question?
    </p>

    <p>
      Both questions in this <q>reading-questions</q> division should render in an interactive <q>short answer</q> form on a capable platform.
    </p>

  </statement>

  <response/>

  <hint>

    <p>
      Shouldn't be hard!
    </p>

  </hint>

</exercise>
This is a simple question. Does this look like a short answer question?
Both questions in this “reading-questions” division should render in an interactive “short answer” form on a capable platform.
Hint.
View Source for hint
<hint>

  <p>
    Shouldn't be hard!
  </p>

</hint>
Shouldn’t be hard!

2.

View Source for exercise
<exercise label="second-reading-question" attachment="yes">

  <statement>

    <p>
      And a second reading question, so we can test having more than one.
      Specifically to be certain each goes into the manifest properly.
      How about some math now, <m>a^2+b^2=c^2</m>.
      Is that all right?
    </p>

  </statement>

  <response/>

</exercise>
And a second reading question, so we can test having more than one. Specifically to be certain each goes into the manifest properly. How about some math now, \(a^2+b^2=c^2\text{.}\) Is that all right?