Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dipu-bd/lab-exam
- Owner: dipu-bd
- License: gpl-3.0
- Created: 2015-01-29T08:01:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T06:51:23.000Z (about 9 years ago)
- Last Synced: 2024-05-01T13:03:55.979Z (7 months ago)
- Topics: java, lab-exam
- Language: HTML
- Size: 49 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)