From 2e38b5aefb08abdd34d5244d0998274e5f35ff3e Mon Sep 17 00:00:00 2001 From: suhas Date: Thu, 16 Nov 2023 23:00:29 -0600 Subject: add stats tracking --- common/__pycache__/types.cpython-311.pyc | Bin 403 -> 641 bytes common/types.py | 15 +++++++++++++++ 2 files changed, 15 insertions(+) (limited to 'common') diff --git a/common/__pycache__/types.cpython-311.pyc b/common/__pycache__/types.cpython-311.pyc index 3d7bbd1..131488c 100644 Binary files a/common/__pycache__/types.cpython-311.pyc and b/common/__pycache__/types.cpython-311.pyc differ diff --git a/common/types.py b/common/types.py index e9716b1..b28b457 100644 --- a/common/types.py +++ b/common/types.py @@ -14,3 +14,18 @@ question_category = Literal[ "Other Academic", "Trash", ] + +category_field_translations = { + 'Literature': 'literature', + 'History': 'history', + 'Science': 'science', + 'Fine Arts': 'fine_arts', + 'Religion': 'religion', + 'Mythology': 'mythology', + 'Philosophy': 'philosophy', + 'Social Science': 'social_science', + 'Current Events': 'current_events', + 'Geography': 'geography', + 'Other Academic': 'other_academic', + 'Trash': 'trash' +} -- cgit 1.4.1-2-gfad0