| Column | Description |
|---|---|
num_started | Users who started the course in the window |
num_completed | Users who completed the course in the window |
baseline_accuracy_pct | % of pre-lesson quiz answers that were correct across all users. Null if baseline quizzes are not enabled for the course. |
endline_accuracy_pct | % of post-lesson quiz answers that were correct across all users |
- To adjust the time window, replace
'28' daywith your preferred interval - Comparing
baseline_accuracy_pcttoendline_accuracy_pctgives a measure of learning gain — the increase in accuracy after completing the course - Courses with no quiz activity will return null accuracy values and can be filtered out with
WHERE ucp.num_endline_answers_correct + ucp.num_endline_answers_incorrect > 0