You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: