Classroom_response_system 2.0

UDP Loading schema


Entities

  1. Course Offering
  2. Learner Activity
  3. Person
  4. Quiz
  5. Quiz Item
  6. Quiz Item Response
  7. Quiz Result

Course Offering

This entity is required.

Entity filename: course_offering.csv.

An institutional offering of organized subject matter and learner activities chosen by learners in an academic term.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Course Offering. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Course Offering, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
top

Learner Activity

This entity is required.

Entity filename: learner_activity.csv.

An assignment, task, piece of work, or other activity that is as part of a course of study.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Learner Activity. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Learner Activity, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
top

Person

This entity is required.

Entity filename: person.csv.

An individual participating, in any capacity, in the design, delivery, or evaluation of teaching and learning processes and environments.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Person. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Person, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
top

Quiz

This entity is required.

Entity filename: quiz.csv.

A class of learner activity used to assess learner content mastery.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Quiz. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Quiz, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
learner_activity_id Foreign key to Learner activity of this Quiz. See Learner Activity. No Yes integer
points_possible The maximum number of points that can be earned. No No decimal
type The type of Quiz. (option set) No No text
top

Quiz Item

This entity is required.

Entity filename: quiz_item.csv.

A particular quiz item in a particular quiz.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Quiz Item. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Quiz Item, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
quiz_id Foreign key to the Quiz of which this Quiz item is a part. See Quiz. No Yes integer
top

Quiz Item Response

This entity is required.

Entity filename: quiz_item_response.csv.

The learner response given for a particular quiz item.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Quiz Item Response. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Quiz Item Response, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
quiz_item_id The Quiz item to which this Quiz item response is responding. See Quiz Item. No Yes integer
body The body of the Quiz item response. No No text
top

Quiz Result

This entity is required.

Entity filename: quiz_result.csv.

A learner response to a quiz.

Code (Header) Description Is required Is foreign key Datatype
classroom_response_system_int_id The key used within the CLASSROOM_RESPONSE_SYSTEM to identify this Quiz Result. Yes No text
classroom_response_system_ext_id The global key generated by this CLASSROOM_RESPONSE_SYSTEM to identify this Quiz Result, for use by external tools that are provisioned or launched from the CLASSROOM_RESPONSE_SYSTEM. Yes No text
quiz_id The Quiz for which this is a student Quiz result. See Quiz. No Yes integer
score The score of the Quiz result. No No decimal
top