Coder Social home page Coder Social logo

prog-edu-assistant-quizzes's Introduction

Quizzes for Programming Education Assitant

This repository contains quizzes for a project of programming education assistant tools. The tools can add autograding capability to Python programming courses using Jupyter or Colab notebooks. Note that this repository only includes quizzes, and the source code of the tools should go to the tool's repository.

Who is this project for?

The main target audience is teaching staff who develops programming courses using Colab Python notebooks. The quizzes provided in this repository can be added to existing courses and made autocheckable by students.

The main focus is Japanese universities, so the quiezzes provided in this repository are mostly in Japanese language.

How to integrate autograder to your course

If you have a course based on Jupyter notebooks and want to integrate the autochecking tests, there are multiple different way how the autochecking tests can be run. See README of the tool for its details. Basically, the quizzes in this repository considers running autochecking inside the student notebook.

How to generate student notebooks

TODO(salikh): Replace with the packaged scripts once the PyPI package includes the scripts.

  1. Clone the tools project

    git clone http://github.com/google/prog-edu-assistant
    
  2. Create a virtual Python3 environment and activate it.

    virtualenv -p python3 venv
    source venv/bin/activate
    
  3. Install the tool dependencies.

    pip install -r prog-edu-assistant/python/colab/requirements.txt
    pip install prog_edu_assistant_tools
    
  4. Convert the instructor notebook to student format.

    python prog-edu-assistant/python/colab/convert_to_student.py \
      --master_notebook instructor/python-intro.ipynb \
      --output_student_notebook student/python-intro-student.ipynb
    

Development environment setup

Follow the tools guideline if you want to modify the tools.

License

This work is licensed under a CC BY 4.0 license. See LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

prog-edu-assistant-quizzes's People

Contributors

salikh avatar shige-compit avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.