File:  [LON-CAPA] / loncom / homework / templates / multiple_instance.task
Revision 1.1: download - view: text, annotated - select for diffs
Thu May 3 15:38:13 2007 UTC (17 years, 2 months ago) by rezaferry
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_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, version_2_12_X, version_2_11_X, 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, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
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: 	<Setup id="entitySubject">
    3: 		<Instance Disabled="no" id="instanceBetty">
    4: <InstanceText>
    5: <script type="loncapa/perl">$entitySubject{instance} = "instanceBetty";	
    6: $entitySubject{personname} = "Betty";	
    7: $entitySubject{place} = "Park";</script>
    8:     <startouttext />
    9: 
   10:     <endouttext />
   11: </InstanceText>
   12: 		</Instance>
   13: 		<Instance Disabled="no" id="instanceHarry">
   14: <InstanceText>
   15: <script type="loncapa/perl">$entitySubject{instance} = "instanceHarry";	
   16: $entitySubject{personname} = "Harry";	
   17: $entitySubject{place} = "zoo";</script>
   18:     <startouttext />
   19: 
   20:     <endouttext />
   21: </InstanceText>
   22: 		</Instance>
   23: 	</Setup>
   24: <IntroParagraph>
   25:     <startouttext />
   26: <h1>Bridge Task (Course Name)</h1>
   27: 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).
   28: <hr/>
   29:     <endouttext />
   30: </IntroParagraph>
   31: 	<Question Mandatory="yes" id="question_1" OptionalRequired="0">
   32: <QuestionText>
   33:     <startouttext />
   34: This is the question/description of the task. <br/>
   35: Write a story about $entitySubject{personname}'s trip to the $entitySubject{place}
   36:     <endouttext />
   37: 
   38: </QuestionText>
   39: <Criteria Mandatory="yes" id="q1_criteria1">
   40:     <CriteriaText>
   41:         <startouttext />
   42: This is the first mandatory criteria. Student handed in a word document titled $entitySubject{personname} went to the $entitySubject{place}
   43:         <endouttext />
   44:     </CriteriaText>
   45: </Criteria>
   46: <Criteria Mandatory="yes" id="q1_criteria2">
   47:     <CriteriaText>
   48:         <startouttext />
   49: This is the second mandatory criteria. Student's story make sense
   50:         <endouttext />
   51:     </CriteriaText>
   52: </Criteria>
   53: 	</Question>
   54: <ClosingParagraph>
   55:     <startouttext />
   56: <hr/> This is the closing information. Add closing information such as how to hand in/when grades will be posted here (in edit mode)
   57:     <endouttext />
   58: </ClosingParagraph>
   59: </Task>
   60: 

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