Annotation of loncom/homework/templates/optional_criteria.task, revision 1.1
1.1 ! rezaferr 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="1">
! 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="Y" 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="N" id="q1_criteria2">
! 24: <CriteriaText>
! 25: <startouttext />
! 26: This is the first optional criteria. Student's story make sense
! 27: <endouttext />
! 28: </CriteriaText>
! 29: </Criteria>
! 30: <Criteria Mandatory="N" id="q1_criteria3">
! 31: <CriteriaText>
! 32: <startouttext />
! 33: This is the second optional criteria. Spell check the document. There should be no spelling mistakes
! 34: <endouttext />
! 35: </CriteriaText>
! 36: </Criteria>
! 37: </Question>
! 38: <ClosingParagraph>
! 39: <startouttext />
! 40: <hr/> This is the closing information. Add closing information such as how to hand in/when grades will be posted here (in edit mode)
! 41: <endouttext />
! 42: </ClosingParagraph>
! 43: </Task>
! 44:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>