Page MenuHomePhabricator

Leveling Up: try new task post-edit dialog (logic change to 3 suggested edits)
Closed, ResolvedPublic

Description

This is a minor logic change to T322386: Leveling up: "Try a new task" dialog, guided by initial experiment results.

User story & summary:

As a new editor completing Suggested Edits, I want to receive the "try new task" post-edit dialog and "Level Up", so that I feel like I'm making progress and continue editing

Background & research:

This task is important because Leveling Up analysis shows that few users are meeting the "5 tasks of the same type" threshold to receive the Leveling Up: try new task dialog, so we want to experiment with a lower threshold.

If we lower the edit threshold to "three suggested edits of one type", this should roughly double the number of new editors that receive the "Leveling Up" post edit dialog. Given the high click through rate and successful edits that result from this post-edit dialog, it seems likely that it will appeal and be successful with a wider audience.

Design:

Screenshot 2023-10-12 at 5.16.27 PM.png (816×736 px, 171 KB)

Figma designs for Positive Reinforcement.

Acceptance Criteria:

Given I am an editor with Growth features enabled,
When I complete a third Suggested edit of a specific task type,
Then I receive the try new task post-edit dialog

Event Timeline

KStoller-WMF renamed this task from Leveling Up: try new task post-edit dialog to Leveling Up: try new task post-edit dialog (logic change to 3 suggested edits).Oct 13 2023, 12:27 AM
KStoller-WMF moved this task from Inbox to Backlog on the Growth-Team board.

Change 966589 had a related patch set uploaded (by Urbanecm; author: Urbanecm):

[mediawiki/extensions/GrowthExperiments@master] Change GELevelingUpManagerTaskTypeCountThresholdMultiple to 3

https://gerrit.wikimedia.org/r/966589

Uploaded a change of the configuration default value. Once CR'ed, it'll ride the train (we can backport if we're in a hurry). Moving to CR!

Change 966589 merged by jenkins-bot:

[mediawiki/extensions/GrowthExperiments@master] Change GELevelingUpManagerTaskTypeCountThresholdMultiple to 3

https://gerrit.wikimedia.org/r/966589

@Urbanecm_WMF - is it enabled on cswiki beta? I tried it out and did not get the leveling up post-edit dialog box for any number of edits.

Hi @Etonkovidova, it should be (shell.php says GELevelingUpManagerTaskTypeCountThresholdMultiple has the expected value of 3 there). Maybe there's no available task type to suggest based on your topics and task types you've already tried before? If that doesn't bring the post edit panel to life, please feel free to ping me and I can investigate further.

Hi @Etonkovidova, it should be (shell.php says GELevelingUpManagerTaskTypeCountThresholdMultiple has the expected value of 3 there). Maybe there's no available task type to suggest based on your topics and task types you've already tried before? If that doesn't bring the post edit panel to life, please feel free to ping me and I can investigate further.

Thx, @Urbanecm_WMF! I re-tested and all seems to be fine (I guess it was some beta cluster glitch).

Checked in testwiki wmf.2 - the Leveling up post-edit dialog appears after three suggested edits as expected.