Administrators ************** Here are forms available for administrators (this is a clickable map): .. graphviz:: :alt: GUI digraph model { nodesep="0.1" ranksep="0.1" edge [color=lightgray]; node [shape=none]; rankdir=LR; home [shape=ellipse,coclor=lightgray, height=0.5, width=1, fixedsize=false ] users [URL="#users", image="images/thumb/users.png" ]; account [URL="#account", image="images/thumb/account.png" ]; "account recording" [URL="#add-recording", image="images/thumb/account_recording.png" ]; "users test" [URL="#user-test-result", image="images/thumb/users_test.png" ]; recordings [URL="#recordings", image="images/thumb/recordings.png" ]; "edit recording" [URL="#edit-recording", image="images/thumb/recordings_edit.png" ]; "recording segmentation" [URL="#recording-segmentation", image="images/thumb/recordings_segment.png" ]; tests [URL="#tests", image="images/thumb/tests.png" ]; "create test" [URL="#create-test", image="images/thumb/tests_create.png" ]; "select items" [URL="#select-items", image="images/thumb/tests_create_sele.png" ]; "execute test" [URL="#execute-test" image="images/thumb/tests_create_fill.png" ]; sessions [URL="#sessions", image="images/thumb/sessions.png" ]; home -> users users -> account account -> "account recording" users -> "users test" home -> recordings recordings -> "edit recording" recordings -> "recording segmentation" home -> tests tests -> "create test" "create test" -> "select items" "create test" -> "execute test" home -> sessions } Users ===== This form lists all the usres and their recordings and tests they have taken. It is generated by :meth:`~.AdminController.list`. You can examine and modify all of them: * user data * recording data * tesy data. .. image:: ../images/framed/users.png Account ------- On this form you can change user data or register a new recording done by this user. It is generated by :meth:`~.AdminController.edit` and stored by :meth:`~.AdminController.save`. .. image:: ../images/framed/account.png Add recording ------------- Add a new recording for this user. It is generated by :meth:`.RecordingsController.add` and stored by :meth:`.RecordingsController.save`. .. image:: ../images/framed/account_recording.png User test result ---------------- This form shows the test results for this user. It is generated by :meth:`.TestsController.show`. .. image:: ../images/framed/users_test.png Recordings ========== The recordings form lists all registered recordings with their dictor, link to the WAV file and all available segmentations. It is genereted by :meth:`~.RecordingsController.list`. .. image:: ../images/framed/recordings.png Edit recording -------------- Here You can update the data of a recording: upload a WAV or segmentation (Praat TextGrid). It is genereted by :meth:`~.RecordingsController.edit` and stored by :meth:`~.RecordingsController.save`. .. image:: ../images/framed/recordings_edit.png Recording segmentation ---------------------- This form shows a recording segmentation with links to segment WAVs. It is genereted by :meth:`~.RecordingsController.index`. .. image:: ../images/framed/recordings_segment.png Tests ===== List of all tests. Generated by :meth:`~.TestsController.list`. .. image:: ../images/framed/tests.png Create test ----------- Create a new or edit an test. It is genereted by :meth:`~.TestsController.edit` and its results are stored by :meth:`~.TestsController.save`. .. image:: ../images/framed/tests_create.png Select items ++++++++++++ Select items for a test. On the right are sentence level segmentations which You can expand and drag and drop sentences to the left box. addsegment This is handled by :meth:`~.TestsController.build`, :meth:`~.TestsController.addsegment`, :meth:`~.TestsController.removesegment` and :meth:`~.TestsController.order`. .. image:: ../images/framed/tests_create_sele.png Execute test ++++++++++++ This is test execution form. It is genereted by :meth:`~.TestsController.test` and its results are stored by :meth:`~.TestsController.results`. .. image:: ../images/framed/tests_create_fill.png Sessions ======== .. image:: ../images/framed/sessions.png