Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 685 Bytes

File metadata and controls

48 lines (31 loc) · 685 Bytes

ExamOn

What is ExamOn

  • Learning Python Content Management System (LPCMS)

Features

  • Generate content from plain Python code
  • Automatic categorisation of content

Prequisites

  • Python 3.9.16 or later
  • Pip3

Quick Start

pip install examon
examon init
examon package install
examon

Customising Your Exam

Set the active repos

Examon will only use questions from repositories you have added and are marked as active

examon repos list
examon repos add_active <repo name>
  • Use the tag filter
examon run --tags "<tag_one>, <tag_two>"

Active Exam Repositories

Creating your own Exam

Security

Roadmap