Feature summary (what you would like to be able to do and where):
- QuickSurveys supports logging an event when a survey is shown, and recording survey results to an EventLogging schema. We tend to discourage the latter because of T256463#7804579
- WikimediaEvents is the defacto place for EventLogging in WMF product to occur so all event logging code should move there. We should use a mw.track inside QuickSurveys
Benefits (why should this be implemented?):
- Easier for people to get setup with QuickSurveys - no need to install EventLogging unless you are explicitly working on the data collection portion
- Better code organization - having the event logging code in WikimediaEvents alongside other event logging code is beneficial.