how do you configure survey to skip the "Get Started" screen?

kcf
Tera Expert

how do you configure survey to skip the "Get Started" screen?

we provide a link to the survey in the resolution email.  we dont find any value in the "get started" screen. 

1 ACCEPTED SOLUTION

Mike Patel
Tera Sage

You can update take survey widget or clone widget and change below;

On client Script line 12

c.state = -1; change it to c.sate = 0;

View solution in original post

6 REPLIES 6

Ct111
Giga Sage

I dont think we need to edit code for achieving this.

If you take a look at code it automatically works if you check these two options on your survey

One Click Survey and

 

 

robichka
Tera Contributor

I wanted to update this thread, because of how popular it is in search.

I came across this scenario, and after diving into the take_assessment page/widget code, I discovered ServiceNow has a way to do this easily.  

1. Navigate to "Survey" -> "View Surveys"
2. Use the personalize "Gear" icon to show the "Do no show survey introduction notes" field for your survey definition record
3. Change the value from "false" to "true" will have the effect of disabling the "Get Started" card/button and simply launch into the survey questions.

😎Please mark this as the solution.