[PR #881] [MERGED] Format quizzes using LUA filter instead of python script #3612

Closed
opened 2026-04-16 01:53:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/881
Author: @profvjreddi
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @profvjreddi

Base: devHead: lua-quiz-filter


📝 Commits (9)

  • 8103144 Adds quiz injection from JSON files
  • bad6c5f Preserves quiz frontmatter, removes quiz content
  • 6c2d2ed Counts quiz answer sections.
  • 56c1c38 Adds quiz support
  • d670c91 Improves quiz injection with JSON data
  • 80b3a8f Improves quiz block formatting and navigation
  • e7be68a Adds section number to quiz answer links
  • 440fb1d Enhances quiz numbering and chapter detection
  • ff15086 Script will inject quizzes automatically from the JSON files

📊 Changes

23 files changed (+226 additions, -7134 deletions)

View changed files

📝 _quarto.yml (+2 -1)
📝 contents/core/ai_for_good/ai_for_good.qmd (+0 -367)
📝 contents/core/benchmarking/benchmarking.qmd (+0 -491)
📝 contents/core/data_engineering/data_engineering.qmd (+0 -449)
📝 contents/core/dl_primer/dl_primer.qmd (+0 -309)
📝 contents/core/dnn_architectures/dnn_architectures.qmd (+0 -351)
📝 contents/core/efficient_ai/efficient_ai.qmd (+0 -359)
📝 contents/core/frameworks/frameworks.qmd (+0 -283)
📝 contents/core/hw_acceleration/hw_acceleration.qmd (+0 -433)
📝 contents/core/introduction/introduction.qmd (+2 -401)
📝 contents/core/ml_systems/ml_systems.qmd (+0 -425)
📝 contents/core/ondevice_learning/ondevice_learning.qmd (+0 -367)
📝 contents/core/ops/ops.qmd (+0 -275)
📝 contents/core/optimizations/optimizations.qmd (+0 -401)
📝 contents/core/privacy_security/privacy_security.qmd (+0 -375)
📝 contents/core/responsible_ai/responsible_ai.qmd (+0 -367)
📝 contents/core/robust_ai/robust_ai.qmd (+0 -268)
📝 contents/core/sustainable_ai/sustainable_ai.qmd (+0 -476)
📝 contents/core/training/training.qmd (+0 -367)
📝 contents/core/workflow/workflow.qmd (+0 -359)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/881 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `lua-quiz-filter` --- ### 📝 Commits (9) - [`8103144`](https://github.com/harvard-edge/cs249r_book/commit/8103144a697ae31b76d44857565fbf43c615419d) Adds quiz injection from JSON files - [`bad6c5f`](https://github.com/harvard-edge/cs249r_book/commit/bad6c5fff07193d0e42d3a88fbb240da561bf2a5) Preserves quiz frontmatter, removes quiz content - [`6c2d2ed`](https://github.com/harvard-edge/cs249r_book/commit/6c2d2ed82031a32cd01376493abc33b42010081e) Counts quiz answer sections. - [`56c1c38`](https://github.com/harvard-edge/cs249r_book/commit/56c1c38a19dffcab8d1143c8292542f03991a1a5) Adds quiz support - [`d670c91`](https://github.com/harvard-edge/cs249r_book/commit/d670c916d42f3fd195c52ebde7a92c64d2c098da) Improves quiz injection with JSON data - [`80b3a8f`](https://github.com/harvard-edge/cs249r_book/commit/80b3a8fa70ca04e40ebc9f937df93443bc92886b) Improves quiz block formatting and navigation - [`e7be68a`](https://github.com/harvard-edge/cs249r_book/commit/e7be68ae5275a9400380bd225303650e5e6aaad4) Adds section number to quiz answer links - [`440fb1d`](https://github.com/harvard-edge/cs249r_book/commit/440fb1d8159aeaf39a14e1cc527139f56d9019c2) Enhances quiz numbering and chapter detection - [`ff15086`](https://github.com/harvard-edge/cs249r_book/commit/ff150868369e23629f2be0674211f127aa9076fb) Script will inject quizzes automatically from the JSON files ### 📊 Changes **23 files changed** (+226 additions, -7134 deletions) <details> <summary>View changed files</summary> 📝 `_quarto.yml` (+2 -1) 📝 `contents/core/ai_for_good/ai_for_good.qmd` (+0 -367) 📝 `contents/core/benchmarking/benchmarking.qmd` (+0 -491) 📝 `contents/core/data_engineering/data_engineering.qmd` (+0 -449) 📝 `contents/core/dl_primer/dl_primer.qmd` (+0 -309) 📝 `contents/core/dnn_architectures/dnn_architectures.qmd` (+0 -351) 📝 `contents/core/efficient_ai/efficient_ai.qmd` (+0 -359) 📝 `contents/core/frameworks/frameworks.qmd` (+0 -283) 📝 `contents/core/hw_acceleration/hw_acceleration.qmd` (+0 -433) 📝 `contents/core/introduction/introduction.qmd` (+2 -401) 📝 `contents/core/ml_systems/ml_systems.qmd` (+0 -425) 📝 `contents/core/ondevice_learning/ondevice_learning.qmd` (+0 -367) 📝 `contents/core/ops/ops.qmd` (+0 -275) 📝 `contents/core/optimizations/optimizations.qmd` (+0 -401) 📝 `contents/core/privacy_security/privacy_security.qmd` (+0 -375) 📝 `contents/core/responsible_ai/responsible_ai.qmd` (+0 -367) 📝 `contents/core/robust_ai/robust_ai.qmd` (+0 -268) 📝 `contents/core/sustainable_ai/sustainable_ai.qmd` (+0 -476) 📝 `contents/core/training/training.qmd` (+0 -367) 📝 `contents/core/workflow/workflow.qmd` (+0 -359) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 01:53:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#3612