So, like, this project was all about putting bing copilot and GPT-3.5 to the test. We started off by making wireframes using excalidraw, then used those as prompts to get HTML and CSS designs. From there, it was all about adding functions by asking copilot and GPT-3.5 for help, little by little. Lesson learned: you still gotta have some programming know-how. Treat GPT as your buddy, not some kind of magic genie.
Prompt Bing Copilot with your desired topic. Here's the prompt we used. Put the json into soal
directories.
Create 15 quiz question. A question with four multiple choices answer. topics: general knowledge. made output as formatted json below. Put right answer into "correct" element. write in bahasa indonesia. { "games": [ { "questions": [ { "question": "In what children's game are participants chased by someone designated \"It\"?", "content": [ "Tag", "Simon Says", "Charades", "Hopscotch" ], "correct": 0 } ] } ] }
Just extract this repo into your htdocs directories.