Line 1: |
Line 1: |
| {{TOCright}} | | {{TOCright}} |
| ==Description== | | ==Description== |
− | A custom [http://moodle.org/ Moodle] [http://docs.moodle.org/en/Quiz_module quiz module] which, in addition to the standard Moodle quiz features, analyzes the questions posed to the student for various qualities, such as compliance with [http://wiki.sugarlabs.org/go/User:Gdk/4th_Grade_Maths Curriculum Standards]. | + | A custom [http://moodle.org/ Moodle] [http://docs.moodle.org/en/Quiz_module quiz module] which, in addition to the standard Moodle quiz features, analyzes the questions posed to the student for various qualities, such as compliance with [[User:Gdk/4th_Grade_Maths | Curriculum Standards]]. |
| | | |
| ==Group Members== | | ==Group Members== |
− | * '''Project Manager:''' [http://wiki.sugarlabs.org/go/User:Wwdillingham Wesley Dillingham] | + | * '''Project Manager:''' [[User:Wwdillingham | Wesley Dillingham]] |
− | * '''Additional Group Members:''' [http://wiki.sugarlabs.org/go/User:jrgreen118 Jeremiah Green] | + | * '''Additional Group Members:''' [[User:jrgreen118 | Jeremiah Green]] |
| <br> | | <br> |
| | | |
Line 16: |
Line 16: |
| *Expand upon the PHP of the Moodle Quiz Module to parse questions involving mathematical operations for characteristics contained in the [http://www.doe.mass.edu/frameworks/current.html Massachusetts Curriculum Framework for Mathematics.] | | *Expand upon the PHP of the Moodle Quiz Module to parse questions involving mathematical operations for characteristics contained in the [http://www.doe.mass.edu/frameworks/current.html Massachusetts Curriculum Framework for Mathematics.] |
| | | |
− | *Run Moodle with the modified quiz module on an XO running [http://wiki.laptop.org/go/School_server XS], The '''X'''O school '''S'''erver. | + | *Run Moodle with the modified quiz module on an XO running [[olpc:School_server | XS]], The '''X'''O school '''S'''erver. |
| | | |
| ==Milestones== | | ==Milestones== |
| ===Week 8=== | | ===Week 8=== |
| *Create Moodle data flow diagram to give an understanding of how the Moodle Server and corresponding database interact with Student and Teachers machines. | | *Create Moodle data flow diagram to give an understanding of how the Moodle Server and corresponding database interact with Student and Teachers machines. |
− | *Have [http://download.moodle.org/ Moodle's latest stable release] functioning in an XS School Server [http://wiki.laptop.org/go/XS-on-XO VirtualBox] OSE Virtual Machine | + | *Have [http://download.moodle.org/ Moodle's latest stable release] functioning in an XS School Server [[olpc:XS-on-XO | VirtualBox]] OSE Virtual Machine |
| | | |
| ===Week 9=== | | ===Week 9=== |
− | *Have Moodle's latest stable release functioning on an XO running XS using the techniques outlined [http://wiki.laptop.org/go/XS-on-XO here.] | + | *Have Moodle's latest stable release functioning on an XO running XS using the techniques outlined [[olpc:XS-on-XO | here]]. |
| *Have PHP calls successfully querying mock student results from Moodle's MySQL database running on XS. | | *Have PHP calls successfully querying mock student results from Moodle's MySQL database running on XS. |
| *Parse mathematical-operation-based and tally percentage of success with each individual operation (+,-,/,* etc). | | *Parse mathematical-operation-based and tally percentage of success with each individual operation (+,-,/,* etc). |