From version < 29.1 >
edited by Josef Vencl
on 2020/10/12 12:35
To version < 30.1 >
edited by Josef Vencl
on 2020/10/12 12:39
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -97,8 +97,11 @@
97 97  1. __iTrivio__ database, in the table __usergroup__ write down
98 98  1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to
99 99  
100 -Beside these ids from database you might need
100 +Beside these ids from database you might need these two optional course ids:
101 101  
102 +* **COURSE_TEMPLATE_ID** - a course id that will be used as a template for newly created courses.
103 +* **TEST_TEMPLATE_ID** - a test id for newly created tests
104 +
102 102  = Configuration =
103 103  
104 104  Now you can modify the systems configuration files, use the values written down from databases.
... ... @@ -131,11 +131,11 @@
131 131  
132 132  #-# iTrivio db course ID, which will be used as a template for new test
133 133  # can be null, than the test will be empty
134 -competentItrivioIntegration.itrivioTestTemplateId=<COURSE_ID or EMPTY>
137 +competentItrivioIntegration.itrivioTestTemplateId=<COURSE_TEMPLATE_ID or EMPTY>
135 135  
136 136  #-# iTrivio db course ID, which will be used as a template for new course
137 137  # can be null, than the course will be empty
138 -competentItrivioIntegration.itrivioCourseTemplateId=<TEST_ID or EMPTY>
141 +competentItrivioIntegration.itrivioCourseTemplateId=<TEST_TEMPLATE_ID or EMPTY>
139 139  
140 140  #-# -------------- COMPETENT INTEGRATION ------------
141 141  #-# --- From Competent to iTrivio synchronization ---