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

Show Answer Details in Assessment Statistics Page (Part 3: Past Answers View) #7135

Merged
merged 14 commits into from
Sep 9, 2024

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    bdd4a11 View commit details
    Browse the repository at this point in the history
  2. feat(past_answers): page for all past answers

    - per submission question id
    bivanalhar authored and cysjonathan committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    556f2c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efee42d View commit details
    Browse the repository at this point in the history
  4. refactor(statistics): minor refactoring

    - split pages for answerDisplay between attemptCount and marksPerQuestion
    - create URL for past answers
    - workflow state chip clickable to submission edit page
    - className for using tailwind color for workflow state chip
    bivanalhar authored and cysjonathan committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    908f9f9 View commit details
    Browse the repository at this point in the history
  5. feat(statistics): add comment and link to past answers

    - provide link to past answers and also submission edit page in answer box and past answer page
    - Slider to show timeline of answers (from earliest to most recent one)
    - add comment component into answer box and past answer
    bivanalhar authored and cysjonathan committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    404688f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. refactor(test-cases): refurnish test cases indicator chip

    - differentiate between all passed, some passed and none passed
    - give more information for how many test cases passed
    - fix all indentation and formatting error in BE code
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ca331c8 View commit details
    Browse the repository at this point in the history
  2. test(stats_answer): modify answers controller spec

    - test for API call question_answer_details
    - and also all_answers
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7af71a6 View commit details
    Browse the repository at this point in the history
  3. feat(Prompt): customisable maxWidth

    - for Answer Details, need to use 'lg' to display annotated comments as well
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9ebb042 View commit details
    Browse the repository at this point in the history
  4. feat(stats): include annotations for answer display

    - after annotation is loaded, set into Redux to reduce prop drilling
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    777d0be View commit details
    Browse the repository at this point in the history
  5. feat(past_answers): page for all past answers

    - per submission question id
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8ae3f04 View commit details
    Browse the repository at this point in the history
  6. refactor(statistics): minor refactoring

    - split pages for answerDisplay between attemptCount and marksPerQuestion
    - create URL for past answers
    - workflow state chip clickable to submission edit page
    - className for using tailwind color for workflow state chip
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8c0ab9b View commit details
    Browse the repository at this point in the history
  7. feat(statistics): add comment and link to past answers

    - provide link to past answers and also submission edit page in answer box and past answer page
    - Slider to show timeline of answers (from earliest to most recent one)
    - add comment component into answer box and past answer
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    35baf37 View commit details
    Browse the repository at this point in the history
  8. refactor(stats): only display graded or published

    - add TODO for sliders
    - show total grade only for graded / published
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    00d83b4 View commit details
    Browse the repository at this point in the history
  9. feat(stats-table): priority for undefined to be last

    - bump tanstack table to the last stable version (8.16.0)
    - in the updated version, we can set up the priority for undefined
    bivanalhar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0159eb0 View commit details
    Browse the repository at this point in the history