Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 787 Bytes

Simple LTI 1.3 Quiz App

A Single Page App built with React and Tailwind CSS on top of a Flask backend, which handles the following:

  • Database interactions - SQLite in our example.

  • APIs for CRUD operations on the database.

  • LTI 1.3 Tool - messaging and grade passback testing.

Uses the excellent pylti1p3 library for Python.

A project run-through can be found here:

Build a Simple LMS-Integrated Quiz App Using Python, React.js, and LTI 1.3 – Recap – EdTech Insights

This is dependent on the companion project here:

GitHub - eharvey71/react-simple-quiz