1. 16 Jul, 2014 1 commit
    • Update the edit rubric templates to include both a name and label for criteria and options · 1e49572f
      Update container JS to retrieve both name and label for criteria and options
      
      Update schema to make 'name' optional and 'label' required; the XBlock editor handler assigns UUIDs to criteria and options that don't have names
      
      Assign labels to criteria/options if they do not have any
      
      Update the grade template to display criteria/option labels if they're provided, otherwise use the 'name' field
      
      Update student facing rubric templates to display the label if it's available
      
      Add label field to XML problem definition.
      
      Add label field to assessment
      
      Add label field to the data dump script.
      
      Update the turbo mode template to use option labels
      
      Exclude the "name" key for new criteria and options in the JSON dict sent to the server.
      Default new option points to 1 instead of NaN
      
      Add data migration to fill in labels with default values
      Will Daly committed
  2. 09 Jun, 2014 1 commit
  3. 02 May, 2014 1 commit
    • Generate assessment and submission CSV data. · 2626a75a
      Added management command to upload archive of CSV data to S3
      Add a scenario with unicode in all rubric strings
      Add tests for unicode CSV reports
      Added progress indicator to upload management command
      Optimize database queries for CSV reports.
      Fix issue with duplicate assessment feedback options.
      Will Daly committed