Skip to content

yashasroy/sct-pythonwhat-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sct-testwhat-quiz

This repo contains a number of python exercises, many of which are missing SCTs. Each exercise has a number of passing or failing submissions (shown below). Complete the missing SCTs to the best of your ability, so that each listed solution passes or fails appropriately, and with the correct feedback message.

How to Take the Quiz

Simply fork this repo, and modify the exercises in the teach editor. See the section below for directions on using the teach editor.


DataCamp Template Course

This an automatically generated DataCamp course. You can start from these template files to create your own course.

Changes you make to this GitHub repository are automatically reflected in the linked DataCamp course. This means that you can enjoy all the advantages of version control, collaboration, issue handling ... of GitHub.

Workflow

  1. Edit the markdown and yml files in this repository. You can use GitHub's online editor or use git locally and push your changes.
  2. Check out your build attempts on the Dashboard.
  3. Check out your automatically updated course on DataCamp

Getting Started

A DataCamp course consists of two types of files:

  • course.yml, a YAML-formatted file that's prepopulated with some general course information.
  • chapterX.md, a markdown file with:
    • a YAML header containing chapter information.
    • markdown chunks representing DataCamp Exercises.

To learn more about the structure of a DataCamp course, check out the documentation.

Every DataCamp exercise consists of different parts, read up about them here. A very important part about DataCamp exercises is to provide automated personalized feedback to students. In python, these so-called Submission Correctness Tests (SCTs) are written with the testwhat package. SCTs for Python exercises are coded up with pythonwhat. Check out the GitHub repositories' wiki pages for more information and examples.

Want to learn more? Check out the documentation on teaching at DataCamp.

Happy teaching!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published