- 30 Mar, 2014 3 commits
-
-
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
-
- 28 Mar, 2014 13 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
-
Will Daly committed
-
Preserve line breaks in prompt
Will Daly committed -
Will Daly committed
-
Fix 500 error when self-assessment has default dates
Will Daly committed -
Add UI styling for course staff, including collapse/expand. Cache student item when retrieving submission and student item. Protect against invalid cache key exceptions. Update test suite to clear cache between tests. Add composite index for AssessmentWorkflow student item fields
Will Daly committed -
Will Daly committed
-
Changing is_open to is_closed. We're negative like that.
Stephen Sanchez committed
-
- 27 Mar, 2014 22 commits
-
-
UI Clean Up - Small Tweaks
Brian Talbot committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Stephen Sanchez committed
-
Performance changes for staggered deadlines
Stephen Sanchez committed -
This change improves the query when you have 35,000 open peer workflows and 0 assessments. Performance appears to still be good for a fluid workflow as well.
Stephen Sanchez committed -
TIM-337: Feedback on assessment UI
Will Daly committed -
Adding start date validation to assessment modules
Stephen Sanchez committed -
Sylvia/ora2/tim 384
srpearce committed -
Sylvia Pearce committed
-
Stephen Sanchez committed
-
Acknowledge Submission Deadline
Stephen Sanchez committed -
Will Daly committed
-
- 26 Mar, 2014 2 commits
-
-
Stephen Sanchez committed
-
* provides static states for submission cases * adds in abstracted system-feedback sass partial * adds in starter animation sass partial * syncs up loading style for steps with standards * moves message UI archetypes/variables to the xblock level of Sass architecture Move JS grade step into a separate file Feedback on submission UI wiring
Brian Talbot committed
-