title | description |
---|---|
Quickstart |
Create a course and watch SensAI in action |
SensAI uses OpenAI (the company that created ChatGPT) for its AI capabilities. You need to add your OpenAI API key to SensAI to link your OpenAI account to SensAI. OpenAI charges money for every API call we make. This way you can manage your API usage and costs through your OpenAI account.
Open the admin panel by clicking on the `Admin Panel` button in the sidebar. You can find your OpenAI API keys [here](https://platform.openai.com/api-keys). Create a new API key from the same page if you don't have one. Make sure to add credits to your account from the [billing page](https://platform.openai.com/settings/organization/billing/overview) before adding the API key to SensAI. ## Create a courseCreate a cohort, add learners to it, create a course, add tasks to it and group the tasks under a milestone.
The course that you will create later will be added to this cohort. A cohort can have learners, mentors and groups. Groups are a way to organize learners. Learn more in the [Glossary](/glossary) section. Only learners added to a cohort can access the course. You can assign the course to one or more cohorts at the time of creation. Then, you can see the list of cohorts the course is assigned to in the course page and the list of courses in a given cohort in the cohort page. Tasks will be added to the course in the next step. Tasks are the units of work that learners will complete. They are assigned to one or more courses. There are two types of tasks: `Reading Material` and `Question`. Learn more in the [Tasks](/teachers/tasks) page. We will create one `Reading Material` task and one `Question` task in this step.While adding a `Question` type task, you can add a reference answer to it. This is the solution that the AI will use to check if the learner's response is correct. You can even use AI to generate the reference answer for you as shown in the video below.
<video
width="100%"
height="315"
controls
title="Creating a cohort"
>
<source src="./videos/quickstart-6-create_tasks.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
Phew! That was a lot of work. Congratulations! You have created your first course. 🎉
If you go back to your home page now, you will see the course you created along with the tasks grouped under the milestone you created.
<video width="100%" height="315" controls title="Course created"