-
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
Question Level Student Statistics Table (Part 2: Attempt Count) #7084
Commits on Apr 1, 2024
-
refactor assessment statistics
- modify redux to support marks per question - change the flow of the pages
Configuration menu - View commit details
-
Copy full SHA for 1957c01 - Browse repository at this point
Copy the full SHA 1957c01View commit details -
simplify controller and API Call
- combine ancestor info and marks per question into main statistics - remove all unnecessary controllers
Configuration menu - View commit details
-
Copy full SHA for 1e310d4 - Browse repository at this point
Copy the full SHA 1e310d4View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b54d4fb - Browse repository at this point
Copy the full SHA b54d4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77035e - Browse repository at this point
Copy the full SHA f77035eView commit details -
performance improvement and refactoring
- use SQL to fetch all answers with all its relevant information - autograded definition to be at least one question autogradable
Configuration menu - View commit details
-
Copy full SHA for 12ec082 - Browse repository at this point
Copy the full SHA 12ec082View commit details -
resolve n+1 issue in group names and refactor
- instead of sending group as list of names, now it's list of strings
Configuration menu - View commit details
-
Copy full SHA for cbbda90 - Browse repository at this point
Copy the full SHA cbbda90View commit details -
refactor(reference time): extract end_at from SQL
for performance efficiency while getting statistics
Configuration menu - View commit details
-
Copy full SHA for a6cf1cd - Browse repository at this point
Copy the full SHA a6cf1cdView commit details
Commits on Apr 3, 2024
-
fix(error): fix the following bug
- accessing attribute from null object should return null instead of throwing error - remove memo from BarChart - resolve n+1 problem in generating group's name - adding legend to the colors used in statistics table
Configuration menu - View commit details
-
Copy full SHA for 0773e01 - Browse repository at this point
Copy the full SHA 0773e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4138a9c - Browse repository at this point
Copy the full SHA 4138a9cView commit details