Fix quiz and assignment link mismatches in hello-world course modules 1.4-1.6 #186
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.
The quiz and assignment links in hello-world course modules 1.4, 1.5, and 1.6 were pointing to incorrect Canvas assignment IDs due to a gap in the expected ID sequence.
Problem
Module 1.3 (Bayesian Optimization) exists only as Jupyter notebooks without quiz/assignment sections, creating a gap in the Canvas assignment ID sequence. This caused all subsequent modules (1.4, 1.5, 1.6) to have incorrect quiz and assignment IDs that were shifted from their expected values.
Solution
Corrected the ID sequence by adjusting the Canvas assignment IDs for modules 1.4, 1.5, and 1.6 to account for the missing 1.3 allocations:
Changes Made
1.4-hardware-software-communication.md
1.5-data-logging.md
1.6-connecting-the-pieces.md
The corrected ID sequence now properly follows the expected pattern:
All quiz and assignment links now point to the correct Canvas course resources for each enrollment period.
Fixes #185.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
docs.python.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)docs.scipy.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)matplotlib.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)numpy.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)pandas.pydata.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)pyscaffold.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)scikit-learn.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)setuptools.pypa.io
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)www.sphinx-doc.org
/usr/bin/python3 /home/REDACTED/.local/bin/sphinx-build -M html . _build
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.