Authenticated users¶
An authenticated user has more options:
Home¶
The opening page of eKorpus shows short introductory text and lists articles related to eKorpus. This form is generated by index().
Account¶
Each user can manage own data with the next form. This form is handled by edit_mydata() and save().
Tests¶
This page lists all the tests assigned for current user. This form is generated by TestsController.list().
Test¶
This is the test execution form. This form is generated by TestsController.test().