Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 899 Bytes

Internet Engineering Exams

Introduction

Questions for Internet Engineering Final/Midterm Exams. Each problem has its specific folder and by customizing src/index.tex you can create your exam. First exam was a quiz on Beheshti University Fall 2020 when everything was remote.

Build

Repository is structured based on Tectonic

tectonic -X build

Midterms (Frontend)

On midterms, I always ask students to implement a very simple GUI (based on pure JS, CSS and HTML) for an API which is easy, fun and also a good way to measure students knowledge.

Midterms (Backend)

On miterms, I always ask students to implement a very simple Backend server in Go with a few APIs. They are free to use any library or framework that fits them.