From version < 4.1 >
edited by admin admin
on 2020/04/27 06:45
To version < 6.1 >
edited by Ondřej Steffl
on 2020/04/29 12:36
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.osteffl
Content
... ... @@ -1,3 +1,8 @@
1 +(% class="box errormessage" %)
2 +(((
3 +This section is currently under construction... please wait until is finished
4 +)))
5 +
1 1  = Software to be installed =
2 2  
3 3  //Unless stated otherwise, newer stable versions of the program should work.//
... ... @@ -7,21 +7,42 @@
7 7  ==== [[Competent 33>>doc:Main.Official manuals.Competent installation manual.WebHome]] ====
8 8  
9 9  
10 -= Configuration =
15 += Introduction =
11 11  
12 -This configuration describes basic scenario where
17 +//On this page we use the term "Course" for both iTrivio courses and tests.//
13 13  
14 -* Both iTrivio and Competent are fresh installations
15 -* Login with default iTrivio and Competent admin accounts were successfully tested
16 -* Competent will be main platform to handle course creation and user management - after integration configuration there will be no need to access iTrivio as an administrator or student except modifying content of course and playing course.
19 +Integration of Competent with iTrivio provides features of both software merged and accessible through the Competent.
17 17  
18 -(% class="box errormessage" id="HPrerequisities" %)
21 +When specific object is created in Competent, it is automatically created also in iTrivio. Competent then contains ID reference to its iTrivio counterpart.
22 +
23 +This applies to creation and deletion of
24 +
25 +* Users
26 +* Courses (in Competent these are Activities with launch type iTrivio)
27 +* User-Course assignments
28 +* User-Course attempts
29 +
30 +iTrivio application is accessible only with specific links in Competent when
31 +
32 +* editing content of Course
33 +* playing Course
34 +* displaying specific User-Course reports
35 +
36 +The generated links to the iTrivio contains a one time auto-login security token which approves the current user's action in the iTrivio thus there is no need to the user to log in into the iTrivio. By default is password of an user in the iTrivio different (random) from his/hers Competent password to prevent direct access to the iTrivio. We recommend to disable iTrivio emailing and to keep iTrivio user's password secret to the user.
37 +
38 +(% class="box warningmessage" %)
19 19  (((
20 -This section is currently under construction... please wait until is finished
40 +**Modifying iTrivio directly (out of Competent platform) can cause synchronization issues, especially when manipulating with Users, Courses, User-Course attempts and assignments.**
21 21  )))
22 22  
23 -
43 +This configuration describes the basic scenario where
24 24  
45 +* both iTrivio and Competent are fresh installations
46 +* login with default iTrivio and Competent admin accounts were successfully tested
47 +* Competent will be main platform to handle course creation/deletion, user management and user-course management.
48 +
49 +Contact Educasoft for specific configuration procedure in other more complex scenarios (e.g. Competent is going to use existing iTrivio application already filled with course/user data )
50 +
25 25  = Competent part =
26 26  
27 27  
... ... @@ -47,7 +47,7 @@
47 47  //(ID of folder in iTrivio in which to create new Activites)//
48 48  * **competentItrivioIntegration.auth.userId=2**
49 49  //(ID of user in whose name the authorisation of running the course will be done?)//
50 -* **competentItrivioIntegration.auth.key=Z1zzzQYY91mDNdGWKzoa**
76 +* **competentItrivioIntegration.auth.key=**
51 51  //(secret key for JWT token)//
52 52  * **competentItrivioIntegration.auth.environment=demo**
53 53  //(authentication environment, used in JWT token I think)//