fix(curriculum): convert all video challenges to markdown (#39189)
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user