Skip to content

Improve scraping data format #5

Open
@danieldanielecki

Description

@danieldanielecki

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)**

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions