Cog-Creators / Cog-Creators/Red-DiscordBot

[Trivia] Add support for multiple choice

Open
#4,580 3 comments 0 reactions 1 assignee Claimed by @Kreusada View on GitHub
Category: Cogs - Trivia Status: Needs Discussion Type: Feature
Dominant language
Python
Stars
5.7k
Forks
2.5k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

# Feature request

#### Select the type of feature you are requesting:

- [ ] Cog
- [ ] Command
- [x] API functionality

#### Describe your requested feature

Questions offering several answer options [A] [B] [C] [D] and false 👍 or true 👎
I upload sample images

![2020-11-05_23h17_28](https://user-images.githubusercontent.com/8948966/98303907-3dbdde00-1fbf-11eb-999c-3e15ab05fb12.png) ![2020-11-05_23h17_06](https://user-images.githubusercontent.com/8948966/98303913-40b8ce80-1fbf-11eb-9a57-70a7ac82ac81.png)

And an example of how I imagine adding questions to .yaml files
```
questions:
- question: Panic! At The Disco has currently released how many studio albums?
correct_answer: '6'
incorrect_answers:
- '7'
- '5'
- '2'
- question: Vic Fuentes is the lead singer of Pierce The Veil.
correct_answer: 'True'
incorrect_answers:
- 'False'
```

Sorry for my bad English! I hope you understood me :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.