I'm using CodeRunner for some time now and I must say that it is a very useful one. I was able to create various SQL questions. (by changing the Python code and using the "extra template data" field as needed)
Now I need to check students' knowledge in "create database" statement. Since in the normal process we need to upload SQLite database to create a question, it is not straightforward to come up with a question to evaluate the "create database" statement. According to my understanding, an SQLite database should be created whenever a student correctly writes the "create database" statement and hit the check button.
So I would like to know whether this is possible with CodeRunner.