Skip to content

A small quiz app developed with ASP.NET Core + Angular.JS stack.

License

Notifications You must be signed in to change notification settings

maksym-loshadenko/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizApp

A small quiz app developed with ASP.NET Core + Angular.JS stack.

Task:

  1. The user is authorized in the system using a token / cookie, receives a list of tests.
  2. Can select a test by pressing "Start" and take a short description of the test.
  3. Select the checkbox "I agree to start", click "Proceed".
  4. Gets a screen with the first question and answer options, chooses one of them - can move on to the next question.
  5. Gets a screen with the results of the test and the button "Back" => which redirects to the list of tests.
  6. It should be different tests for different users

Test credentials:

  1. user1:123456 - a simple math test is available for this account.
  2. user2:123456 - a simple English test is available for this account.

Stack: Net(C#) + any frontend technology (Vue/Angular/React) или просто razor + js

Login page: изображение

Tests list page: изображение

Test agreement dialog: изображение

One of the questions with answers: изображение

Test result dialog: изображение