Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add button to move to next lesson at end of each one #236

Open
3 tasks
kempsterrrr opened this issue May 27, 2024 · 1 comment
Open
3 tasks

feat: Add button to move to next lesson at end of each one #236

kempsterrrr opened this issue May 27, 2024 · 1 comment

Comments

@kempsterrrr
Copy link
Member

kempsterrrr commented May 27, 2024

When scoping out #235, I realised that when a user completes a lesson, they are taken back to the lesson page, and there are no instructions for what the user should do next. This experience can be improved to provide the user more guidance on completing the track they're taking or what to do if they've completed the track.

In most cases, this will be "move on to the next lesson"; however, at the end of a track, let's send users back to the tracks page so they can find another track to take.

I suggest we implement this feature in two ways:

  1. Once Feature: Social share when completing lesson quiz #235 is complete and the modal shows after lessons are completed, replace the "DONE" button with a button that takes the user to the next lesson
  2. Show a button at the bottom of the lesson that allows the user to navigate to the next (and maybe previous) lesson

Example in success Modal
image

Example at end of lesson
image

  • As a user, I want to know what to do next when I have completed a lesson
    • Update the "DONE" button to show the relevant next step, i.e. "Go to next lesson."
    • Add "Previous Lesson" and "Next Lesson" at the button on the lesson page
    • For the last lesson in a track, the "Next Lesson" button should show "Try another Track" (or similar) and take the user back to the /tracks page
@kempsterrrr
Copy link
Member Author

kempsterrrr commented Jun 3, 2024

I've partially delivered this feature by adding a Next Lesson button in #240. I did not add a Previous Lesson button as there was not enough space on the modal to do this. It might make sense to think about this feature more before adding anything extra cc @uma-l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant