Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve scraping data format #5

Open
danieldanielecki opened this issue May 7, 2024 · 0 comments
Open

Improve scraping data format #5

danieldanielecki opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@danieldanielecki
Copy link
Member

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)**
@danieldanielecki danieldanielecki added enhancement New feature or request help wanted Extra attention is needed labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant