Automatically progresses through Edmentum tutorials, waiting for each section to finish loading
< Відгуки до Edmentum Skip Through Tutorials
Hey, I just checked in on this script for the first time in a while. I haven't found it to fail (yet) so I'm testing it for a little while to see if I can replicate your issue. I agree that it would be great if there were a way to fool the websites' time tracking. I'll see what I can do and if there's something that can be done, I'll push out an update. Hopefully I *can* reproduce the issue where you have to reload, we'll see. Thanks for leaving a review!
Bad news. I can't figure out any way to fool the website into thinking you've spent a long time on the slides. It seems that the requests are processed server-side, which means the server tracks exactly when it receives the "assignment started" and "assignment ended" messages. Nothing the client-side does can convince the server that they started earlier. The best and only solution I found was to delay the actual "assignment ended" message, but that's a pain for a few reasons. #1, that requires your device to be on, with your web browser open. If not, then it never sends the "assignment ended" message and it assumes you didn't spend any time, which flags the assignment.
Works as read, skips through but sometimes fails and you have to reload the website. Other than that it's good I just wish there was a way to fool the websites into thinking you've been on the slides for a long amount of time.