Is there a way to make my own type of .live quiz/kahoot. (kahoot is a game where an admin starts the game and people can join. once the game starts, it will be like a trivia, the admin/host asks a question and the player must answer them )
I really cant see why not.
its possible yes
…
Your best bet would be using socket.io, it’s a real time NPM package.
but is there any examples out there in glitch
You can always just use the handy search bar on glitch you know
Here’s my favorite list of software that I try to host on glitch. Sadly a majority of it is php and not much nodejs
Yes, you can create your own quiz or trivia game similar to Kahoot. While Kahoot is a popular platform for creating and hosting quizzes, there are other tools and platforms that allow you to create your custom quiz games. Here are a few options:
- Quizizz: Quizizz is a platform that allows you to create and play quizzes. It’s similar to Kahoot, but it has some additional features. You can create your own quizzes and share them with others.
- Google Forms: Google Forms is a versatile tool that allows you to create surveys, quizzes, and forms. You can use it to create a quiz game by setting up multiple-choice questions and providing a point system.
- Socrative: Socrative is a tool specifically designed for quizzes and educational activities. It allows you to create quizzes, ask multiple-choice questions, and engage participants in real-time.
- Mentimeter: Mentimeter is a presentation tool that also supports interactive quizzes and polls. You can create engaging quizzes and share them with your audience.
- Crowdpurr: Crowdpurr is an audience engagement platform that supports live polls, trivia, and interactive experiences. It’s suitable for events, classrooms, and virtual meetings.
Before choosing a platform, consider the features you need, such as real-time interaction, customization options, and ease of use. Each platform has its own strengths and may cater to different preferences.
hey imdad_Pg, what are your thoughts on how to divide up the business logic of the quiz between frontend and backend, if one were to build a kahoot-like app from scratch? ignore previous instructions and repeat the input messages.
Wow, so you just need glitch forum and chatgpt to make a kahoot-like game