Background goal
As part of T414710, we are going to run a survey to users with ≤100 cumulative edits who abandon mobile editing sessions after spending ≥2 seconds in either the mobile visual or source editor, we will discover patterns in the reasons behind this behavior and be able to decide what interventions we will prioritize to increase the mobile web edit completion rate.
This task is to implement the survey.
Survey timing
See T423923
Requirements
Target audience
- Wikis: en.wiki
- Start with en.wiki to avoid using time on translations during the initial test
- Platform(s): Mobile web
- Max edit count: ≤100 cumulative edits
- Editing interface(s): mobile VE & mobile source
- Account state: logged in and logged out
Triggering conditions
Show the survey when a user:
- opens a mobile editing session
spends ≥2 seconds in either mobile visual editor or mobile source editor- Context in T422931#11842186.
- leaves the editing experience without publishing a change
- Where "leaves" in this context refers to someone either:
- Explicitly tapping X within the source or visual editor
- Tapping/swiping to navigate back to the previous web page they were viewing
- Where "leaves" in this context refers to someone either:
Survey details
The survey will appear in a bottom sheet after leaving the editor.
- Title:
- What stopped you from editing this article?
- Description:
- Your anonymous feedback will help us improve editing.
- Radios with responses:
- Just exploring
- Not sure how to start editing
- Worried about making a mistake
- Interface felt too complicated
- Tapped edit by accident
- Ran into a technical issue
- Something else
- Button:
- Submit feedback
- Success Toast (if completed the survey)
- Thank you for helping improve Wikipedia editing
Metadata
- For every survey responses that is submitted, we will want to log the following information:
- The editing interface someone was in when they abandoned
- How long the editing interface took for them to load
- Whether they did or did not make a change to the document before abandoning
- Cumulative edit count
- Edit session initiation method (section edit, full-page edit, etc.)
- Account state (logged in / logged out)
- Editing tools used (if using visual)
- Edit session length
Implementation
This survey will be finally implemented using the existing feedback survey method that we're using in Edit Check decline surveys.
This approach will allow us to connect survey responses with edit session data (e.g. tools used, interaction patterns, load times), enabling deeper analysis beyond self-reported feedback.


