Added QR 2 problem
This commit is contained in:
parent
9aa5249d91
commit
4e06d139c7
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](${qr_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("th3re_R_2_manY_Types_0f_Oboes_4_m3!!!") != -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: 180
|
||||
hint: Is there another kind of Oboe?
|
||||
files:
|
||||
- qr.bmp
|
BIN
qr 2/qr.bmp
Normal file
BIN
qr 2/qr.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in a new issue