gwsd2015 / LogiClass

0 stars 1 forks source link

Week 9: Moodle and Back-end datastructure and interface #2

Open rolivia opened 10 years ago

rolivia commented 10 years ago

@cctoombs @twood02

My code is in the usefulWidget branch.

I worked on figuring out how to write a moodle module to create a new kind of assignment. They are located in the directory moodle/mod/widget but the useful file is: https://github.com/gwsd2015/LogiClass/blob/usefulWidget/moodle/mod/widget/mod_form.php

I also created a data structure to represent the relationships between different items in the logic puzzles (and a basic html page to test it): https://github.com/gwsd2015/LogiClass/blob/usefulWidget/testing/LCinterface.js https://github.com/gwsd2015/LogiClass/blob/usefulWidget/testing/testing.html