1. 13 Sep, 2013 1 commit
    • Queryable student module app · e054f6df
      Makes new tables that are queryable to get aggregate data on student per
      problem information and student grades at three levels: overall course,
      assignment type, and assignment.
      
      Provides UI in instructor dashboard to view student metrics using
      class_dashboard app.
      
      Remove primary keys from queryable tables
          De-normalize user info of id, username and name into queryable tables.
      
      Make all tests pass
      
      * use default parameter	in get_or_create for non-unique-together
        values
      * properly set module_state_key
      
      Conflicts:
      	lms/envs/test.py
      Kristin Stephens committed
  2. 12 Sep, 2013 21 commits
  3. 11 Sep, 2013 14 commits
  4. 10 Sep, 2013 4 commits