From 90fb6dcb9dce4dae704590bfd9b66f88c5e9d1f8 Mon Sep 17 00:00:00 2001 From: Joseph Cheng Date: Wed, 24 Apr 2024 20:15:57 +0100 Subject: [PATCH] chore: add todo in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d8103bd..5f129a5 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ yarn dev ## Database We use Airtable as our database, which connected to the Google Sheet for the HKEval benchmark curation. + +## TODO: + +- [] Show category name in the quiz(The category name which is the table name in Airtable database, but somehow cannot get the table name via the Airtable API) +- [] Collect the correct rate of the quiz, so we can know the difficulty of the question