Graphing class enrollments over time

Does anyone know where in the database I could find the tables that pertain to when people signed up for a specific course? I’d like to graph the rise in enrollment in courses over time and look for spikes in response to external things like social media.

(Does Cairn perhaps show this already?)

Note: my question is different than this one in that I’m not interested in the overall site enrollments, but rather specific class enrollments.

Hi @John!
It’s in the student_courseenrollment table. The created field holds the timestamp of the enrollment. It also has course_id and user_id fields.

Thanks once again @Andres.Aulasneo !

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.