Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple correct answers per challenge #71

Open
larrymcd opened this issue Aug 22, 2016 · 3 comments
Open

Multiple correct answers per challenge #71

larrymcd opened this issue Aug 22, 2016 · 3 comments

Comments

@larrymcd
Copy link

Is there a way to allow multiply correct answers for a question? I would like to ask something like what windows program allows you to get the network address of a windows box at a command prompt? Then I would allow ipconfig, ipconfig.exe for the answers.

thanks

@Nakiami
Copy link
Owner

Nakiami commented Sep 9, 2016

Hi, sounds like a good feature. In the meantime, you could untick the "automark" checkbox for your challenges and mark them all manually.

@Nakiami Nakiami changed the title Enchancement request Multiple correct answers per challenge Sep 9, 2016
@wroersma
Copy link

I was curious about how much work do you think it would be to allow an option to check a question for multiple possible answers and against a list of incorrect answers that would deduct points from the team.
Example Question: What is the c2 of the malware? Answer:(192.168.1.1,192.168.1.2)Incorrect Answer(192.168.1.3)
So they could answer 192.168.1.1 and get X points and answer again with 192.168.1.2 and get another X points but if they put in 192.168.1.3 they would lose X points.

Hopefully that makes sense. I'd be happy to attempt to write it if someone could give me some kinda idea of where I would put that validation attempt. Likely an option to select multi-answer input on challenge creation that is checked on question validation that uses a dedicated validation function for multi-answer questions.

@wroersma
Copy link

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants