NickA02 / SOTestingEnv

This project aims to create a web-based coding platform specifically tailored for Science Olympiad programming events.
2 stars 0 forks source link

Have a method to populate the set of questions/autograders #46

Closed ItIsAndrewL closed 1 week ago

ItIsAndrewL commented 1 week ago

The ES should run a script generate_blank_question <amt> which will generate blank files in the es_files/questions directory corresponding to the amount of questions supplied, starting from the next question number (i.e. if question 5 exists, generate questions 6,7,...)