-
Notifications
You must be signed in to change notification settings - Fork 78
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
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdd4a11 - Browse repository at this point
Copy the full SHA bdd4a11View commit details -
feat(past_answers): page for all past answers
- per submission question id
Configuration menu - View commit details
-
Copy full SHA for 556f2c4 - Browse repository at this point
Copy the full SHA 556f2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for efee42d - Browse repository at this point
Copy the full SHA efee42dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 908f9f9 - Browse repository at this point
Copy the full SHA 908f9f9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 404688f - Browse repository at this point
Copy the full SHA 404688fView commit details
Commits on Sep 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for ca331c8 - Browse repository at this point
Copy the full SHA ca331c8View commit details -
test(stats_answer): modify answers controller spec
- test for API call question_answer_details - and also all_answers
Configuration menu - View commit details
-
Copy full SHA for 7af71a6 - Browse repository at this point
Copy the full SHA 7af71a6View commit details -
feat(Prompt): customisable maxWidth
- for Answer Details, need to use 'lg' to display annotated comments as well
Configuration menu - View commit details
-
Copy full SHA for 9ebb042 - Browse repository at this point
Copy the full SHA 9ebb042View commit details -
feat(stats): include annotations for answer display
- after annotation is loaded, set into Redux to reduce prop drilling
Configuration menu - View commit details
-
Copy full SHA for 777d0be - Browse repository at this point
Copy the full SHA 777d0beView commit details -
feat(past_answers): page for all past answers
- per submission question id
Configuration menu - View commit details
-
Copy full SHA for 8ae3f04 - Browse repository at this point
Copy the full SHA 8ae3f04View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8c0ab9b - Browse repository at this point
Copy the full SHA 8c0ab9bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 35baf37 - Browse repository at this point
Copy the full SHA 35baf37View commit details -
refactor(stats): only display graded or published
- add TODO for sliders - show total grade only for graded / published
Configuration menu - View commit details
-
Copy full SHA for 00d83b4 - Browse repository at this point
Copy the full SHA 00d83b4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0159eb0 - Browse repository at this point
Copy the full SHA 0159eb0View commit details