try to improve the scores pages
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
We need to rework the scores pages for all of the app exams. we need to try to make sure that we keep all of the content that currently exists but display it in a more usable format. at the same time we need to optimise the request as for some of the app with large number of users this results in a huge number of sql queries. it may be sensible to split some of the page content into different sections that can be loaded via htmx partials (so that they are also reusable elsewhere).
|
||||
Remove the cache links such as "refresh the scores" if they are no longer required.
|
||||
|
||||
At the same time we need to have a look at how the scores are calculated, some of the apps currently use exam caching. if possible we want to avoid this, if not we want it to be fully transparent to the end user.
|
||||
Load the stats panels as htmx partials. please also add additional stats that would be useful and style it more nicely.
|
||||
|
||||
the anatomy app features a new marking mode mark2. we want to port a similar new marking mode to the rapids app. it should be styled in a similar way to the mark2 mode in anatomy and bring across any new features (that are applicable)
|
||||
|
||||
Both the candidate list and the answers table should allow filtering by candidates to allow them to be quickly viewed.
|
||||
Reference in New Issue
Block a user