You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
We recently updated the SPARKS application to be embeddable in an iframe, and added the very beginning of a postMessage API to allow a host website to pass in their own circuit specification. An example of this can be seen at http://jsfiddle.net/SamFent/Wz35r/1/
We would like to start to extend this API so that we can have more communication between the iframe and the hosting website. As a first feature, we would like to be able to get the current student log.
This way if a teacher embeds Sparks on their own website, they can add a little code to check if the student did any work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We recently updated the SPARKS application to be embeddable in an iframe, and added the very beginning of a postMessage API to allow a host website to pass in their own circuit specification. An example of this can be seen at http://jsfiddle.net/SamFent/Wz35r/1/
We would like to start to extend this API so that we can have more communication between the iframe and the hosting website. As a first feature, we would like to be able to get the current student log.
This way if a teacher embeds Sparks on their own website, they can add a little code to check if the student did any work.
The text was updated successfully, but these errors were encountered: