File:  [LON-CAPA] / loncom / html / adm / help / tex / Testbank_Formatting.tex
Revision 1.1: download - view: text, annotated - select for diffs
Wed Jul 5 22:23:12 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, HEAD
- move inline text into help files
- CSS erro messages and file names

    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>