Test survey should be configured as follows:
Survey details
Language | Audience | Coverage | Content | Design |
---|---|---|---|---|
ca -- Catalan | Logged-in editors with at least 5 edits | 0.2 (20%) | TBD | TBD |
fa -- Persian | Logged-in editors with at least 5 edits | 0.1 (10%) | TBD | TBD |
Content and designs available once translations are ready
Acceptance criteria
- The PHP configuration for the survey is
[ // T296657 'name' => 'internal-gdi-safety-survey', 'type' => 'internal', 'layout' => 'single-answer', 'question' => 'ext-quicksurveys-internal-gdi-safety-survey-question', 'privacyPolicy' => 'ext-quicksurveys-internal-gdi-safety-survey-privacy-policy', 'answers' => [ 'ext-quicksurveys-internal-gdi-safety-survey-answer-positive', 'ext-quicksurveys-internal-gdi-safety-survey-answer-negative', 'ext-quicksurveys-internal-gdi-safety-survey-answer-neutral', ], 'audience' => [ // T297623 'minEdits' => 5 ], 'enabled' => true, 'coverage' => 0.2, // T296486 'platforms' => [ 'desktop' => [ 'stable' ], 'mobile' => [ 'stable', 'beta' ], ], ],
- The survey has been tested out locally