Can I give the learner the ability of tacking screenshots of the screen by a Javascript or any other way? By Fadi alhomsi In a lesson we are working on, the learner should write an assay, there are images that he has to describe and he should have the ability of saving his work, is there a way to do that by some Javascript or any other way?
Matthew Bibby over 5 years ago01/25/17 at 2:23 am (UTC) It is possible to take screenshots using JavaScript, but it is not reliable and won't necessarily work in all browsers/environments. Instead, I'd consider using an approach like this or this.
Fadi alhomsi Author Matthew Bibby over 5 years ago01/27/17 at 4:23 am (UTC) thank you very much, it was very helpful 😃
2 Replies
It is possible to take screenshots using JavaScript, but it is not reliable and won't necessarily work in all browsers/environments.
Instead, I'd consider using an approach like this or this.
thank you very much, it was very helpful 😃