Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for forum interaction events #306

Closed
bmtcril opened this issue Jun 6, 2023 · 2 comments
Closed

Add support for forum interaction events #306

bmtcril opened this issue Jun 6, 2023 · 2 comments
Assignees

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Jun 6, 2023

The default platform forums send several tracking log events. We'd like to capture these for engagement reporting someday. The full list of events is here: https://docs.openedx.org/en/latest/developers/references/internal_data_formats/tracking_logs/student_event_types.html#discussion-forum-events

I think we're particularly interested in the *.viewed, *.created, and *.voted events to start with.

@ziafazal ziafazal self-assigned this Jul 7, 2023
@ziafazal
Copy link
Contributor

ziafazal commented Jul 7, 2023

@bmtcril I'm trying to find appropriate verbs for these events

edx.forum.thread.created
edx.forum.thread.viewed
edx.forum.thread.edited
edx.forum.thread.deleted

I have found these existing verbs. are these verbs are fine or we should create our own in open edx profile?
posted for edx.forum.thread.created
viewed for edx.forum.thread.viewed
edited for edx.forum.thread.edited
deleted for edx.forum.thread.deleted

@bmtcril
Copy link
Contributor Author

bmtcril commented Jul 7, 2023

@ziafazal those seem reasonable to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants