File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
get-started-analytics/html-css-js
get-started-creator/html-css-js Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ Survey . slk ( "YjA3ZGFkZTMtNjU5NS00YTYxLTkzZmEtYWJiOThjMWVhNjk3JmRvbWFpbnM6c3VydmV5anM7MT0yMDM0LTEwLTE2LDI9MjAzNC0xMC0xNiw0PTIwMzQtMTAtMTY=" ) ;
2
+
1
3
const surveyJson = {
2
4
elements : [ {
3
5
name : "satisfaction-score" ,
Original file line number Diff line number Diff line change 10
10
< link href ="https://unpkg.com/survey-creator-core/survey-creator-core.min.css " type ="text/css " rel ="stylesheet ">
11
11
< script src ="https://unpkg.com/survey-creator-core/survey-creator-core.min.js "> </ script >
12
12
< script src ="https://unpkg.com/survey-creator-js/survey-creator-js.min.js "> </ script >
13
+
14
+ <!-- Enable Ace Editor in the JSON Editor tab -->
15
+ < script src ="https://unpkg.com/ace-builds/src-min-noconflict/ace.js "> </ script >
16
+ < script src ="https://unpkg.com/ace-builds/src-min-noconflict/ext-searchbox.js "> </ script >
17
+
13
18
14
19
< script type ="text/javascript " src ="index.js "> </ script >
15
20
</ head >
You can’t perform that action at this time.
0 commit comments