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

Add more tasks and redact parser #4

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Add more tasks and redact parser #4

merged 1 commit into from
Jul 4, 2024

Conversation

VyrodovMikhail
Copy link
Collaborator

No description provided.

task_type = TaskType.MULT_CHOICE

elif exam_type == ExamType.OGE and topic_id in "4":
task_type = TaskType.SOOTV
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TaskType.MAPPING or at least correspondence

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Comment on lines 9 to 18
""" if self.subject == SdamgiaExamSubject.SOC and topic_id in ("24", "25"):
not_included = task_container.css("div.probtext")
not_included_list = not_included.css("*::text").getall()
else:
not_included_list = []
correct_text_list = []
for elem in text_list:
if elem not in not_included_list:
correct_text_list.append(elem)"""

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... Deleted

@SpirinEgor SpirinEgor merged commit 0fa8e2f into main Jul 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants