This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> | |
window.onload = function() { | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"title": "Sample JSON activity", | |
"show_oscilloscope": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1>Example script-authored SPARKS circuit</h1> | |
<iframe id="iframe" src="http://sparks.portal.concord.org/sparks-content/embeddable.html#postMessage" width="800px" height="500px"></iframe> | |
<p>Check out this cool circuit from <a href="http://sparks.concord.org">http://sparks.concord.org</a>!</p> | |
<script type="text/javascript"> | |
window.onload = function() { | |
iframe = document.getElementById('iframe'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1>Example script-authored SPARKS circuit</h1> | |
<iframe id="iframe" src="http://sparks.portal.concord.org/sparks-content/embeddable.html#postMessage" width="800px" height="500px"></iframe> | |
<p>Check out this cool circuit from <a href="http://sparks.concord.org">http://sparks.concord.org</a>!</p> | |
<script type="text/javascript"> | |
window.onload = function() { | |
iframe = document.getElementById('iframe'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> | |
document.onload = function() { | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"title": "Sample JSON activity", | |
"show_oscilloscope": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> | |
document.onload = function() { | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"title": "Sample JSON activity", | |
"show_oscilloscope": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> | |
document.onload = function() { | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"title": "Sample JSON activity", | |
"show_oscilloscope": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"title": "Sample JSON activity", | |
"show_oscilloscope": "true", | |
"showComponentDrawer": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"title": "Sample JSON activity", | |
"show_oscilloscope": "true", | |
"showComponentDrawer": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
document.onload = function() { | |
iframe = document.getElementById('iframe'); | |
activity = { | |
"_id": "activity", | |
"show_oscilloscope": "true", | |
"showComponentDrawer": "true", | |
"circuit": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1>Example embedded SPARKS circuit</h1> | |
<iframe src="http://sparks.portal.concord.org/sparks-content/embeddable.html#rlc-draggable" width="800px" height="500px"></iframe> | |
<p>Check out this cool circuit from <a href="http://sparks.concord.org">http://sparks.concord.org</a>!</p> | |
</body> | |
</html> |