An open API service indexing awesome lists of open source software.

https://github.com/hassan-ghm/sql-trainer

(ASP.NET & Angular) SQL Trainer: An Interactive Tool for Learning and Practicing SQL Through Quizzes
https://github.com/hassan-ghm/sql-trainer

angular asp-net-core csharp dotnet entity-framework-core mysql typescript web

Last synced: 2 months ago
JSON representation

(ASP.NET & Angular) SQL Trainer: An Interactive Tool for Learning and Practicing SQL Through Quizzes

Awesome Lists containing this project

README

          

# SQL Trainer Web Application
SQL Trainer: An Interactive Tool for Learning and Practicing SQL Through Quizzes

## Technologies
* Angular
* ASP.NET Core
* Entity Framework Core

## App
### Description
The SQL Trainer application is designed to facilitate the creation, management, and administration of online quizzes in the context of a database course.
It allows instructors to create quizzes where questions are expressed in natural language.
Students answer these questions by submitting responses in the form of SQL queries.
Each quiz is associated with a database schema (Database class), which is expected to be preloaded in XAMPP.

### Database
![database](assets/database.png)

### Login
![login](assets/login.png)

### Student
#### Quizzes List
![quizzes](assets/quizzes.png)

#### Quiz
![question](assets/question.png)

#### Good solution
![good](assets/good-solution.png)

#### Bad solution
![bad](assets/bad-solution.png)

### Teacher
#### Quiz managment
![teacher](assets/teacher.png)

#### Create or edit quiz
![create](assets/create-edit-quiz.png)

![edit](assets/create-edit-quiz-2.png)