File:  [LON-CAPA] / loncom / html / adm / help / tex / Testbank_Formatting.tex
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jul 8 05:56:44 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_99_1, version_2_6_99_0, version_2_12_X, version_2_11_X, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
- Testbank import supports RTF and HTML as well as plain text
- Description of answer format for Ordering/Ranking questions.

    1: \label{Testbank_Formatting}
    2: 
    3: The following requirements must be met to ensure that you will succeed in building LON-CAPA problem files from a file containing testbank questions.
    4: 
    5: \begin{enumerate}
    6: 
    7: \item The uploaded testbank file containing questions and answers must be either plain text, rich text format (RTF), or a web page (i.e., HTML format). Testbank files in RTF and HTML formats may contain images.  If conversion to LON-CAPA fails for RTF or HTML formats, re-saving the testbank file from the application originally used to generate it in plain text, and re-uploading the file to LON-CAPA may solve the problem (albeit with the loss of formatting information).
    8: 
    9: \item All questions must occur before any of the answers.  Each
   10: question should begin on a new line starting with a number followed
   11: immediately by a space, a period, or enclosed in parentheses, i.e., 1
   12: , 1., (1), 1), or (1 .  If you use a word processor to create the testbank questions you must disable auto-formatting of lists, otherwise the formatting will not conform to the new line requirement.  
   13: 
   14: \item One or more correct answers need to be provided for all questions
   15: (although the answer text may be blank for \textit{essay} questions).
   16: Each answer should begin on a new line using the same numbering scheme as used
   17: for the questions, and all answers must occur after all the questions.
   18: 
   19: \item \textit{Multiple choice} and \textit{multiple answer correct}
   20: questions should consist of (i) the question number followed by (ii) a
   21: question stem beginning on the same line and (iii) two or more foils,
   22: with each foil beginning on a new line and prefixed by a unique
   23: letter, or Roman numeral, listed in alphabetic or numeric order,
   24: beginning at a (alphabetic) or i (Roman numeral), followed by a
   25: period, or enclosed in parentheses, i.e., a., (a), i., or (i)
   26: 
   27: \item If \textit{fill-in-the-blank} or \textit{multiple answer}
   28: questions have more than one correct answer, each answer should appear
   29: in a comma-, tab-, space-, or new line-delimited list. For a  \textit{ranking/ordering} question, the "answer" should contain the foil identifiers correctly ordered in a similarly delimited list. If two or more foils have the same ranking, they should occur together, with an equals sign separating equally ranked foils [e.g., (b),(e)=(a),(d),(c)]
   30: 
   31: \end{enumerate}
   32: 

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