Student doc rewritten

master
Petr Stefan 8 years ago
parent 0a07d5e45e
commit 982679b16d

@ -4,17 +4,11 @@
### Register, login, join group and submit solution to assignment ### Register, login, join group and submit solution to assignment
- There are two ways of registration to ReCodEx. You can use our built-in authentication system or some external service. Currently there is only one external service: CAS (Charles University Authentication System). - Registration can be made on separate page, _Create acount_ link from left menu. There are two forms, one for ReCodEx authentication and one for CAS (Charles University Authentication System) authentication. During the process instance has to be chosen. After successful registration you will be automatically logged in.
- After successful registration you should be automatically logged in by web application. - Login forms are located on page accessible through _Sign in_ link from menu. The same type of form as the registration must be used. After login occurs redirection to _Dashboard_ -- page with overview of achievements for each group user is member of.
- Same as for registration there are two ways of login. Using built-in authentication or some external one. - New page with details about used instance is accessible from menu, specificaly containing list public groups. From group detail page is possible to join (or leave) the group. Private groups are hidden and only supervisor can add students to that group.
- During registration instance had to be chosen. After login you should see some information about joined instance and also public groups which are part of that instance. - Pages of joined groups are accessible from menu. There is a list of assigned exercises. Detail of each assignment contains description of problem, deadlines, already submitted solution and other information.
- Groups have some hierarchy which can be also observed in instance detail. You can join any group which is visible there, but there can also be private non-visible groups to which only supervisors can add members. - Solution is submitted from assignment detail page through _Submit new solution_ button. After uploading source files the evaluation will start showing current progress. When finished, button _See results_ redirects to page with results summary.
- After joining appropriate group there is dashboard where content of group can be seen. Most notably list of all public assigned exercises if there are any.
- On assignment detail there can be found description of exercise, deadlines and some other information.
- The most important thing to student in ReCodEx is "Submit new solution" button. After clicking on it you can upload all files which will be used on evaluation and then submit them.
- By submitting files to evaluation our unique and cool progress bar should show up. In there you can observe progress of your solution which is now being executed on one of our workers.
- If everything goes right, hopefully good results of evaluation can be displayed. In there you can found a lot of information about execution, which tests were right and also points which were assigned to you.
- If you want to get back to some previous results of evaluation, list of all submissions can be found on assignment detail page.
### Forgot your password? Do not worry! ### Forgot your password? Do not worry!

Loading…
Cancel
Save