I am creating a document using exam class. I have four question types here which i had created each a command. Is there facility to enforce continuous numbering for each question types instead of using the \begin{questions} ended with \end{questions}.
example:
I. True or False Question type
1. ____ text text text text text text.
2. ____ text text text text text text.
3. ____ text text text text text text.
II. Enumeration
4. Elements of nature
5. text text text text text text.
6. text text text text text text.
The sequence of the number in Part I is continued in the Part II. How can I make something like this one?

