Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2376. Reimplement student_quizzes_controller.rb #64

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    0cc051b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Add columns for Question

    scjaje committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    5f899c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907a3ec View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Create test factories

    scjaje committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    704a3c8 View commit details
    Browse the repository at this point in the history
  2. Create show route test

    scjaje committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dd6562d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    923bc44 View commit details
    Browse the repository at this point in the history
  4. Create test for updating quiz

    scjaje committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    179e72f View commit details
    Browse the repository at this point in the history
  5. Create delete test

    scjaje committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a28bd02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20415e5 View commit details
    Browse the repository at this point in the history
  7. Edit calculate score test

    scjaje committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5f1f01f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Added test skeleton for student_quizzes_controller

    We had a lot of coverage on our own.  Took the guts of our test and placed them in the appropriate skeleton test.
    SteveEaston committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    515eb77 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    ec46c31 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    e2ce809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d80d0f1 View commit details
    Browse the repository at this point in the history
  3. Update student_quizzes_controller_spec.rb 25 of 36 tests working

    Took out private method testing
    SteveEaston committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ea20cdd View commit details
    Browse the repository at this point in the history
  4. student_quizzes_controller_spec only 4 tests failing

    29 of 33 are passing
    SteveEaston committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    6b74ffc View commit details
    Browse the repository at this point in the history