Python library for pedagogical auto-assessment
Перейти к файлу
Chris Pyles 0c5a7b7377 SUPPORT.md 2021-11-26 20:47:38 -08:00
.github Update release.yml 2021-06-22 13:13:55 -04:00
demo fixed handling of dictionaries 2021-11-25 21:38:30 -08:00
docs formatting 2021-11-26 20:44:42 -08:00
images Images 2021-06-09 12:31:58 +01:00
pybryt track modules in tracing function 2021-11-26 20:16:38 -08:00
tests removed todo 2021-11-26 20:33:24 -08:00
.coveragerc updated Makefile 2021-05-26 19:43:18 -04:00
.gitignore fixed bug in student cache path? 2021-06-12 12:52:10 -07:00
CHANGELOG.md changelog 2021-11-26 19:55:49 -08:00
CITATION.cff Update CITATION.cff 2021-08-26 17:32:18 +01:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-01-25 05:50:22 -08:00
CONTRIBUTING.MD Initial commit 2021-01-25 14:14:31 +00:00
LICENSE Initial LICENSE commit 2021-01-25 05:50:23 -08:00
Makefile docs for debug mode 2021-11-06 17:55:00 -07:00
README.md Update README.md 2021-07-09 14:50:38 +01:00
SECURITY.md Initial SECURITY.md commit 2021-01-25 05:50:26 -08:00
SUPPORT.md SUPPORT.md 2021-11-26 20:47:38 -08:00
environment.yml Address changes in pip 21.2.1 behaviour. 2021-08-09 12:20:49 +01:00
requirements.txt unpin ipykernel 2021-11-09 08:16:00 -08:00
setup.py docstrings, entry_points 2021-05-26 00:00:46 -04:00

README.md

PyPI GitHub license GitHub contributors GitHub issues GitHub pull-requests PRs Welcome GitHub Actions codecov

GitHub watchers GitHub forks GitHub stars

PyBryt - Python Library

PyBrytLogo

PyBryt is an auto-assessment Python library for teaching and learning.

  • The PyBryt Library is a FREE Open Source Python Library that provides auto assessment of grading submissions. Our goal is to empower students and educators to learn about technology through fun, guided, hands-on content aimed at specific learning goals.
  • The PyBryt Library is a Open Source Python Library - focused on the auto assessment and validation of Python coding.
  • The PyBryt library has been developed under open source to support learning and training institutions to auto assess the work completed by learners.
    PyBrytGoals
  • The PyBryt Library will work existing auto grading solution such as Otter Grader, OkPy or Autolab.

Features

Educators and Institutions can leverage the PyBryt Library to integrate auto assessment and reference models to hands on labs and assessments.

  • Educators do not have to enforce the structure of the solution;
  • Learner practice the design process,code design and implemented solution;
  • Meaningful & pedagogical feedback to the learners;
  • Analysis of complexity within the learners solution;
  • Plagiarism detection and support for reference solutions;
  • Easy integration into existing organizational or institutional grading infrastructure.

Getting Started

See the Getting Started page on the pybryt documentation for steps to install and use pybryt for the first time.

Testing

To run the demos, all demos are located in the demo folder.

First install PyBryt with pip:

pip install pybryt

Simply launch the index.ipynb notebook in each of the directories under demo from Jupyter Notebook, which demonstrates the process of using PyBryt to assess student submissions.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.