-
Notifications
You must be signed in to change notification settings - Fork 24
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
Prep for new semester / general book updates #179
Merged
Merged
+8,976
−9,792
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
contains a version of the 106 assignments but can also build this backward without conflicts if naming is performed wisely
reorganize exercises so they go in a difficulty/relevance ascending/descending order in each chapter
making all course specific files part of a hidden TOC which could be removed or changed if someone wanted to use them, and creating an assignment_files folder that ALL assignments can be put in and pulled out for reference in the class assignments file
Oh, and I've commented out everything in the former |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All updates in this PR are things that are not specific to a class:
Arranging assignments in a sub-folder so they can be used by a given course or someone using the book, but don't appear in the public book (we could change this, but it seems like it might get confusing ultimately, especially if someone wanted to refer to the public book for their own course that doesn't use the Runestone grading)
Reorganizing exercises vs extra exercises so they increase in difficulty, as previously discussed
A few exercise clarity edits; I removed exercises that I noticed were not working or were confusing in class or that needed more concept edits, and improved various phrasing in some of the extra exercises developed last summer.
There are a number of individual commits that come from the extra/exercises swap & renaming files and file titles
I also added a whole section of hidden files to the TOC so if this is cloned directly, you get a bunch of resource files that could be used eg for a class or a discussion section, etc, but they're hidden from the TOC until a user changes that so it's not confusing how they fit into the book, and you still get no build warnings with the current Components
cc @soney just in case