|
|
@@ -55,7 +55,6 @@ class SurveyFactory {
|
|
55
|
55
|
mutatedResponseKeys = this._sortSurveySteps(mutatedResponseKeys, allSteps['usa'])
|
|
56
|
56
|
// Splash page is placed at beginning of survey
|
|
57
|
57
|
mutatedResponseKeys.unshift(splash)
|
|
58
|
|
- console.log('mutatedResponseKeys >>', mutatedResponseKeys)
|
|
59
|
58
|
return mutatedResponseKeys
|
|
60
|
59
|
}
|
|
61
|
60
|
async getQuestions() {
|