With our latest webinar, you will learn everything you need to know to start manually and automatically grading your Web Development courses. We went over grading basic HTML and CSS websites, autograding JavaScript and autograding SQL in CodeGrade. We are also very excited to have had our first ever teacher showcase in this webinar: Johan Holmberg and Anton Tibblin from the Malmö University in Sweden showed how their teaching team uses Jest and Selenium to autograde user interfaces in a very powerful and flexible way! This webinar was part of our monthly Focus Groups and was recorded on October 8th 2021, it is available on demand now.
Learn more about the topics covered in this webinar:
Autograding User Interfaces and User Experience using Selenium and Jest
In this webinar, Johan Holmberg and Anton Tibblin discuss how they have used Selenium and Jest to set up automatic grading for their web development course. We have already covered this in a previous guide (which you can read here!), which was based on Johan's original GitHub page. You can find all setup scripts and example tests in Johan's public GitHub guide. Thank you very much Johan!
Autograding Databases in CodeGrade
At the end of this webinar, we discuss autograding databases courses in CodeGrade. It is very easily possible to install any SQL or NoSQL software on CodeGrade and use whichever software you prefer. In the webinar, we discuss how you can set up autograding for SQL queries using SQLite. You can find more information about autograding SQL in some of our blog posts, for instance: How to autograde MySQL assignments in CodeGrade or How to autograde using SQLite in CodeGrade.