A "Continue" button, please (iPad app)
I'd appreciate a button so I can continue where I left off in the lecture. The app doesn't seem to know where I have been. Thank you.
I'd appreciate a button so I can continue where I left off in the lecture. The app doesn't seem to know where I have been. Thank you.
Hi JDkey,
Thanks for the feedback and using the Khan Academy app as I have voted your idea up.
Khan Academy Zendesk community are always appreciative of the feedback and ideas that students provide your feedback is crucial to making sure Khan Academy is a fun and informative place to learn.
Should you have any questions in future I will be happy to help you!😉
Thank you, Katrina.
An old post but I use the website every day for learning and wrote some JavaScript to achieve something similar to this. When on a course page (like https://www.khanacademy.org/math/arithmetic), you can enter the following in the url input box to get to the next task:
```
javascript:document.getElementsByClassName("_47w7x9x")[0].scrollIntoView({block: "center", behavior: "smooth"})
```
simply just scrolls to the next task so the user doesn't have to find it. Save the above as a bookmark and it becomes a one click whenever you're on a course page.
Log ind for at efterlade en kommentar.