You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
![Image X](images/questionX.png) # 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
![Image X](images/questionX.png) # 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)**
The text was updated successfully, but these errors were encountered:
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:
even better would be to include already explanation using some kind of AI-related tool (see #4 for that):
The text was updated successfully, but these errors were encountered: