Annotation of loncom/homework/templates/multiple_instance.task, revision 1.1

1.1     ! rezaferr    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>