- 21 Feb, 2014 3 commits
-
-
HTML Templates: Update Term References & Problem Results UI
Brian Talbot committed -
TIM-125: Pull request fixups
David Ormsbee committed -
* Fixes to method names requested on the PR
Joe Blaylock committed
-
- 20 Feb, 2014 4 commits
-
-
Brian Talbot committed
-
Brian Talbot committed
-
TIM-125: Students completing scoring see results
Joe Blaylock committed -
* When a score becomes available for a student (i.e., when they have completed the minimum number of peer assessments and have received enough assessments to their submission), it is shown to the student. * XXX: As an interim fix to not having thought through all the cases around multiple existing submissions, this commit disallows making multiple submissions. * Refactoring of XBlock view to devolve functionality into smaller pieces - this is interim work until there's a better workflow layer (or perhaps it can be the prep for that.) * TODO: since overgrading should be baked in, we should still show them their assessment page.
Joe Blaylock committed
-
- 18 Feb, 2014 1 commit
-
-
xblock lms integration for TIM
Stephen Sanchez committed
-
- 14 Feb, 2014 6 commits
-
-
Stephen Sanchez committed
-
Basic/Static Application HTML
Brian Talbot committed -
* basic app skeleton HTML * response HTML * peer evaluations * self evaluation * grade status * UI messages
Brian Talbot committed -
Stephen Sanchez committed
-
Stephen Sanchez committed
-
Conflicts: apps/openassessment/xblock/openassessmentblock.py
Stephen Sanchez committed
-
- 13 Feb, 2014 2 commits
-
-
TIM-126: Peer criteria support explanations
Joe Blaylock committed -
* Rubric criteria options now support an optional <explain> child, which is used as explanatory text for that particular criterion option, e.g.: 5 - Very Well (indicates intelligent use of persuasive argument to, etc etc.) * Sample explanations added to the Poverty sample rubric to show them in use. * parse_xml now calls external rubric parser to make testing easier * basic unit tests for xml parsing confirm things seem to work * max available points calculated at rubric ingestion time nowJoe Blaylock committed
-
- 12 Feb, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 10 Feb, 2014 4 commits
-
-
Sanchez/xblock peer eval
Stephen Sanchez committed -
Stephen Sanchez committed
-
Stephen Sanchez committed
-
In addition to the score API cleanup, there is doc, test fixes, and some refactoring around API use.
Stephen Sanchez committed
-
- 07 Feb, 2014 6 commits
-
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
Make Submission Admin page more useful by inlining student item and scores
David Ormsbee committed -
David Ormsbee committed
-
Stephen Sanchez committed
-
David Ormsbee committed
-
- 06 Feb, 2014 6 commits
-
-
Stephen Sanchez committed
-
* TIM-39 partial: peer evaluators being shown other students' submissions and a rubric, and feedback in the form of radio buttions is being solicited. This is *mostly* plumbed through to the API. * TIM-53 complete * TODO: Needs tests, needs rubric_criteria refactoring Co-authored-by: Joe Blaylock <jrbl@jrbl.org>
Stephen Sanchez committed -
Jrbl/xblock submit return type
Joe Blaylock committed -
* Removed commented-out nascent Rubric model implementation
Joe Blaylock committed -
* Basic parsing of XML rubric's in @ormsbee's proposed format * Rubrics displayed to user after they've made at least one submission * Multiple rubrics on the workbench with different evaluation criteria
Joe Blaylock committed -
Creating a debug page for evaluations.
Stephen Sanchez committed
-
- 05 Feb, 2014 7 commits
-
-
* Updates to API error checking and reporting to make it possible to report error conditions back to the user (though in production we'll generally not want to burden them with this information.) * CSS and javascript fixes to reflect same. * Beginning of HTML escaping of prompts introduced, but that part is incomplete as yet.
Joe Blaylock committed -
Stephen Sanchez committed
-
WIP: Outlining the API intended for Peer Grading Workflow.
Stephen Sanchez committed -
Stephen Sanchez committed
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-