fix(curriculum): convert all video challenges to markdown (#39189)

This commit is contained in:
Shaun Hamilton
2020-08-04 20:56:41 +01:00
committed by GitHub
parent e7d2028bba
commit 7d8e558b91
69 changed files with 711 additions and 345 deletions

View File

@ -7,10 +7,12 @@ videoId: z_qkqZS7KZ4
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
@ -19,7 +21,8 @@ question:
What is the main difference between the `.connect()` and `.connect_ex()` methods?
answers:
- There is no difference between the two methods.
- |
There is no difference between the two methods.
- |
If there is an error or if no host is found, `.connect()` returns an error code while `.connect_ex()` raises an exception.
- |
@ -28,4 +31,3 @@ question:
```
</section>

View File

@ -7,10 +7,12 @@ videoId: XeQ7ZKtb998
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
@ -19,11 +21,13 @@ question:
What code editor and extension does the instructor recommend for developing penetration testing tools in Python?
answers:
- Atom and the atom-python-run extension.
- VSCode and Microsoft's Python extension.
- Sublime Text and the Anaconda package.
- |
Atom and the atom-python-run extension.
- |
VSCode and Microsoft's Python extension.
- |
Sublime Text and the Anaconda package.
solution: 2
```
</section>