myst-6 / ukoly

https://britishinformatics.org
12 stars 6 forks source link

Problem keys are incorrect #24

Closed myst-6 closed 2 months ago

myst-6 commented 2 months ago

The problem names should be in camel case in the content files. For example, in /content/problems/bio2/index.tsx, we have brokersdoom: ... as one of the keys. This should be brokersDoom instead.

Furthermore, the first two keys in /content/problems/bio1/index.tsx are wrong. It says proto and dine, but these should clearly be integerStrings and parsingLists respectively.

myst-6 commented 2 months ago

actually, as @macaquedev suggested let's just make it an array.

macaquedev commented 2 months ago

I've done this, please see the new branch