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+
13const surveyJson = {
24 elements : [ {
35 name : "satisfaction-score" ,
Original file line number Diff line number Diff line change 1010 < link href ="https://unpkg.com/survey-creator-core/survey-creator-core.min.css " type ="text/css " rel ="stylesheet ">
1111 < script src ="https://unpkg.com/survey-creator-core/survey-creator-core.min.js "> </ script >
1212 < 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+
1318
1419 < script type ="text/javascript " src ="index.js "> </ script >
1520</ head >
You can’t perform that action at this time.
0 commit comments