Added new flag for QR2
This commit is contained in:
parent
577f85bc5b
commit
d84184bdcc
4 changed files with 14 additions and 0 deletions
1
qr-2/description.md
Normal file
1
qr-2/description.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
When I am not practicing my [Oboe](https://en.wikipedia.org/wiki/Oboe) for band, I have been working on a QR code generator. For some reason, some of the images are not scannable. [Here](${qr2_1_bmp}) is one, can you tell me what it says?
|
4
qr-2/grader.py
Normal file
4
qr-2/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, answer):
|
||||||
|
if answer.find("w0w_who_kn3w_that_Oboes_c0uld_mask_a_s3cr3t?") != -1:
|
||||||
|
return True, "Congrats!"
|
||||||
|
return False, "Nope, try again."
|
9
qr-2/problem.yml
Normal file
9
qr-2/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
title: QR 2
|
||||||
|
author: wiresboy
|
||||||
|
category: Forensics
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 330
|
||||||
|
hint: Is there another kind of Oboe?
|
||||||
|
files:
|
||||||
|
- qr2_1.bmp
|
0
qr-2/qr2_1.BMP
Normal file
0
qr-2/qr2_1.BMP
Normal file
Loading…
Reference in a new issue