Math4Team/RIT/Projects/Question Support API/Data Model: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{{TOCright}}
===Data Model===
===Data Model===
A potential data model: (It was built for a corporate medical department's medical records. I've already renamed Clinic and Provider to School and Teacher.)
Here is a potential data model: (It was built for a corporate medical department's medical records. I've already renamed Clinic and Provider to School and Teacher.)
[[Image:QuestionERDiagram.PNG|left]]
 
Authorship and history attributes for Questions could be provided through a new Person ID field in Questionnaire and recursive links.
[[Image:QuestionERDiagram.PNG|left]]<br clear="all">
: The Moodle [http://docs.moodle.org/en/Development:Question_database_structure Question database structure].
====Table Dictionary====
====Table Dictionary====
{{Definition_table
{{Definition_table
Line 91: Line 89:
|First Name | Primary name for Person
|First Name | Primary name for Person
}}
}}
== Comments ==
Authorship and history attributes for Questions could be provided through a new Person ID field in Questionnaire and recursive links.
:: For reference, here is the Moodle [http://docs.moodle.org/en/Development:Question_database_structure Question database structure].