Changes

293 bytes removed ,  23:29, 29 April 2018
Line 1: Line 1: −
==Question Support API==
+
{{TOCright}}
http://git.sugarlabs.org/projects/question-support-api
     −
===Data Model===
+
== Active Projects ==
A possible data model I built for a corporate medical department's medical records:
+
 
(I've already renamed Clinic and Provider to School and Teacher.)
+
=== [[Image:PyCut_logo.png|24px]] [[Activities/PyCut|PyCut]] ===
[[Image:QuestionERDiagram.PNG]]
+
{{:Activities/PyCut/status}}
====Table Dictionary====
+
 
{{Definition_table
+
=== [[Image:Fractionator_logo.png|24px]] [[Activities/Fractionator|Fractionator]] ===
|Questionnaire |A collection of questions that might be used in a Survey, Quiz, Exam, etc.
+
{{:Activities/Fractionator/status}}
|Question | A problem seeking an answer
+
 
|Answer | A potential solution to the problem
+
== Published / Complete Projects ==
|AnswerType | The class of answer suitable for the problem or question
+
 
|Survey | An event instance of collecting Answers to Questions or problems
+
=== [[AngleGators]] ===
|Response | An event instance of the Student providing an answer to a question on a Survey or Quiz, etc
+
 
|School | An organization
+
=== [[Image:blocku.png|75px]]  [[Blocku|Blocku]] ===
|Person | An individual, such as a Teacher, Student, etc.
+
{{:Blocku/status}}
}}
+
 
====Questionnaire Field Dictionary====
+
===[[Activities/FileShare|FileShare]] ===
{{Definition_table
+
{{:Activities/FileShare/status}}
|ID | primary key
+
 
|Questionnaire | Title of questionnaire
+
=== [[Fractionauts| Fractionauts]] ===
|Category | Classifier ID
+
{{:Fractionauts/status}}
|Notes | Description, Image link, rich format data
+
 
|StartDate | Effective date for this instance
+
=== [[Image:Lemon_Icon.svg|24px]] [[Lemonade Stand]] ===
|EndDate | Expiry date of this instance
+
{{:Lemonade_Stand/status}}
}}
+
 
====Question Field Dictionary====
+
=== [[Activities/MathHurdler|Math Hurdler]] ===
{{Definition_table
+
{{:Activities/MathHurdler/status}}
|ID | primary key
+
 
|Questionnaire | ID of parent questionnaire
+
===[[Math_island|Math Island]]===
|Sequence | number to order question among questions on questionnaire
+
{{:Math_island/status}}
|Question | text problem statement
+
 
|AnswerType | ID of the suitable answer type
+
=== [[Fortune_Hunter| Mathematical Adventure: Fortune Hunter]] ===
|Jump | conditional number to redirect survey question sequence
+
{{:Fortune_Hunter/status}}
|Notes | Description, images, rich format data
+
 
|StartDate | Effective date of this question instance
+
=== [[Planetary|Planetary]] ===
|EndDate | Expiry date of this instance
+
{{:Planetary/status}}
}}
+
 
====Answer Field Dictionary====
+
=== [[Quilt]] ===
{{Definition_table
+
{{:Quilt/status}}
|ID | primary key
+
 
|Question_ID| ID of parent question
+
=== [[Sash]] ===
|Sequence | number to order answer among answer choices for question
+
{{:Sash/status}}
|Answer | text of solution or answer
+
 
|Notes | Description, images, rich format data
+
=== [[Activities/SugarSnake|SugarSnake]] ===
|StartDate | Effective date of this answer instance
+
{{:Activities/SugarSnake/status}}
|EndDate | Expiry date of this instance
+
 
}}
+
== Inactive Projects ==
====AnswerType Field Dictionary====
+
 
{{Definition_table
+
=== [[Addboard| Addboard]] ===
|ID | primary key
+
 
|AnswerType | text for the class of answer. Example, text, numeric, multiple choice, tabular, yes/no, etc.
+
=== [[Flash Card Game - Assimilate|Assimilate]] ===
|Category | ID for class of answer type
+
{{:Flash_Card_Game_-_Assimilate/status}}
}}
+
 
====Survey Field Dictionary====
+
=== [[Colour_The_Part|Colour The Part]] ===
{{Definition_table
+
{{:Colour_The_Part/status}}
|ID | primary key
+
 
|BaseID | ID of parent Survey. Used to identify families of Surveys, such as version
+
=== [[Ethos| Ethos]] ===
|School | ID of the School or organization sponsoring this Survey instance
+
{{:Ethos/status}}
|Teacher | ID of Person extending this instance of the survey or quiz
+
 
|Student | ID of the Person taking this instance of the survey or quiz
+
=== [[Math4Team/RIT/Projects/Fun Towers|Fun Towers]] ===
|Notes | Description, images, rich format data for this instance of the survey or quiz
+
{{:Math4Team/RIT/Projects/Fun_Towers/status}}
|DateTime | DateTime that this Survey instance was taken
+
 
|ReviewDate | Date that this Survey instance was reviewed by the Teacher
+
=== [[GeoMunchers]] ===
|ChangeDate | Date that this instance of the Survey was changed (reasons are provided in the Response record).
+
 
}}
+
===[[Get24|Get24]]===
====Response Field Dictionary====
+
{{:Get24/status}}
{{Definition_table
+
 
|ID | primary key
+
=== [[Matter.py]] ===
|Answer_ID | ID of selected answer (when one of a choice)
+
{{:Matter.py/status}}
|Question_ID| ID of the Question instance for this Response instance
+
 
|Survey_ID | ID of the parent Survey or Quiz instance for this Response
+
=== [[Math4Team/RIT/Projects/Math_Maze|Math Maze]] ===
|Response| text of Response
+
{{:Math4Team/RIT/Projects/Math_Maze/status}}
|ResponseValue| numerical Response
+
 
|Notes | Description, images, rich format data for this Response
+
=== [[MiniGameMayhem]] ===
|DateTime | DateTime for this Response
+
 
|ChangeDate | Date that this instance of the Survey was changed
+
=== [[Math4Team/RIT/Projects/Muthris|Muthris]] ===
|ChangePerson | ID of Person who changed this Response instance
+
{{:Math4Team/RIT/Projects/Muthris/status}}
|ChangeReason | Reason this Response instance was changed.
+
 
}}
+
=== [[File:SunGuy.png|35px]] [[MyWeatherStation]] ===
====School Field Dictionary====
+
{{:MyWeatherStation/status}}
{{Definition_table
+
 
|ID | primary key
+
=== [[Activities/NumberMunchersXO|Number Munchers XO]] ===
|School | School or organizational name
+
 
}}
+
=== [[Image:Pacmath-logo.png|75px]] [[PacMath|PacMath]] ===
====Person Field Dictionary====
+
{{:PacMath/status}}
{{Definition_table
+
 
|ID | primary key
+
=== [[Point-and-Click-Arthur]] ===
|Last Name | Family name for Person
+
{{:Arthur/status}}
|First Name | Primary name for Person
+
 
}}
+
=== [[Pop_Quiz]] ===
 +
{{:Pop_Quiz/status}}
 +
 
 +
=== [[Produce Puzzle]] ===
 +
{{:Produce_Puzzle/status}}
 +
 
 +
=== [[PyCaveExplorer]] ===
 +
{{:PyCaveExplorer/status}}
 +
 
 +
===[[Python_Math|Python Math]]===
 +
{{:Python_Math/status}}
 +
 
 +
=== [[Math4Team/RIT/Projects/Question_Support_API|Question Support API]] ===
 +
{{:Math4Team/RIT/Projects/Question_Support_API/status}}
 +
 
 +
===[[Robobuddy|Robobuddy]]===
 +
{{:Robobuddy/status}}
 +
 
 +
=== [[School Server/RIT|schoolserver.rit.edu]] ===
 +
The XO school Server, or XS, is one of the products of the OLPC project, designed to complement the XO laptop. It is a Linux-based OS (a Fedora-based distribution) engineered to be installed on generic low-end servers.
 +
When we deploy one laptop per child, we must also provide additional infrastructure extending the capabilities of the laptops. While the laptops are self-sufficient for many learning activities, other activities and services depend on the School Server providing connectivity, shared resources and services. Services, tools and activities running on the School Server allow asynchronous interaction, can use larger storage capacity, and take advantage of the processing power of the XS.
 +
 
 +
=== [[Teacher Reporting]] ===
 +
{{:Teacher Reporting/status}}
 +
 
 +
=== [[Teacher's Tools]] ===
 +
{{:Teacher's_Tools/status}}
 +
 
 +
 
 +
 
 +
==[[Math4Team/RIT/Tips & Tricks|Tips & Tricks]]==
 +
 
 +
==[[Math4Team/RIT/Complaints & Problems|Complaints & Problems]]==
 +
 
 +
[[Category:Idea]]
11

edits