Here’s my CS 101 CS path project. Its a trivia quiz game for 1-3 players with 3 choices of subject matter.
Right now the questions are static; I’d like to explore dynamically generating them using ChatGPT; I created the current dictionaries by manually asking ChatGPT to create trivia questions with short answers in various subject areas formatted as a Python Dict and it worked frighteningly well…but also not perfect. Feedback welcome!