add renderer test for student performance subject comparison#312
add renderer test for student performance subject comparison#312AviraL0013 wants to merge 6 commits intoanimint:masterfrom
Conversation
tdhock
left a comment
There was a problem hiding this comment.
your code should show interaction, clickID()
in your video please try line by line execution so we can see the web browser before and after clickID()
| info$html, | ||
| '//text[contains(text(), "Subject Performance Comparison")]' | ||
| ) | ||
| expect_true(length(titles) > 0) |
There was a problem hiding this comment.
you should change expect_true to expect_ something more specific
|
Hi @tdhock, Thank you for the review! I have addressed both points:
All 13 tests pass locally: Screencast will be added shortly. |
|
thanks, but the video does not work for me in the comment. |
|
So Sorry about that! There was a voice glitch in the video. |
|
Hi @tdhock, Please find the screencast here: The video shows:
Thank you for your patience! |
Renderer Test: Student Performance Subject Comparison
This PR adds a renderer test based on a subject comparison plot from
my Student Performance Analytics Dashboard built with animint2.
Visualization
The test renders a subject comparison bar chart showing mean grades
per subject (Mathematics, Physics, Chemistry, Biology, English, History)
with individual student grade points overlaid. The semester selector
allows filtering by semester.
What the test verifies
How to run
Result
PASS 11 | FAIL 0 | WARN 0 | SKIP 0
Screencast
demo.1.mp4
@tdhock Please review :)