- 02 Apr, 2014 1 commit
-
-
Display submission deadline in template, not problem deadline.
Will Daly committed
-
- 01 Apr, 2014 7 commits
-
-
Hide formatted due date in submission if it's not provided
Will Daly committed -
Updating the Assessment Models
Stephen Sanchez committed -
Will Daly committed
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
Fix TIM-381: Invisible Self Assessment errors
Joe Blaylock committed -
* Corrects bad div class * Adds tests to catch this in future
Joe Blaylock committed
-
- 31 Mar, 2014 16 commits
-
-
FIX - Inline Error Message Display
Brian Talbot committed -
* aligning text to be left-justified * adjusting color of paragraph copy to inherit from parent * moving all message styling to _system-feedback.scss partial
Brian Talbot committed -
FIX - Staff Info UI Title Display
Brian Talbot committed -
Brian Talbot committed
-
FIX - TIM-408
Brian Talbot committed -
Brian Talbot committed
-
FIX - TIM-344
Brian Talbot committed -
Add datadog instrumentation
Will Daly committed -
Brian Talbot committed
-
Make Google font URLs work under HTTPS
Will Daly committed -
Will Daly committed
-
Add more info to manually created scoring analytics event.
David Ormsbee committed -
Prevent duplicate submissions on client side by disabling submit button
Will Daly committed -
Will Daly committed
-
Will Daly committed
-
Allow Criteria and CriterionOption name changes
Stephen Sanchez committed
-
- 30 Mar, 2014 9 commits
-
-
David Ormsbee committed
-
Validation check for duplicate criteria and options
Will Daly committed -
Will Daly committed
-
Change config key from EDX_TIM to EDX_ORA2
David Ormsbee committed -
Hide course staff debug info in studio preview
Will Daly committed -
Will Daly committed
-
David Ormsbee committed
-
Show item_id (location) in Course Staff Debug section.
David Ormsbee committed -
It's cumbersome to get otherwise, and staff will want it for state resetting (if it comes to that).
David Ormsbee committed
-
- 29 Mar, 2014 1 commit
-
-
No longer supports re-ordering of options and criteria, but allows name change.
Stephen Sanchez committed
-
- 28 Mar, 2014 6 commits
-
-
Add event and INFO level logging.
David Ormsbee committed -
This introduces a few features: * INFO level logging on common events like creating or fetching submissions and assessments. * Parallel event logging for the same. * Creates a local logs/ directory for development. For the most part, we rely on XBlock's publish() mechanism to emit event data. However, because scoring is done at the API layer in a way that is not directly visible to the OpenAssesmentBlock, we're logging that event separately with a hacky solution that dynamically loads an emit function based on a configuration value. This is a stopgap measure until we can start using the edX analytics API (which is still in testing). TIM-260, TIM-378
David Ormsbee committed -
Course staff can see counts
Will Daly committed -
Change scenario due date to be in the future and minor changes to prompt text.
David Ormsbee committed -
Revert setup.py name change back to ora2
Will Daly committed -
David Ormsbee committed
-