-
Notifications
You must be signed in to change notification settings - Fork 75
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
Release 2.10.0 #481
Merged
Merged
Release 2.10.0 #481
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
These buttons use the same formatting as the homepage buttons.
This splits the NCEA assessment guides by year level in both the source folders and in the generated output.
The interactive allows students to select which guides they are following for Level 2 NCEA encoding and which grade it can provide them. The basic HTML and CSS is here but the structure of the table needs to be changed to be ordered with topics across the top, rather than achievement level. JS logic is currently missing too, and this will be added next once structure is fixed.
The structure and max values are stored within a dictionary structure, which is used to create the initial grid. While the JS requires looping through the values for counting, and then again to alter the grid (for disabling or re-enabling items, or adding or removing validation colours), it does work with different numbers of items, grades, etc. This may allow this interactive to be used for other NCEA course selections. Feedback messages are next to be added under the grid.
Logic and settings for this structure are yet to be implemented
This allows restricting to only selecting items in one column.
Thanks to @imnofox for spotting this bug!
Clean up the homepage for the NCEA Curriculum Guides
A gradient is displayed instead of individual dots.
Thanks to @TedAhmadi for the solution to this
This to make the numbering consistent with our other projects, CS Unplugged and cs4teachers.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Notable changes:
This release adds a JPEG compression interactive, along with many bug fixes, corrections, and.
The version numbering scheme now does not start with the
v
character (sov2.9.1
is2.9.1
).This to make the numbering consistent with our other projects (CS Unplugged and cs4teachers).
Changelog: