Cover.png

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.

  1. Code submission steps

To submit your code follow the following step that demonstrate the submission of a simple demo problem on the website.

    1. Login to cseasu.com using your username and password

    2. Click on CSE 121_2016: Computer Programming Spring 2016

    3. Click on the problem you want to submit a solution here we use as an example the problem named “Project: Level1”

 

    1. You will go to the the main problem/project page that contains a description of the problem. Now, Click on Edit.

    2. On the edit screen, you can paste your code

    3. Paste your code and click “Save” button

 

    1. 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.

 

    1. 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.

 

    1. You can evaluate your code several times till the deadline date of the problem/project.