English fixes from a native speaker :)

master
Adam Dingle 7 years ago
parent f1a49c2713
commit 68a3f7d58f

@ -2,27 +2,27 @@
## Browser Issues ## Browser Issues
First, make sure you are using a modern web browser, preferably Mozilla Firefox or Google Chrome. Although our objective is to support all modern browsers, rapid development prevents us doing extensive testing across many platforms; hence, we stick with the mentioned two browsers now. First, make sure you are using a modern web browser, preferably Mozilla Firefox or Google Chrome. Although our objective is to support all modern browsers, rapid development prevents us from doing extensive testing across many platforms; hence, we are sticking with the aforementioned two browsers for now.
Make sure you refresh your browser cache (`Ctrl+F5`) before logging in, especially if new version has been deployed. The refresh will prevent older pieces of the application to linger in your cache. This is just a precaution. Make sure you refresh your browser cache (`Ctrl+F5`) before logging in, especially if a new version has been deployed. The refresh will prevent older pieces of the application from lingering in your cache. This is just a precaution.
Sometimes, a component on a page does not refresh itself correctly. The application is a complex system of components and still under development. If you make an action and do not see the results in a reasonable while, refresh the page. Sometimes a component on a page does not refresh itself correctly. The application is a complex system of components and is still under development. If you make an action and do not see the results in a reasonable while, refresh the page.
## How to register into ReCodEx and what method should I use? ## How to register into ReCodEx and what method should I use?
ReCodEx can provide multiple way how to register and login users. Currently there are two options: local ReCodEx account or account binded to CAS service. Prefered way of registration and authentication is using CAS service and using local account only on special circumstances. CAS authentication provides more features, such as automatic binding of users to SIS groups. ReCodEx provides multiple ways for a user to register and log in. Currently there are two options: a local ReCodEx account or an account bound to the CAS service. The preferred way of registration and authentication is using the CAS service and using a local account only in special circumstances. CAS authentication provides more features, such as automatic binding of users to SIS groups.
### I registered using local account but I want to use also CAS and its advantages ### I registered using a local account but I want to use also CAS and its advantages
Login mechanism of the system is prepared for this option. The only prerequisite is that your email address in local account is the same as the one in CAS service. If this is the case, binding of accounts is quite easy, just login using CAS service and system will automatically bind those two accounts. Also please note that during binding your local account password will be cleared and if you want to use it further, you have to change it. The system's login mechanism is prepared for this option. The only prerequisite is that your email address in the local account must be the same as the one in CAS. If this is the case, binding the accounts is quite easy, just log in using CAS and the system will automatically bind those two accounts. Also please note that when binding your local account your password will be cleared and if you want to use it further, you have to change it.
### I registered using CAS account but I want to use also local one ### I registered using a CAS account but I also want to use a local one
This feature is currently not supported directly. If need be, we can create associated local credentials manually. This feature is currently not supported directly. If need be, we can create the associated local credentials manually.
## As a supervisor I want to see more detailed logs of user submission ## As a supervisor I want to see more detailed logs of user submissions
Before we start let us define debug vs. regular submission. Results of debug submissions contains evaluation results, execution log and outputs of executed programs. And results of regular submission contains only results needed for proper assignment of points (aka. evaluation results). Before we start let us define debug vs. regular submissions. The results of a debug submission contain evaluation results, the execution log and the outputs of executed programs. And the results of a regular submission contain only the results needed for proper assignment of points (aka. evaluation results).
With this being said, all submissions made by students for an assignment are regular ones and even submissions of reference exercise solutions are regular. As a supervisor you should be able to do something called resubmit of user solution, this feature should be available on every page of particular submission. On resubmit debug outputs and execution log are turned on by default and can be found in results archive. Please note that resubmit of all solutions for assignment is just regular submission without debug information. With this being said, all submissions made by students for an assignment are regular and even submissions of reference exercise solutions are regular. As a supervisor you should be able to do something called resubmitting a user solution; this feature should be available on every page of a particular submission. On resubmitting, debug outputs and execution log are turned on by default and can be found in the results archive. Please note that resubmitting all solutions for an assignment is just a regular submission without debug information.

Loading…
Cancel
Save