Hi I'm trying to determine a user's test result (score) by looking up what score the user got on each of the questions submitted
The events are as follows:
A Test Attempt defines one user's attempt at a particular test and generally contains their result on that test. The Question Attempts tracks how the user performed on each question of that test attempt
Ideally I want to SUM the Question Score, grouped by Test Attempt ID
Is this possible through any of the UI reports?