Section 5.19 Exercises that are Timed
This is a section that merely explains and holds an
<exercises>
division, which will be at the level of a <subsection>
. There is a @time-limit
attribute on <exercises>
, set to the value 10
, which implies (a) the collection of (two) exercises is a “timed exam” when hosted on Runestone, and (b) a student will have 10 minutes to complete the collection.Showing results, showing feedback, displaying a timer, and allowing pausing are all enabled by default. To disable any of these features, set the corresponding attributes on the
<exercises>
division, @results
, @feedback
, @timer
, @pause
, to the value no
. As a test, we have turned off pausing. Don’t panic!Of course, if you are not viewing this while online and hosted on a Runestone server, then these exercises will not look any different than in other places.
(Since this is an unstructured division, the number of the
<exercises>
is not displayed when born. It does have a number, which is the same as the enclosing <section>
. To wit: Section 5.19 versus Exercises 5.19.)