Skip to content

Commit ec6a068

Browse files
authored
Update README.md
1 parent b2c31cd commit ec6a068

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# CTFd-multi-question-plugin
1+
# CTFd-multi-question-plugin
2+
3+
CTFd plugin that creates a new challenge type that requires multiple questions to be answered before the challenge is solved.
4+
5+
## Installation
6+
Clone this repositor into `CTFd/plugins`.
7+
8+
## Usage
9+
1. Create challenge and select `multiquestionchallenge`
10+
2. Enter in info for Name, Category, Message, and Value
11+
3. For each Flag:
12+
- Enter Key Name in input box labeled `Enter Key Name`. This will show up as the help text for the Key entry box.
13+
- Enter Key Solution in the input box labeled `Enter Key Solution`. This will be the key/flag for this key name.
14+
- Select the key type for this specific key/flag
15+
4. Click `Add New Question` to add a new key/flag
16+
5. Click `Create`
17+
18+
## Examples
19+
### Creating Question
20+
![create](https://github.com/tamuctf/CTFd-multi-question-plugin/blob/master/pics/multiquestioncreate.png)
21+
22+
### Question View
23+
![view](https://github.com/tamuctf/CTFd-multi-question-plugin/blob/master/pics/multiquestionview.png)

0 commit comments

Comments
 (0)