File:  [LON-CAPA] / loncom / homework / templates / simple.task
Revision 1.1: download - view: text, annotated - select for diffs
Thu May 3 15:38:13 2007 UTC (17 years, 1 month ago) by rezaferry
Branches: MAIN
CVS tags: 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_X, version_2_6_99_1, version_2_6_99_0, 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_99_0, HEAD
Added 3 bridge task templates:
simple - basic bridge task file
optional_criteria - bridge task with optional criterias
multiple_instance - bridge task having multiple instances

    1: <Task OptionalRequired="0">
    2: <IntroParagraph>
    3:     <startouttext />
    4: <h1>Bridge Task (Course Name)</h1>
    5: This is the introductory information. Add opening information, such as what is the general purpose of this task, and general instructions here (in edit mode).
    6: <hr/>
    7:     <endouttext />
    8: </IntroParagraph>
    9: 	<Question Mandatory="yes" id="question_1" OptionalRequired="0">
   10: <QuestionText>
   11:     <startouttext />
   12: This is the question/description of the task. <br/>
   13: Write a story about John's trip to the park
   14:     <endouttext />
   15: </QuestionText>
   16: <Criteria Mandatory="yes" id="q1_criteria1">
   17:     <CriteriaText>
   18:         <startouttext />
   19: This is the first mandatory criteria. Student handed in a word document titled john went to the park
   20:         <endouttext />
   21:     </CriteriaText>
   22: </Criteria>
   23: <Criteria Mandatory="yes" id="q1_criteria2">
   24:     <CriteriaText>
   25:         <startouttext />
   26: This is the second mandatory criteria. Student's story make sense
   27:         <endouttext />
   28:     </CriteriaText>
   29: </Criteria>
   30: 	</Question>
   31: <ClosingParagraph>
   32:     <startouttext />
   33: <hr/> This is the closing information. Add closing information such as how to hand in/when grades will be posted here (in edit mode)
   34:     <endouttext />
   35: </ClosingParagraph>
   36: </Task>
   37: 

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