[PR #484] [MERGED] updating quiz widget #35520

Closed
opened 2026-07-15 23:00:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/484
Author: @kai4avaya
Created: 10/26/2024
Status: Merged
Merged: 11/18/2024
Merged by: @profvjreddi

Base: devHead: widget_quiz


📝 Commits (10+)

  • 14303e2 updating quiz widget
  • fe82fd4 new widget with cookie
  • 012b34d Merge branch 'dev' into widget_quiz
  • bb37746 Merge branch 'dev' into widget_quiz
  • f1177fa Setting up QMD file for llm bot
  • 2933598 Adding example file into the repo
  • 0b652a4 Merge branch 'dev' into widget_quiz
  • 909f3c5 Draft of the SocratiQ bot
  • 0cb2209 Merge branch 'dev' into widget_quiz
  • e3edeef Merge branch 'dev' into widget_quiz

📊 Changes

29 files changed (+3016 additions, -4 deletions)

View changed files

_extensions/quarto-ext/lightbox/_extension.yml (+7 -0)
_extensions/quarto-ext/lightbox/lightbox.css (+9 -0)
_extensions/quarto-ext/lightbox/lightbox.lua (+251 -0)
_extensions/quarto-ext/lightbox/resources/css/glightbox.min.css (+1 -0)
_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js (+1 -0)
📝 _quarto.yml (+5 -2)
contents/ai/images/gif/Reference.gif (+0 -0)
contents/ai/images/gif/adjust_message_difficulty.gif (+0 -0)
contents/ai/images/png/adjust_message_difficulty.png (+0 -0)
contents/ai/images/png/badges.png (+0 -0)
contents/ai/images/png/buttons.png (+0 -0)
contents/ai/images/png/chat_ask.png (+0 -0)
contents/ai/images/png/chat_context.png (+0 -0)
contents/ai/images/png/chat_explanation.png (+0 -0)
contents/ai/images/png/chat_related.png (+0 -0)
contents/ai/images/png/dashboard.png (+0 -0)
contents/ai/images/png/download_report.png (+0 -0)
contents/ai/images/png/interface.png (+0 -0)
contents/ai/images/png/prev_conversations.png (+0 -0)
contents/ai/images/png/quiz_answers.png (+0 -0)

...and 9 more files

📄 Description

This will display the basic quiz widget
I noticed issues connecting to the serverless function.

So I'll need to work on that.

But the widget seems to be working (at least overall design). You may run into issues getting robust answers until I fix the function issue...


🔄 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/484 **Author:** [@kai4avaya](https://github.com/kai4avaya) **Created:** 10/26/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `widget_quiz` --- ### 📝 Commits (10+) - [`14303e2`](https://github.com/harvard-edge/cs249r_book/commit/14303e2691398cc7e35ebf98cc9402ac24bb6c68) updating quiz widget - [`fe82fd4`](https://github.com/harvard-edge/cs249r_book/commit/fe82fd401fd5d5888954c6644a5be4ccec71a279) new widget with cookie - [`012b34d`](https://github.com/harvard-edge/cs249r_book/commit/012b34dc3636e9d33fdf43319ad2024b5033f2fd) Merge branch 'dev' into widget_quiz - [`bb37746`](https://github.com/harvard-edge/cs249r_book/commit/bb377465e8adc8741acd53fddc339f023a6b4009) Merge branch 'dev' into widget_quiz - [`f1177fa`](https://github.com/harvard-edge/cs249r_book/commit/f1177fa8f8e8a9200b06cd076158ce4527de775a) Setting up QMD file for llm bot - [`2933598`](https://github.com/harvard-edge/cs249r_book/commit/2933598f6e37a03100645c2f2c52af7de475a556) Adding example file into the repo - [`0b652a4`](https://github.com/harvard-edge/cs249r_book/commit/0b652a463522aa486db9d185a216b387b19067f9) Merge branch 'dev' into widget_quiz - [`909f3c5`](https://github.com/harvard-edge/cs249r_book/commit/909f3c5ac5ed64cf9fa8f7c3630e2710ad060deb) Draft of the SocratiQ bot - [`0cb2209`](https://github.com/harvard-edge/cs249r_book/commit/0cb2209ac30c044a56f8531f11852cef39180781) Merge branch 'dev' into widget_quiz - [`e3edeef`](https://github.com/harvard-edge/cs249r_book/commit/e3edeefe7d546f4d3e1d46dac7f56f32afb46ca2) Merge branch 'dev' into widget_quiz ### 📊 Changes **29 files changed** (+3016 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `_extensions/quarto-ext/lightbox/_extension.yml` (+7 -0) ➕ `_extensions/quarto-ext/lightbox/lightbox.css` (+9 -0) ➕ `_extensions/quarto-ext/lightbox/lightbox.lua` (+251 -0) ➕ `_extensions/quarto-ext/lightbox/resources/css/glightbox.min.css` (+1 -0) ➕ `_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js` (+1 -0) 📝 `_quarto.yml` (+5 -2) ➕ `contents/ai/images/gif/Reference.gif` (+0 -0) ➕ `contents/ai/images/gif/adjust_message_difficulty.gif` (+0 -0) ➕ `contents/ai/images/png/adjust_message_difficulty.png` (+0 -0) ➕ `contents/ai/images/png/badges.png` (+0 -0) ➕ `contents/ai/images/png/buttons.png` (+0 -0) ➕ `contents/ai/images/png/chat_ask.png` (+0 -0) ➕ `contents/ai/images/png/chat_context.png` (+0 -0) ➕ `contents/ai/images/png/chat_explanation.png` (+0 -0) ➕ `contents/ai/images/png/chat_related.png` (+0 -0) ➕ `contents/ai/images/png/dashboard.png` (+0 -0) ➕ `contents/ai/images/png/download_report.png` (+0 -0) ➕ `contents/ai/images/png/interface.png` (+0 -0) ➕ `contents/ai/images/png/prev_conversations.png` (+0 -0) ➕ `contents/ai/images/png/quiz_answers.png` (+0 -0) _...and 9 more files_ </details> ### 📄 Description This will display the basic quiz widget I noticed issues connecting to the serverless function. So I'll need to work on that. But the widget seems to be working (at least overall design). You may run into issues getting robust answers until I fix the function issue... --- <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-07-15 23:00:39 -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#35520