Open
Description
Both currently working scriptsweb-scrap-exam4training.py and web-scrap-vce.py return lots of data, which is different from the format we use, and for now we need to remove & format it manually.
Ideally, after scrapping we're receiving this format:
### QUESTION
 # could be the case there's no image in the question as well.
- [ ] SAMPLE WRONG ANSWER.
- [ ] SAMPLE WRONG ANSWER.
- [x] SAMPLE CORRECT ANSWER.
- [ ] SAMPLE WRONG ANSWER.
**[⬆ Back to Top](#table-of-contents)**
even better would be to include already explanation using some kind of AI-related tool (see #4 for that):
### QUESTION
 # could be the case there's no image in the question as well.
- [ ] SAMPLE WRONG ANSWER.
- [ ] SAMPLE WRONG ANSWER.
- [x] SAMPLE CORRECT ANSWER.
- [ ] SAMPLE WRONG ANSWER.
#### EXPLANATION.
**[⬆ Back to Top](#table-of-contents)**