Annotation of loncom/html/adm/help/tex/Testbank_Formatting.tex, revision 1.1

1.1     ! albertel    1: \label{Testbank_Formatting}
        !             2: 
        !             3: Four requirements must be met to ensure that you will succeed in building LON-CAPA problem files using your plain text file containing testbank questions.
        !             4: 
        !             5: \begin{enumerate}
        !             6: 
        !             7: \item The questions and answers you upload must be in plain text
        !             8: format.  Any header lines should occur before the text containing the
        !             9: questions and answers.
        !            10: 
        !            11: \item All questions must occur before any of the answers.  Each
        !            12: question should be numbered sequentially using a number followed
        !            13: immediately by a space, a period, or enclosed in parentheses, i.e., 1
        !            14: , 1., (1), 1), or (1 .
        !            15: 
        !            16: \item One or more correct answers should be provided for all questions
        !            17: (although blank answers may be provided for \textit{essay} questions).
        !            18: Answers should be numbered sequentially, using the same scheme as used
        !            19: for the questions, and must occur after all the questions.
        !            20: 
        !            21: \item \textit{Multiple choice} and \textit{multiple answer correct}
        !            22: questions should consist of (i) the question number followed by (ii) a
        !            23: question stem beginning on the same line and (iii) two or more foils,
        !            24: with each foil beginning on a new line and prefixed by a unique
        !            25: letter, or Roman numeral, listed in alphabetic or numeric order,
        !            26: beginning at a (alphabetic) or i (Roman numeral), followed by a
        !            27: period, or enclosed in parentheses, i.e., a., (a), i., or (i)
        !            28: 
        !            29: \item If \textit{fill-in-the-blank} or \textit{multiple answer}
        !            30: questions have more than one correct answer, each answer should appear
        !            31: in a comma-, tab-, space-, or new line-delimited list.
        !            32: 
        !            33: \end{enumerate}
        !            34: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>