Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasmeentarek1/quiz_proctoring_system
System to assign Teaching Assistants (TAs) to quizzes while respecting their teaching schedules and days off avoiding any scheduling clashes.
https://github.com/yasmeentarek1/quiz_proctoring_system
backtracking logical-programming permutations prolog recursion
Last synced: about 2 months ago
JSON representation
System to assign Teaching Assistants (TAs) to quizzes while respecting their teaching schedules and days off avoiding any scheduling clashes.
- Host: GitHub
- URL: https://github.com/yasmeentarek1/quiz_proctoring_system
- Owner: YasmeenTarek1
- Created: 2024-09-16T00:11:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T01:47:52.000Z (5 months ago)
- Last Synced: 2024-12-15T01:34:35.577Z (2 months ago)
- Topics: backtracking, logical-programming, permutations, prolog, recursion
- Language: Prolog
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 Quiz Proctoring System
## Project Overview
The **Quiz Proctoring System** is a Prolog-based program designed to efficiently assign TAs to proctor quizzes while adhering to their teaching schedules and day-offs. This system ensures that quizzes are adequately staffed with the required number of proctors, avoiding conflicts with teaching responsibilities. It provides an optimized and reliable way to manage proctor assignments in an educational setting.
## Features
- 🗓️ **Dynamic Proctor Assignment**: Assign TAs to quizzes while respecting their teaching schedules and days off, ensuring fairness and balance.
- 🔄 **Validation of Assignments**: Automatically verify proctor assignments and identify possible valid configurations.
- 📊 **Schedule Generation**: Produce detailed schedules showing TA availability for each quiz slot, enhancing planning and coordination.## Predicates
- **`assign_proctors/4`**: Assigns TAs to quizzes while satisfying all constraints, including availability and scheduling rules.
- **`free_schedule/3`**: Computes the availability of TAs based on their teaching schedules and days off, ensuring no conflicts arise.
- **`assign_quizzes/3`**: Matches quizzes with available TAs, ensuring that all constraints are respected and assignments are valid.
- **`assign_quiz/3`**: Provides a list of TAs who are available to proctor a specific quiz, simplifying the assignment process.This system streamlines quiz proctoring logistics, saving time and reducing manual scheduling errors.