mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Update user-guiding survey IDs
This commit is contained in:
parent
432960c161
commit
fbcc76160b
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@ const api = require('./api');
|
|||
const sample = require('lodash.sample');
|
||||
|
||||
const USER_GUIDING_ID = process.env.USER_GUIDING_ID;
|
||||
const AUTONOMY_SURVEY_ID = 3048;
|
||||
const RELATIONSHIP_SURVEY_ID = 3049;
|
||||
const JOY_SURVEY_ID = 3050;
|
||||
const COMPETENCE_SURVEY_ID = 3045;
|
||||
const AUTONOMY_SURVEY_ID = 3677;
|
||||
const RELATIONSHIP_SURVEY_ID = 3678;
|
||||
const JOY_SURVEY_ID = 3679;
|
||||
const COMPETENCE_SURVEY_ID = 3676;
|
||||
const EDITOR_INTERACTION_SURVEY_IDS = [COMPETENCE_SURVEY_ID, JOY_SURVEY_ID];
|
||||
|
||||
const CONDITIONS = {condition_list: [
|
||||
|
|
Loading…
Reference in a new issue