- 01 Nov, 2012 1 commit
-
-
- small Attribute and InputTypeBase interface changes to make things cleaner - move html quoting into templates (use ${blah | h} syntax) - converting input types to use new format.
Victor Shnayder committed
-
- 31 Oct, 2012 2 commits
-
-
- add an Attribute class - input types just need to declare which attributes they want, and how to transform and validate them, and the base class will do all the rest. - change OptionInput to new format.
Victor Shnayder committed -
Victor Shnayder committed
-
- 30 Oct, 2012 1 commit
-
-
Victor Shnayder committed
-
- 29 Oct, 2012 14 commits
-
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
- all inputtypes should have id inputtype_${id} - should have class capa_inputtype
Victor Shnayder committed -
Victor Shnayder committed
-
- allows catching any exceptions and making sure the xml is in the error message - isolates subclasses from external interface a bit
Victor Shnayder committed -
Remove non-working TrueFalse functionality from choicegroup, combine tests with radiogroup and checkboxgroup
Victor Shnayder committed -
Feature/arjun/allow save
kimth committed -
Arjun Singh committed
-
Arjun Singh committed
-
Update startup script for 12.10 Ubuntu.
jarv committed
-
- 28 Oct, 2012 7 commits
-
-
Added "quantal" to the list of known distribution names.
Brian Wilson committed -
Improve fileinput message
arjun810 committed -
Arjun Singh committed
-
Support for multiple rectangle hitboxes in imageresponse
ichuang committed -
kimth committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
- 27 Oct, 2012 15 commits
-
-
Victor Shnayder committed
-
- switch to using registry - pull math and solution "input types" into a separate customrender.py file - make capa_problem use new custom renderers and input types registries - remove unused imports, methods, etc - add tests for math and solution tags.
Victor Shnayder committed -
Victor Shnayder committed
-
- also add a test for chemicalequationinput
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
- tests - rename it codeinput, with textbox still supported too
Victor Shnayder committed -
- add test
Victor Shnayder committed -
Unify math and non-math code and templates. Add tests.
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
- Make it into a class. - Combine ChoiceGroup, RadioGroup, CheckboxGroup implementation. (All three tags still work--this just unifies the code) - add tests
Victor Shnayder committed -
Victor Shnayder committed
-
Fix imageresponse in Firefox
ichuang committed -
kimth committed
-