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, 6 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_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,
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
<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>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>