Summing User Test Scores by Attempt ID: A Guide to UI Reports
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:
Test Completed event
Test ID
Test Attempt ID
Question Attempt event
Test ID
Test Attempt ID
Question ID
Question Score ( 0 - 3)
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?