master
Martin Polanka 8 years ago
parent 558e20e1cf
commit 1984fbb7ce

@ -5,16 +5,15 @@
### 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 should be quite easy, only few user details are required.
- After successful registration you should be automatically logged in by web application.
- Same as for registration there are two ways of login. Using built-in authentication or some external one. But generally all login forms should be same and require only some user identification and password.
- 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 instance.
- Same as for registration there are two ways of login. Using built-in authentication or some external one.
- 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.
- 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 in which only supervisors can add members.
- 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 beeing 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 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 submission can be found on assignment detail page.
### Forgot your password, do not worry

Loading…
Cancel
Save