File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments