Quiz Bot
A telegram bot to create quizzes.
Features
- Get user informations (Customizable fields and messages)
- Create multiple quizzes with multiple-choice options and show them in Telegram
- Manage quizzes and results in Wordpress (Uses a quiz plugin in Wordpress)
Installation
- Install a Wordpress and Quiz And Survey Master plugin.
- Upload
wordpress-files/quiz-functions.phptowp-content/mu-pluginsfolder of wordpress. - Install & run Redis. Also make sure Redis is on server boot by
redis-cli startup. npm i- Set your configs (bot token, base domain, ...) in
config.js - Run
node index.js
Now send /start to your bot.
Note
In "Quiz And Survey Master" plugin you should enable phone, company and mobile fields in order to recieve these data from bot. (Create a quiz, Go to options tab and enable those fields).
TODO
- Make signup optional by a config
- Add main keyboard
- Use question points and some other features of wp plugin