Math4Team/RIT/Projects/Question Support API/Data Model: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
===Data Model=== | ===Data Model=== | ||
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]] | |||
[[Image:QuestionERDiagram.PNG|left]]<br clear="all"> | |||
====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]. | |||