Submission Manual
The project will be submitted on our website cseasu.com
The website runs a famous e-learning system called moodle that is used by many universities around the world.
We will just use that system to receive/evaluate your code of the programming problem.
-
Code submission steps
To submit your code follow the following step that demonstrate the submission of a simple demo problem on the website.
-
Login to cseasu.com using your username and password
-
Click on CSE 121_2016: Computer Programming Spring 2016
-
Click on the problem you want to submit a solution here we use as an example the problem named “Project: Level1”
-
You will go to the the main problem/project page that contains a description of the problem. Now, Click on Edit.
-
On the edit screen, you can paste your code
-
Paste your code and click “Save” button
-
Click “Run” button to test your code on a simple test case. This is just for you to be sure that your code is compiled successfully and run on a very simple testcase.
-
To run full test and get your grade of the problem/project, click on “Evaluate” (Evaluate will test many test cases and check the output of all test cases and give your program a grade based on the features tested successfully) Your grade details will be on the right side of screen.
-
You can evaluate your code several times till the deadline date of the problem/project.