To include a list of material in the body of the text, use a sequence of commands like this:

\beginlist \item{1.} The first item. \item{2.} (Title) The second item, with title. \item{3.} And so on. \endlist

You can autonumber the items like this:

\questnum0 \beginlist \item{\question} The first item. \item{\question} (Title) The second item, with title. \item{\question} And so on. \endlist

Either produces the following:

You can of course use anything you want for the item labels, like i, ii, iii, or a, b, c. To get bullets, use \item{$\bullet$}. For a different type of list, see chapter 2.