Skip to content

Commit 0e0ff02

Browse files
committed
Update examples
1 parent 6712cb1 commit 0e0ff02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

get-started-analytics/html-css-js/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Survey.slk("YjA3ZGFkZTMtNjU5NS00YTYxLTkzZmEtYWJiOThjMWVhNjk3JmRvbWFpbnM6c3VydmV5anM7MT0yMDM0LTEwLTE2LDI9MjAzNC0xMC0xNiw0PTIwMzQtMTAtMTY=");
2+
13
const surveyJson = {
24
elements: [{
35
name: "satisfaction-score",

get-started-creator/html-css-js/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
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>

0 commit comments

Comments
 (0)