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

Prototype a tool to generate multiple checkpoints for a project or a tutorial #70

Open
NathanLovato opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request low-priority

Comments

@NathanLovato
Copy link
Contributor

In the school curriculum, the projects get increasingly complex and when students have to write the code themselves through guided challenges, we need to provide a code reference that is not too far from where they are at.

This task is about exploring ways to generate multiple copies of a project and it's coded at different stages from a master copy.

We have two main ways to go about this:

  • Using a version control system to produce the steps for the project additively
  • Using a method like GDPractice to extract the different steps from a finished copy of the project
@NathanLovato NathanLovato added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority
Projects
None yet
Development

No branches or pull requests

1 participant