Create an Assignment Enabled for Auto-grading ############################################### Once you have launched the created course, you may start to develop the assignments for the students. With this section, we go over the steps to create the assignment. These steps consist of preparing the Jupyter Notebook as an assignment with the Formgrader tab. .. image:: ./images/create_assignment.png :width: 600px :align: center :alt: launched Once you are located within Formgrader, click on + Add new assignment to create a new assignment name. Once an assignment is created, a link is added to the assignment, visible within the Name column: .. image:: ./images/manage_assignment.png :width: 600px :align: center :alt: launched You may notice that when you click on the assignment link the path to new notebooks is within the source directory: .. image:: ./images/source.png :width: 600px :align: center :alt: launched At this point, you may click on the **Upload** button to upload a Notebook from your local computer .. image:: ./images/upload.png :width: 600px :align: center :alt: launched or create a new Jupyter Notebook file clicking the **New** .. image:: ./images/new.png :width: 600px :align: center :alt: launched After starting the notebook, you can create an assignment. Let's take a look at the workflow of it.