Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

An element of type "eval_assign_group" associates an evaluation with an eval_group abd provides other information about the administration of the evaluation to a group.

An "eval_assign_group" element contains eight other elements to provide property values for the eval_assign_group. All of these elements are required:

  • An element named EID with a value of type string255
  • An element named EVAL_EVALUATION_EID with a value of type string255
  • An element named EVAL_GROUP_ID with a value of type string255
  • An element named OWNER with a value of type string255
  • An element named GROUP_TYPE with a value of type group_type
  • An element named INSTRUCTOR_APPROVAL with a value of type xsd:boolean
  • An element named STUDENT_VIEW_RESULTS with a value of type xsd:boolean
  • An element named INSTRUCTOR_VIEW_DATE with a value of type xsd:dateTime

The full definition of the "eval_assign_group" type is:

<xsd:complexType name="eval_assign_group">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> </xsd:documentation>
	</xsd:annotation>
	<xsd:all>
		<xsd:element name="EID" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The external identifier for this assign-group. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="EVAL_EVALUATION_EID" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The external identifier for the evaluation
					being assigned to a group. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="EVAL_GROUP_ID" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The external identifier for the group being
					assigned. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: Change element name from
					"provider_id" to "eval_group_id" </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="OWNER" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The internal identifier for the owner of this
					eval assign group. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="GROUP_TYPE" type="group_type">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The type of this eval group as assigned. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: Any one of the strings
					enumerated in the "group_type" definition. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="INSTRUCTOR_APPROVAL" type="xsd:boolean">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> This indicates whether the instructor has
					approved the evaluation for this AG. Default value is false if not set. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: "true" or "false" or "1" or
					"0" (without quotes) </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none. </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="STUDENT_VIEW_RESULTS" type="xsd:boolean">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> If this is true, students can view results for
					this evaluation. If set to false, the "studentsDate" will be nulled out when
					the evaluation is saved. Default value is false if not set. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: "true" or "false" or "1" or
					"0" (without quotes) </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none. </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="INSTRUCTOR_VIEW_RESULTS" type="xsd:boolean">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> If this is true, instructors can view results
					for this evaluation. If set to false, the "instructorsDate" will be nulled
					out when the evaluation is saved. Default value is false if not set. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: "true" or "false" or "1" or
					"0" (without quotes) </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none. </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
	</xsd:all>
</xsd:complexType>
  • No labels