This is a web-app built with PHP, and was used in Computer Science Department fest (Turington) of Ramanujan College.
In this event we have 2 rounds:
Round | No of questions | Marks for each correct answer | Negative marking | Instructions |
---|---|---|---|---|
1. | 20 | 4 | Yes (-1 for each wrong answer) | 1. Register using the link provided and begin the test 2. You'll reach a ranking page at the end where selected students will get login credentials for the next round. The answer checking for this round is automatic and ranking will be based on marks and submission time |
2. | 10 | 5 | none | 1. User can use any one language of his/her choice to answer questions in this round 2. Login using the credentials provided to you earlier and start answering the questions. There will be a manual checking for the answers in this round. The participant wo gets maximum correct answers in minimum time will be declared the winner. |
Step 1: Import omnicoder.sql to your xampp
Step 2: Go to ./omnicoder/
Step 3: Register and attempt round 1
Step 4: After all participant had submitted their result, then we'll calculate result by running ./omnicoder2/calculateResult.php
Step 5: go to ./omnicoder/result/index.php and change $noSelected, number of students you want to select.
Step 6: Now database will be updated with marks, now to get ranking go to ./omnicoder/result
Step 7: Now those people who got selected will get a random login id and password.
Step 8: Now go to /omnicoder2/ and attempt round 2.
Step 9: Now we have to manually check each answer of round 2.