[LON-CAPA-cvs] cvs: loncom /homework/templates multiple_instance.task optional_criteria.task simple.task

rezaferry lon-capa-cvs-allow@mail.lon-capa.org
Thu, 03 May 2007 15:38:17 -0000


rezaferry		Thu May  3 11:38:17 2007 EDT

  Added files:                 
    /loncom/homework/templates	multiple_instance.task 
                              	optional_criteria.task simple.task 
  Log:
  Added 3 bridge task templates:
  simple - basic bridge task file
  optional_criteria - bridge task with optional criterias
  multiple_instance - bridge task having multiple instances
  
  

Index: loncom/homework/templates/multiple_instance.task
+++ loncom/homework/templates/multiple_instance.task
<Task OptionalRequired="0">
	<Setup id="entitySubject">
		<Instance Disabled="no" id="instanceBetty">
<InstanceText>
<script type="loncapa/perl">$entitySubject{instance} = "instanceBetty";	
$entitySubject{personname} = "Betty";	
$entitySubject{place} = "Park";</script>
    <startouttext />

    <endouttext />
</InstanceText>
		</Instance>
		<Instance Disabled="no" id="instanceHarry">
<InstanceText>
<script type="loncapa/perl">$entitySubject{instance} = "instanceHarry";	
$entitySubject{personname} = "Harry";	
$entitySubject{place} = "zoo";</script>
    <startouttext />

    <endouttext />
</InstanceText>
		</Instance>
	</Setup>
<IntroParagraph>
    <startouttext />
<h1>Bridge Task (Course Name)</h1>
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).
<hr/>
    <endouttext />
</IntroParagraph>
	<Question Mandatory="yes" id="question_1" OptionalRequired="0">
<QuestionText>
    <startouttext />
This is the question/description of the task. <br/>
Write a story about $entitySubject{personname}'s trip to the $entitySubject{place}
    <endouttext />

</QuestionText>
<Criteria Mandatory="yes" id="q1_criteria1">
    <CriteriaText>
        <startouttext />
This is the first mandatory criteria. Student handed in a word document titled $entitySubject{personname} went to the $entitySubject{place}
        <endouttext />
    </CriteriaText>
</Criteria>
<Criteria Mandatory="yes" id="q1_criteria2">
    <CriteriaText>
        <startouttext />
This is the second mandatory criteria. Student's story make sense
        <endouttext />
    </CriteriaText>
</Criteria>
	</Question>
<ClosingParagraph>
    <startouttext />
<hr/> This is the closing information. Add closing information such as how to hand in/when grades will be posted here (in edit mode)
    <endouttext />
</ClosingParagraph>
</Task>


Index: loncom/homework/templates/optional_criteria.task
+++ loncom/homework/templates/optional_criteria.task
<Task OptionalRequired="0">
<IntroParagraph>
    <startouttext />
<h1>Bridge Task (Course Name)</h1>
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).
<hr/>
    <endouttext />
</IntroParagraph>
	<Question Mandatory="yes" id="question_1" OptionalRequired="1">
<QuestionText>
    <startouttext />
This is the question/description of the task. <br/>
Write a story about John's trip to the park
    <endouttext />
</QuestionText>
<Criteria Mandatory="Y" id="q1_criteria1">
    <CriteriaText>
        <startouttext />
This is the first mandatory criteria. Student handed in a word document titled john went to the park
        <endouttext />
    </CriteriaText>
</Criteria>
<Criteria Mandatory="N" id="q1_criteria2">
    <CriteriaText>
        <startouttext />
This is the first optional criteria. Student's story make sense
        <endouttext />
    </CriteriaText>
</Criteria>
<Criteria Mandatory="N" id="q1_criteria3">
    <CriteriaText>
        <startouttext />
This is the second optional criteria. Spell check the document. There should be no spelling mistakes
        <endouttext />
    </CriteriaText>
</Criteria>
	</Question>
<ClosingParagraph>
    <startouttext />
<hr/> This is the closing information. Add closing information such as how to hand in/when grades will be posted here (in edit mode)
    <endouttext />
</ClosingParagraph>
</Task>


Index: loncom/homework/templates/simple.task
+++ loncom/homework/templates/simple.task
<Task OptionalRequired="0">
<IntroParagraph>
    <startouttext />
<h1>Bridge Task (Course Name)</h1>
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).
<hr/>
    <endouttext />
</IntroParagraph>
	<Question Mandatory="yes" id="question_1" OptionalRequired="0">
<QuestionText>
    <startouttext />
This is the question/description of the task. <br/>
Write a story about John's trip to the park
    <endouttext />
</QuestionText>
<Criteria Mandatory="yes" id="q1_criteria1">
    <CriteriaText>
        <startouttext />
This is the first mandatory criteria. Student handed in a word document titled john went to the park
        <endouttext />
    </CriteriaText>
</Criteria>
<Criteria Mandatory="yes" id="q1_criteria2">
    <CriteriaText>
        <startouttext />
This is the second mandatory criteria. Student's story make sense
        <endouttext />
    </CriteriaText>
</Criteria>
	</Question>
<ClosingParagraph>
    <startouttext />
<hr/> This is the closing information. Add closing information such as how to hand in/when grades will be posted here (in edit mode)
    <endouttext />
</ClosingParagraph>
</Task>