User:Miriya52/week4
Appearance
Refer to project glossary for acronyms and definitions.
Week 4: December 26 - 30
Objectives
[edit]Write functions to pass unittest for GIFT multiple choice with multiple correct responses
Progress Update
[edit]pyslet.gift: GIFT parser and structure modules
I'm writing the GIFT parser and structures based on the pyslet.xml parser.py and structures.py. Before I continue down this path, I'm wondering if there is a better way to do this, using inheritance. I'm adapting pyslet.gift so that it doesn't bother with unicode encoding/decoding, and also the syntax conforms to Python 3.
Plan for next week
[edit]- Travis enabled and some of your unit tests passing
- creating some additional smaller unit tests, as they will be easier to complete