Ned Batchelder
2c544cb0bd
A test that our XML-comments fix works.
2013-08-27 11:44:41 -04:00
Ned Batchelder
ca7c002ca9
Keep comments in capa XML from causing failures
...
Comments (and processing instructions!) are handled oddly in lxml.
This change will keep them from causing failures. They will be omitted
from the HTML generated, which is fine, since they aren't needed there.
2013-08-27 11:08:22 -04:00
Vik Paruchuri
0e4b114278
Merge pull request #633 from edx/fix/vik/oe-state
...
Fix/vik/oe state
2013-08-27 07:01:32 -07:00
Felix Sun
444f51d6de
Fixed some pep/pylint violations.
2013-08-27 09:46:02 -04:00
Will Daly
db6d76d643
Patched textbook TOC request during course import.
...
Patched Snuggletex server calls
2013-08-27 08:28:15 -04:00
Anton Stupak
dd9b16c2cf
Replace the description in the studio editing module.
2013-08-27 15:22:47 +03:00
ichuang
83f8b033ea
fix common/lib/xmodule/xmodule/modulestore/mongo/base.py
2013-08-26 20:23:11 -04:00
ichuang
4d73961a44
'videosequence' and 'proctor' need to be in inheritable moduletypes in
...
modulestore/mongo/base.py
2013-08-26 20:22:25 -04:00
Will Daly
fe72730969
Integrate js-test-tool into testing infrastructure
2013-08-26 20:21:18 -04:00
Vik Paruchuri
3c55a44b6b
Address review comments
2013-08-26 10:36:24 -04:00
Felix Sun
74ed2dafb3
Improved docstrings.
2013-08-26 09:40:06 -04:00
Felix Sun
1f9eafeede
Addressed some minor PR comments.
2013-08-26 09:40:06 -04:00
Felix Sun
68bb45ab67
Added jasmine tests to crowdsource_hinter. UI is not covered; only event-inteception is covered.
2013-08-26 09:40:05 -04:00
Felix Sun
e6067d8814
Addressed PR comments.
...
Fixed coffeescript event logging error.
Fixed crowdsourced hinter dependence on self.field.append() not working.
2013-08-26 09:40:05 -04:00
Felix Sun
69fbe77dcb
Fixed a rebase error in responsetypes.
...
Fixed a css bug in the hinter.
2013-08-26 09:40:05 -04:00
Felix Sun
4220252055
Fixed terribly annoying issues with back button. Back button is now on
...
the bottom of the hint div, no matter what.
2013-08-26 09:40:05 -04:00
Felix Sun
2d1c9158d8
Added fancy sliding transitions into hint collection page.
2013-08-26 09:40:05 -04:00
Felix Sun
7c93b45d0c
Added wizard / slideshow style hint collection script.
...
Still requires a little polishing, I think.
2013-08-26 09:40:05 -04:00
Felix Sun
64c91cf239
UX improvements to hinting. Interface is now less cluttered.
...
Hint submission is hidden behind a link, if there are hints to vote on.
2013-08-26 09:40:05 -04:00
Felix Sun
f3c3436f41
Addressing more PR comments. Fixed a test that broke when new code came in.
2013-08-26 09:40:04 -04:00
Felix Sun
d6715749dc
Addressed pull request comments.
...
Fixed broken tests.
2013-08-26 09:40:04 -04:00
Felix Sun
e6db6e9ea3
Fixed bug where user isn't asked to submit a hint unless he's seen a hint.
2013-08-26 09:40:04 -04:00
Felix Sun
eb5a90a3ed
Added tests for validate_answer in response types.
2013-08-26 09:40:04 -04:00
Felix Sun
544aa55e43
Added comments to explain confusing field names in crowdsource_hinter.
...
Fixed some pep8 errors.
2013-08-26 09:40:04 -04:00
Felix Sun
e2aea75f16
Fixed a bug in recording hints shown.
...
Removed the answer display next to voting. (This was deemed distracting.)
2013-08-26 09:40:04 -04:00
Felix Sun
d9517ea13e
Fixed tests for removing hash access to hints. Fixed instructor view for same.
2013-08-26 09:40:04 -04:00
Felix Sun
8ce53ed8eb
Got rid of answer signatures - these don't work with approximate answers at all. Instead, implemented comparison-based hint matching.
...
Tests are broken, hint manager is probably broken.
2013-08-26 09:40:03 -04:00
Felix Sun
4ee8111cf4
Fixed monkey-patching persistent state bug.
2013-08-26 09:40:03 -04:00
Felix Sun
6b40c5cf13
Changed hint voting ui to show all hints on one page.
...
Fixed broken tests for hint manager.
2013-08-26 09:40:03 -04:00
Felix Sun
a730f9189b
Fixed numerous 500 errors that result from mal-formatted post requests.
...
Fixed tests to work with symbolic answer changes.
2013-08-26 09:40:03 -04:00
Felix Sun
199b632513
Crowdsourced hinter now supports formula responses. Tests still broken.
2013-08-26 09:40:03 -04:00
Felix Sun
b88c6b8d68
Hinter now works with formula responses. Tests broken.
2013-08-26 09:40:02 -04:00
Felix Sun
c34a81a845
Refactored formula response grader to expose formula-evaluating to outside world.
...
In preparation for adding hints to formula response.
2013-08-26 09:40:02 -04:00
Felix Sun
69380756d2
Fixed tests to work with new vote-tabbing method. Fixed some string-int incompatibility errors.
...
Conflicts:
common/lib/xmodule/xmodule/crowdsource_hinter.py
common/lib/xmodule/xmodule/tests/test_crowdsource_hinter.py
2013-08-26 09:40:02 -04:00
Felix Sun
fc8acb61a3
Changed voting dialog to only display one tab per answer.
...
No tests for this, yet.
Conflicts:
common/lib/xmodule/xmodule/crowdsource_hinter.py
common/templates/hinter_display.html
2013-08-26 09:40:02 -04:00
Giulio Gratta
4e77098859
added course level feature flag for forum alpha sorting as well as tests
2013-08-23 12:59:13 -07:00
Peter Fogg
07d9106c09
Merge pull request #769 from edx/peter-fogg/studio-error-descriptor
...
Allow Studio to display error modules.
2013-08-23 11:51:57 -07:00
Vik Paruchuri
dfb8e9f0e3
Fix max score calculation
2013-08-23 13:48:59 -04:00
Vik Paruchuri
7ff03124d2
pep8, pylint, and more tests
2013-08-23 12:30:18 -04:00
Vik Paruchuri
734843c377
Confirm changed to alert
2013-08-23 11:42:30 -04:00
Will Daly
c680dfdd40
Merge pull request #768 from edx/will/use-mixed-modulestore-in-tests
...
Will/use mixed modulestore in tests
2013-08-23 08:38:09 -07:00
Vik Paruchuri
e142023eed
Add in Studio confirmation box before editing OE problems
2013-08-23 11:32:38 -04:00
Vik Paruchuri
b210346f62
Add in more tests
2013-08-23 11:17:03 -04:00
Vik Paruchuri
4e8b839d14
Merge remote-tracking branch 'origin/master' into fix/vik/oe-state
2013-08-23 10:40:19 -04:00
Vik Paruchuri
3558ce02ae
Properly reset state and test it
2013-08-22 17:50:37 -04:00
Diana Huang
569727e608
Pep8 fixes
2013-08-22 15:58:07 -04:00
Peter Fogg
2466a5f557
Allow Studio to display error modules.
2013-08-22 15:48:49 -04:00
Vik Paruchuri
704650fe38
Merge remote-tracking branch 'origin/master' into fix/vik/oe-state
2013-08-22 15:31:31 -04:00
Vik Paruchuri
26a301f42e
Merge pull request #504 from edx/feature/vik/oe-ui
...
Feature/vik/oe ui
2013-08-22 12:23:29 -07:00
Chris Dodge
46ce931d51
ErrorDescriptors do not have xml_attributes field
2013-08-22 14:50:45 -04:00