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

Coach Quiz Exercise Resources #11682

Merged

Commits on Dec 31, 2023

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

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    cfc1390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e5506 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Flatten createExamRoutes

    Co-authored-by: Allan Otodi Opeto <otodi.allan1@gmail.com>
    nucleogenesis and AllanOXDi committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c60c985 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. refactoring fetching and annotation of contents

    splits the business of fetching (and fetching more) in the fetchTree
    method into its own module
    
    then another new module repurposes code from useExerciseResources and
    leverages the new useFetchTree module to fetch the contents and
    annotate them as needed for navigation the content tree specifically for
    use with quizzes
    
    useFetchTree (at least tries) to straightforwardly provide the intial
    fetch of content while keeping itself up-to-date whenever the user
    fetches more
    nucleogenesis committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f2068fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a4430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439a575 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f696ade View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    3a75f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7033034 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 18, 2024

  1. fixes galore

    - use kolibri.lib.logging in place of console.*
    - remove unneeded console.logs
    - add guidance re: private variables
    - remove unused search-related business
    - fix bookmarks route (no topic_id)
    - remove unused pagename constants
    - code cleanup thanks to @rtibbles suggestions
    - improved comments
    - indicated follow-up issues where commented-out TODO work remains
    nucleogenesis committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    74c1d33 View commit details
    Browse the repository at this point in the history
  2. remove unused handler

    nucleogenesis committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0d5b89d View commit details
    Browse the repository at this point in the history