dependabot[bot] on npm_and_yarn
Bump ini from 1.3.5 to 1.3.8 B… (compare)
@DDincBrent this is because of below code in mediaelements library which does video playback
slider.bind('focus', function (e) {
player.options.autoRewind = false;
});
After scrubbing if you click somewhere else (may be on the page itself outside video) autoRewind is set back to true and video will rewind.
On Adapt Authoring, I'm currently working on a Print CSS so I can save each modules as PDF by "Printing" the page to create storyboards. The hardest part is to constraint each component to show the content regardless of the original defined layout and so the content isn't cut in half between each pages on the PDF.
I was wondering if this was already made or if someone knew if there is a way to export the course to a WordDoc/PDF?
_metainfo: {
subject: "English",
batch: "Mid summer",
year: "2020"
}
node install
script asks for the details and fetches the framework from git repo and it is stored in temp directory followed by a unique tenant id. Are you saying that course.model.schema is copied from framework and then used in Adapt Authoring? Could you please point me to the modules which have this logic and how I can force Adapt Authoring to take updated course schema?
but you shouldn't try to overwrite the framework schema – instead should write a plugin and add attributes as part of that schema e.g. resources plugin
I have one question regarding asset management.
When we upload an asset - the file is saved under the assets folder, and also record is created in mongodb.
But when we upload same file second time, only the record is created in mongodb.
So this means two records point in the same asset file.
Is this a bug or this thing was done intentionally for some reason?