Skip to content
Discussion options

You must be logged in to vote

Update: I have figured out how to code the experiment without using XML. I created two custom plugins, each one derived from the canvas-keyboard-response plugin. Within the first plugin, I use a web storage API function to log the selected canvases, by element ID, in the user's browser (e.g., sessionStorage.setItem("c1", canvasIDs[0])). Then, in the second plugin, I just retrieve the canvas data from the browser (e.g., sessionStorage.getItem("c1")).

Thank you, everyone, for your help!

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@sophief10
Comment options

Comment options

You must be logged in to vote
1 reply
@sophief10
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sophief10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants