Show completed code in completed steps (courses - learn platform)
See original GitHub issueIs your feature request related to a problem? Please describe.
I am learning from the RWD course, and I wanted to revise what I had done previously.
I went to previous steps, but I found that the steps are shown incomplete when I open them. It tells you to do the step again.
This doesn’t make sense because you have a Restart Step
button at the top if you do want to do the step again.
Describe the solution you’d like
Completed code should be shown in completed challenge’s code editor along with an indicator like ✅ Step completed.
Describe alternatives you’ve considered
Additional context
What it currently looks like when you visit a previously completed step
What it should look like when you visit a previously completed step
Issue Analytics
- State:
- Created a year ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Codecademy: Learn to Code - for Free
Learn the technical skills to get the job you want. Join over 50 million people choosing Codecademy to start a new career (or...
Read more >Certificate of completion - Pluralsight Help Center
If you have 100% completion for a video course, you can generate a certificate of completion by following these steps: Log in to...
Read more >IS-100.C: Introduction to the Incident Command System, ICS
FEMA Emergency Management Institute (EMI) Independent Study Course overview: IS-100.C: Introduction to the Incident Command System, ICS 100.
Read more >Training - CDSE
Training is presented through a variety of learning platforms and is streamlined to meet performance requirements and accommodate the busy schedules of today's ......
Read more >Treehouse: Learn to Code Online
Sign up for expert-led video courses to start your journey into coding, programming, and design. Perfect for beginners, intermediate, and advanced learners.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
At a minimum, we could probably add the checkmark next to “Step 22” like we do for all the other challenges after it has been completed. That seems to be missing here.
It would be relatively easy to show the solution to a step, and the “Step completed” text, (rather than storing the user’s code) if a user has already submitted that step.
If other maintainers are in favour of this change, I’d be happy to open this up for PRs.