Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dipu-bd/lab-exam

Java Project
https://github.com/dipu-bd/lab-exam

java lab-exam

Last synced: about 1 month ago
JSON representation

Java Project

Awesome Lists containing this project

README

        

# Lab-Exam

### Basic Idea

There will be two different application. One for server and another one for the clients. In the server application, passwords for all participants will be auto-generated and printed. Clients can login using their registration number and passwords and IP address of the server.

After the exam begins question description will be shown to the participants. They have to write and submit their codes from inside of the application. There should not any way to copy-paste code or view it by another method. And one cannot go outside the application until the exam is finished.

Server application will listen to all clients and download and store submitted solutions into separate folders in the server PC.

### Setup Client PC
1. Install the latest JDK and GCC.
2. Run LabExamClient as Administrator and click settings.
3. Setup compilers default folder.
4. Click Disable Keys. If it does not work run block.reg to block Windows and Alt keys.
5. Delete old files and folders from document folder.
6. Now Restart the computer and run LabExamClient.

### Developer
[Sudipto Chandra Dipu](https://github.com/dipu-bd)