Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.96 KB

TODO.md

File metadata and controls

37 lines (31 loc) · 1.96 KB

TODO

  1. Inclusion of word cloud functionality?
  • word cloud EDA
  1. Move actions page for downloading actions to dashboard
  2. Add word cloud pre-processing:
  • spell-check (check out hunspell R package)
  • stemming
  1. Add interactive display of clustering algorithm results (rows: questions of a lab; columns: students; tiles colored according to (maximum a posteriori) cluster assignment
  • Need to be able to either specify number of clusters or let the algorithm choose according to some criterion (e.g., BIC)
  • Use of von Mises mixture model; port to JavaScript? for now, provide R interface to receive document-term matrix and return a list of cluster assignments
  1. For dendograms, add hierarchical clustering with minmax linkage

  2. Directory structure or keyword tagging for lessons? Make it easier to navigate a larger course

  3. Assessments:

  • Add progress metric for each lesson
  • New info tables actionable (scores, tags, extensions)
  • Logging scores in pre-existing components
  • Update translation keys
  • Weird bug freezing edit lesson metric modal
  • [ ] <HIGH> Initialize activeComponents cache
    
  • [ ] <HIGH> Add multiples policy to metric UI and remove from compute modal
    
    • Enter lots of data for testing through the UI
    • validation of rule parameters
    • edit_lesson_metric_modal: Unclicking shared rule after changing rule should leave lower rules at last shared value
    • Add 'metric_order' endpoint
    • Generalize coverage to support patterns and types
    • More salient namespace title on assessments screen (among others)
    • Make time filters relative to course start

Some potential changes:

  1. Definition of a 'term' course-wide (e.g., semester start and end) and 'academic year'.

    If so, could offer possible defaults for time restrictions; also calendar year.