Skip to content

mantvydasBra/OOP_homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP_homework

Homework which was created by my classmate. Simple program in C# which uses SQL server for its information keeping. The program works like this:

  • Student logs in and can see his exams and grades.
  • Admin logs in and can add new student accounts (set their ID, Name, Password, Surname and up to 5 exams)

Layout

There are multiple different screens. First one is login screen.

Login-screen.png

The username by default is: Admin and Password is: test123 Also another preset account: Jonas and 1234

User interface:

User-interface.png

Users can only see their exams and grades they got.

Admin interface:

Admin-interface.png

Admins can view all users. Also they can add new users:

user-add-interface.png

Personal ID can only be 11 symbols (Lithuania standart). Only 2-5 exams can be picked, because of the rules.

User list contains all the users, which can be individually double clicked and last screet opens, which lets set the grades. All exams must have a value in here.

set-exams-ui.png

About

Homework which was created by my classmate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages