1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <!DOCTYPE html>
| <html lang="en">
| <head>
| <meta charset="UTF-8">
| <title>MC IDE Example</title>
| </head>
| <body>
|
| <script src="mathcoach-ide-tool-utils.js"></script>
| <script>
| console.log(window.MC_IDE_TOOL_UTILS);
| </script>
| </body>
| </html>
|
|