Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Refactor Component API #1099

Merged
merged 31 commits into from Nov 13, 2020
Merged

Refactor Component API #1099

merged 31 commits into from Nov 13, 2020

Commits on Oct 28, 2020

  1. ignore .nova files

    runestonetest committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2aeddf0 View commit details
    Browse the repository at this point in the history
  2. WIP

    runestonetest committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e988795 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    435bc90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0f4a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d7d79e View commit details
    Browse the repository at this point in the history
  4. mark fitb as answered

    runestonetest committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    36a9edb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ade703 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cceddf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    7a1299a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fe083 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'save_current' of ssh://rsdev/home/bmiller/Runestone/Run…

    …estoneComponents into save_current
    runestonetest committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ba07708 View commit details
    Browse the repository at this point in the history
  4. Add chec/log currentAnswer to rest

    refactoring continue to provide a standard interface all components.
    runestonetest committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    63b5981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    588ec71 View commit details
    Browse the repository at this point in the history
  6. Fix: drag labels lost

    runestonetest committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    75a4074 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8853c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4ff777 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Lots of exam testing

    Mostly work on the new API for components and testing them in and out of exam mode.
    runestonetest committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    a925bad View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    e29a4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1da2eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e83791a View commit details
    Browse the repository at this point in the history
  4. Add async declarations

    runestonetest committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    04b0da2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Fixes

    * selectquestion now works with new activecode format
    * More reliable way to ensure questions are displayed properly
    runestonetest committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7822722 View commit details
    Browse the repository at this point in the history
  2. Further simplify

    * **Success** the component_factory is now consistent for all except selectquestions
    runestonetest committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    69234e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe27cdc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    bc58be3 View commit details
    Browse the repository at this point in the history
  2. Clean and DRY

    runestonetest committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c3dda23 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    57d474f View commit details
    Browse the repository at this point in the history
  2. Testing % calculations

    runestonetest committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    cff0d59 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. checkpoint

    runestonetest committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    faedd19 View commit details
    Browse the repository at this point in the history
  2. Add eslint

    runestonetest committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e75c12d View commit details
    Browse the repository at this point in the history
  3. Refactor grader and feedback

    Big refactoring of the grade function.  Took out all of the feedback code and moved it to render feedback.
    runestonetest committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c24093d View commit details
    Browse the repository at this point in the history