As of recent, <interactive>'s are not allowed in sidebyside panels, as referenced
.
I imagine the answer is negative, but I figured I would double check: is there an alternative way around this? For example, putting a paragraph of text next to an interactive graph, similar to how sidebyside would do it?
Or, even two interactives side by side?
Somewhat related - I'm seeing a validation error when trying to use <interactive> in a handout. Must they be wrapped in a <figure>?
The code I'm using is the following:
<interactive platform="jsxgraph" source="jsxgraph/path_to_file.js">
<slate xml:id="some_id_here_fig" surface="jsxboard"/>
</interactive>
Thanks!
Kyle