Skip to content

brain90/millionaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Millionaire

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.

Wireframe

2024-02-14_14-03

End Result

2024-02-15_20-24

Question generator

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
                }
            ]
        }
    ]
}

Installation

Just extract this repo into your htdocs directories.

About

who wants to be a millionare to improve your knowledge in a fun way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published