2️⃣Create a class

Introduction

A class is the first thing you need to have in CodeChum, since it's where you can manage your students, give programming activities, and get automatic feedback on how they are doing with the given activities.

In short, to start using CodeChum, you first have to make a class where your students can join.

Steps

To create a class in CodeChum, you only need to follow these steps:

  1. Login to https://app.codechum.com/ with your Teacher account. This will redirect you to the View All Classes screen.

  2. Click the Create Class card. This will open a popup window showing you what information we need to make your class.

  3. Provide a name for your class.

  4. Select what programming language this class will be associated to. CodeChum currently supports languages in C, C++, C#, Java, Python, HTML/CSS/JS and MySQL. But in this case we will select C#.

  5. Finally, based on the programming language you selected, select which course you would like the class to be in. In this case, we will select CodeChum C# Programming 2.

  6. You also have the option to customize the courses you've selected.

  7. Once done, click the green Create Class button. This will show a popup window informing you that you've successfully created your class!

And there you have your very own class! Time to invite your students in.

Last updated