I am new to Xerte, but loving it so far. I came across it whilst searching for open source authoring tools that we might potentially be able to adapt or modify for a specific use case.
We have product documentation on a static website that I need to use in learning content. Up until now, I've been copy/pasting to get things started but this is going to cause us all sorts of issues in the future and we are wanting to have a single source of truth. We are moving our documentation site away from WordPress and instead version controlling the content in Git, then using Docusaurus to publish it to a static website.
What I want to be able to do is to pull that content, either from Git directly or from the product site, and embed a snapshot of that into an e-learning course that we export from Xerte as a SCORM file to our LMS. When a learner views the course, they should see that particularly version of documentation that was embedded not the current live version.
I'm assuming the current embed functionality acts like an <iframe> and the live version of a website is viewed?
I've got a team of students that we can point at developing this functionality, just wondering if has been done before or if there is another solution to this? If not, we will get the students to work on this next year. If it is not a big job, we might even be able to get some of our dev team to do it sooner if there is other interest in this functionality.