added listen closely, not tested but should be fairly simple
This commit is contained in:
parent
d8b5b66298
commit
956b004f27
4 changed files with 14 additions and 0 deletions
1
listen-closely/description.md
Normal file
1
listen-closely/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
We intercepted a secret message, but we can't tell what it's saying. Maybe you can help? [super secret message](${listenclosely_wav})?
|
4
listen-closely/grader.py
Normal file
4
listen-closely/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("CAN_YOU_EVEN_HEAR_ME_YET") != -1:
|
||||
return True, "Correct!"
|
||||
return False, "Nope!"
|
BIN
listen-closely/listenclosely.wav
Normal file
BIN
listen-closely/listenclosely.wav
Normal file
Binary file not shown.
9
listen-closely/problem.yml
Normal file
9
listen-closely/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
author: GenericNickname
|
||||
title: Listen Closely
|
||||
hint: 1, 16, 8000
|
||||
category: Crytpography
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 50
|
||||
files:
|
||||
- listenclosely.wav
|
Loading…
Reference in a new issue