Skip to main content
Logo image

PreTeXt Sample Book: Abstract Algebra (SAMPLE ONLY)

Exercises 3.27 Group Exercises

View Source for exercises
<exercises xml:id="groupwork-title" groupwork="yes" label="exercises-title-groupwork">
  <introduction>
    <p>
      This is an <tag>exercises</tag> division with no <tag>title</tag>,
      set as groupwork,
      and therefore its default title will automatically indicate it is meant for a group.
      Otherwise, it is not of any new interest.
    </p>
  </introduction>
  <exercise xml:id="multiple-choice-five" label="multiple-choice-not-randomized-five">
    <title>Multiple-Choice, Not Randomized, One Answer</title>
    <idx>stop signs</idx>
    <statement>
      <p>
        What color is a stop sign?
      </p>
    </statement>





    <choices>
    <choice>
    <statement>
      <p>
        Green
      </p>
    </statement>
    <feedback>
      <p>
        Green means
        <q>go!</q>.
      </p>
    </feedback>
    </choice>
    <choice correct="yes">
    <statement>
      <p>
        Red
      </p>
    </statement>
    <feedback>
      <p>
        Red is universally used for prohibited activities or serious warnings.
      </p>
    </feedback>
    </choice>
    <choice>
    <statement>
      <p>
        White
      </p>
    </statement>
    <feedback>
      <p>
        White might be hard to see.
      </p>
    </feedback>
    </choice>
    </choices>
    <hint>
      <p>
        What did you see last time you went driving?
      </p>
    </hint>
    <hint>
      <p>
        Maybe go out for a drive?
      </p>
    </hint>
  </exercise>
</exercises>
This is an <exercises> division with no <title>, set as groupwork, and therefore its default title will automatically indicate it is meant for a group. Otherwise, it is not of any new interest.

1. Multiple-Choice, Not Randomized, One Answer.

View Source for exercise
<exercise xml:id="multiple-choice-five" label="multiple-choice-not-randomized-five">
  <title>Multiple-Choice, Not Randomized, One Answer</title>
  <idx>stop signs</idx>
  <statement>
    <p>
      What color is a stop sign?
    </p>
  </statement>





  <choices>
  <choice>
  <statement>
    <p>
      Green
    </p>
  </statement>
  <feedback>
    <p>
      Green means
      <q>go!</q>.
    </p>
  </feedback>
  </choice>
  <choice correct="yes">
  <statement>
    <p>
      Red
    </p>
  </statement>
  <feedback>
    <p>
      Red is universally used for prohibited activities or serious warnings.
    </p>
  </feedback>
  </choice>
  <choice>
  <statement>
    <p>
      White
    </p>
  </statement>
  <feedback>
    <p>
      White might be hard to see.
    </p>
  </feedback>
  </choice>
  </choices>
  <hint>
    <p>
      What did you see last time you went driving?
    </p>
  </hint>
  <hint>
    <p>
      Maybe go out for a drive?
    </p>
  </hint>
</exercise>
    What color is a stop sign?
  • Green
  • Green means “go!”.
  • Red
  • Red is universally used for prohibited activities or serious warnings.
  • White
  • White might be hard to see.
Hint 1.
View Source for hint
<hint>
  <p>
    What did you see last time you went driving?
  </p>
</hint>
What did you see last time you went driving?
Hint 2.
View Source for hint
<hint>
  <p>
    Maybe go out for a drive?
  </p>
</hint>
Maybe go out for a drive?