From dce208c78a300d1f9d208fbe17a42f671bc60244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 27 Sep 2019 01:24:04 +0200 Subject: [PATCH] Version19.16.8 --- swad_action.c | 2562 +++++++++++++++++++++++----------------------- swad_changelog.h | 3 +- 2 files changed, 1283 insertions(+), 1282 deletions(-) diff --git a/swad_action.c b/swad_action.c index 6db9dfef2..e3ebfd729 100644 --- a/swad_action.c +++ b/swad_action.c @@ -94,326 +94,326 @@ extern struct Globals Gbl; 1. ActUnk Unknown action 2. ActMnu Show menu of a tab 3. ActRefCon Refresh number of notifications and connected users via AJAX - 8. ActWebSvc Call plugin function + 4. ActWebSvc Call plugin function Start: - 9. ActFrmLogIn Show landing page (forms to log in and to create a new account) - 10. ActReqSch Request search in system tab - 11. ActSeeSocTmlGbl Show social timeline (global) - 12. ActSeeSocPrf Suggest list of users to follow - 13. ActSeeCal Show the academic calendar - 14. ActSeeNtf Show my recent notifications + 5. ActFrmLogIn Show landing page (forms to log in and to create a new account) + 6. ActReqSch Request search in system tab + 7. ActSeeSocTmlGbl Show social timeline (global) + 8. ActSeeSocPrf Suggest list of users to follow + 9. ActSeeCal Show the academic calendar + 10. ActSeeNtf Show my recent notifications - 15. ActLogIn Authentify user internally (directly from the platform) - 16. ActLogInNew Authentify user internally (directly from the platform, only if user has not password) - 17. ActLogInLan Change language to my language just after authentication - 18. ActAnnSee Mark announcement as seen - 19. ActReqSndNewPwd Show form to send a new password via email - 20. ActSndNewPwd Send a new password via email - 21. ActLogOut Close session + 11. ActLogIn Authentify user internally (directly from the platform) + 12. ActLogInNew Authentify user internally (directly from the platform, only if user has not password) + 13. ActLogInLan Change language to my language just after authentication + 14. ActAnnSee Mark announcement as seen + 15. ActReqSndNewPwd Show form to send a new password via email + 16. ActSndNewPwd Send a new password via email + 17. ActLogOut Close session - 22. ActSch Search for courses, teachers, documents... + 18. ActSch Search for courses, teachers, documents... - 5. ActRefNewSocPubGbl Refresh recent social timeline via AJAX - 6. ActRefOldSocPubGbl View old social timeline with users I follow via AJAX - 23. ActRcvSocPstGbl Receive a public social post to be displayed in the timeline (global) - 24. ActRcvSocComGbl Comment a social note in the timeline (global) - 25. ActAllShaSocNotGbl Show all users who have shared a note in the timeline (global) - 26. ActAllFavSocNotGbl Show all users who have favourited a note in the timeline (global) - 27. ActAllFavSocComGbl Show all users who have favourited a comment in the timeline (global) - 28. ActShaSocNotGbl Share a social note in the timeline (global) - 29. ActUnsSocNotGbl Unshare a previously shared social note in the timeline (global) - 30. ActFavSocNotGbl Favourite a social note in the timeline (global) - 31. ActUnfSocNotGbl Unfavourite a previously favourited social note in the timeline (global) - 32. ActFavSocComGbl Favourite a social comment in the timeline (global) - 33. ActUnfSocComGbl Unfavourite a previously favourited social comment in the timeline (global) - 34. ActReqRemSocPubGbl Request the removal of a social publishing in the timeline (global) - 35. ActRemSocPubGbl Remove a social publishing in the timeline (global) - 36. ActReqRemSocComGbl Request the removal of a comment in a social note (global) - 37. ActRemSocComGbl Remove of a comment in a social note (global) + 19. ActRefNewSocPubGbl Refresh recent social timeline via AJAX + 20. ActRefOldSocPubGbl View old social timeline with users I follow via AJAX + 21. ActRcvSocPstGbl Receive a public social post to be displayed in the timeline (global) + 22. ActRcvSocComGbl Comment a social note in the timeline (global) + 23. ActAllShaSocNotGbl Show all users who have shared a note in the timeline (global) + 24. ActAllFavSocNotGbl Show all users who have favourited a note in the timeline (global) + 25. ActAllFavSocComGbl Show all users who have favourited a comment in the timeline (global) + 26. ActShaSocNotGbl Share a social note in the timeline (global) + 27. ActUnsSocNotGbl Unshare a previously shared social note in the timeline (global) + 28. ActFavSocNotGbl Favourite a social note in the timeline (global) + 29. ActUnfSocNotGbl Unfavourite a previously favourited social note in the timeline (global) + 30. ActFavSocComGbl Favourite a social comment in the timeline (global) + 31. ActUnfSocComGbl Unfavourite a previously favourited social comment in the timeline (global) + 32. ActReqRemSocPubGbl Request the removal of a social publishing in the timeline (global) + 33. ActRemSocPubGbl Remove a social publishing in the timeline (global) + 34. ActReqRemSocComGbl Request the removal of a comment in a social note (global) + 35. ActRemSocComGbl Remove of a comment in a social note (global) - 38. ActReqOthPubPrf Request @nickname to show a public user's profile + 36. ActReqOthPubPrf Request @nickname to show a public user's profile - 7. ActRefOldSocPubUsr View old social timeline of a user via AJAX - 39. ActRcvSocPstUsr Receive a public social post to be displayed in the timeline (user) - 40. ActRcvSocComUsr Comment a social note in the timeline (user) - 41. ActAllShaSocNotUsr Show all users who have shared a note in the timeline (user) - 42. ActAllFavSocNotUsr Show all users who have favourited a note in the timeline (user) - 43. ActAllFavSocComUsr Show all users who have favourited a comment in the timeline (user) - 44. ActShaSocNotUsr Share a social note in the timeline (user) - 45. ActUnsSocNotUsr Unshare a previously shared social note in the timeline (user) - 46. ActFavSocNotUsr Favourite a social note in the timeline (user) - 47. ActUnfSocNotUsr Unfavourite a previously favourited social note in the timeline (user) - 48. ActFavSocComUsr Favourite a social comment in the timeline (user) - 49. ActUnfSocComUsr Unfavourite a previously favourited social comment in the timeline (user) - 50. ActReqRemSocPubUsr Request the removal of a social publishing in the timeline (user) - 51. ActRemSocPubUsr Remove a social publishing in the timeline (user) - 52. ActReqRemSocComUsr Request the removal of a comment in a social note (user) - 53. ActRemSocComUsr Remove of a comment in a social note (user) + 37. ActRefOldSocPubUsr View old social timeline of a user via AJAX + 38. ActRcvSocPstUsr Receive a public social post to be displayed in the timeline (user) + 39. ActRcvSocComUsr Comment a social note in the timeline (user) + 40. ActAllShaSocNotUsr Show all users who have shared a note in the timeline (user) + 41. ActAllFavSocNotUsr Show all users who have favourited a note in the timeline (user) + 42. ActAllFavSocComUsr Show all users who have favourited a comment in the timeline (user) + 43. ActShaSocNotUsr Share a social note in the timeline (user) + 44. ActUnsSocNotUsr Unshare a previously shared social note in the timeline (user) + 45. ActFavSocNotUsr Favourite a social note in the timeline (user) + 46. ActUnfSocNotUsr Unfavourite a previously favourited social note in the timeline (user) + 47. ActFavSocComUsr Favourite a social comment in the timeline (user) + 48. ActUnfSocComUsr Unfavourite a previously favourited social comment in the timeline (user) + 49. ActReqRemSocPubUsr Request the removal of a social publishing in the timeline (user) + 50. ActRemSocPubUsr Remove a social publishing in the timeline (user) + 51. ActReqRemSocComUsr Request the removal of a comment in a social note (user) + 52. ActRemSocComUsr Remove of a comment in a social note (user) - 54. ActCalFig Calculate user's figures and store into user's figures + 53. ActCalFig Calculate user's figures and store into user's figures - 55. ActFolUsr Follow another user - 56. ActUnfUsr Unfollow another user - 57. ActSeeFlg Show following - 58. ActSeeFlr Show followers + 54. ActFolUsr Follow another user + 55. ActUnfUsr Unfollow another user + 56. ActSeeFlg Show following + 57. ActSeeFlr Show followers - 59. ActPrnSysCrs Show print view of the academic calendar - 60. ActChgSysCrs1stDay Change first day of week and show academic calendar + 58. ActPrnSysCrs Show print view of the academic calendar + 59. ActChgSysCrs1stDay Change first day of week and show academic calendar - 61. ActSeeNewNtf Show my recent notifications (link in top heading) - 62. ActMrkNtfSee Mark all my notifications as seen - 63. ActSeeMai See mail domains - 64. ActEdiMai Edit mail domains - 65. ActNewMai Request the creation of a mail domain - 66. ActRemMai Request the removal of a mail domain - 67. ActRenMaiSho Request the change of a mail domain - 68. ActRenMaiFul Request the change of the info of a mail domain + 60. ActSeeNewNtf Show my recent notifications (link in top heading) + 61. ActMrkNtfSee Mark all my notifications as seen + 62. ActSeeMai See mail domains + 63. ActEdiMai Edit mail domains + 64. ActNewMai Request the creation of a mail domain + 65. ActRemMai Request the removal of a mail domain + 66. ActRenMaiSho Request the change of a mail domain + 67. ActRenMaiFul Request the change of the info of a mail domain System: - 69. ActSeeCty List countries - 70. ActSeePen List pending institutions, centres, degrees and courses in hierarchy - 71. ActSeeLnk See institutional links - 72. ActLstPlg List plugins - 73. ActSetUp Initial set up + 68. ActSeeCty List countries + 69. ActSeePen List pending institutions, centres, degrees and courses in hierarchy + 70. ActSeeLnk See institutional links + 71. ActLstPlg List plugins + 72. ActSetUp Initial set up - 74. ActEdiCty Edit countries - 75. ActNewCty Request the creation of a country - 76. ActRemCty Remove a country - 77. ActRenCty Change the name of a country - 78. ActChgCtyWWW Change web of country + 73. ActEdiCty Edit countries + 74. ActNewCty Request the creation of a country + 75. ActRemCty Remove a country + 76. ActRenCty Change the name of a country + 77. ActChgCtyWWW Change web of country - 79. ActSeeDegTyp List types of degrees - 80. ActEdiDegTyp Request edition of types of degrees - 81. ActNewDegTyp Request the creation of a type of degree - 82. ActRemDegTyp Request the removal of a type of degree - 83. ActRenDegTyp Request renaming of a type of degree + 78. ActSeeDegTyp List types of degrees + 79. ActEdiDegTyp Request edition of types of degrees + 80. ActNewDegTyp Request the creation of a type of degree + 81. ActRemDegTyp Request the removal of a type of degree + 82. ActRenDegTyp Request renaming of a type of degree - 84. ActReqRemOldCrs Request the total removal of old courses - 85. ActRemOldCrs Remove completely old courses + 83. ActReqRemOldCrs Request the total removal of old courses + 84. ActRemOldCrs Remove completely old courses - 86. ActSeeBan See banners - 87. ActEdiBan Edit banners - 88. ActNewBan Request the creation of a banner - 89. ActRemBan Request the removal of a banner - 90. ActShoBan Show a hidden banner - 91. ActHidBan Hide a visible banner - 92. ActRenBanSho Request the change of the short name of a banner - 93. ActRenBanFul Request the change of the full name of a banner - 94. ActChgBanImg Request the change of the image of a banner - 95. ActChgBanWWW Request the change of the web of a banner - 96. ActClkBan Go to a banner when clicked + 85. ActSeeBan See banners + 86. ActEdiBan Edit banners + 87. ActNewBan Request the creation of a banner + 88. ActRemBan Request the removal of a banner + 89. ActShoBan Show a hidden banner + 90. ActHidBan Hide a visible banner + 91. ActRenBanSho Request the change of the short name of a banner + 92. ActRenBanFul Request the change of the full name of a banner + 93. ActChgBanImg Request the change of the image of a banner + 94. ActChgBanWWW Request the change of the web of a banner + 95. ActClkBan Go to a banner when clicked - 97. ActEdiLnk Edit institutional links - 98. ActNewLnk Request the creation of an institutional link - 99. ActRemLnk Request the removal of an institutional link - 100. ActRenLnkSho Request the change of the short name of an institutional link - 101. ActRenLnkFul Request the change of the full name of an institutional link - 102. ActChgLnkWWW Request the change of the web of an institutional link - 103. ActEdiPlg Edit plugins - 104. ActNewPlg Request the creation of a plugin - 105. ActRemPlg Remove a plugin - 106. ActRenPlg Rename a plugin - 107. ActChgPlgDes Change the description of a plugin - 108. ActChgPlgLog Change the logo of a plugin - 109. ActChgPlgAppKey Change the application key of a plugin - 110. ActChgPlgURL Change the URL of a plugin - 111. ActChgPlgIP Change the IP address of a plugin + 96. ActEdiLnk Edit institutional links + 97. ActNewLnk Request the creation of an institutional link + 98. ActRemLnk Request the removal of an institutional link + 99. ActRenLnkSho Request the change of the short name of an institutional link + 100. ActRenLnkFul Request the change of the full name of an institutional link + 101. ActChgLnkWWW Request the change of the web of an institutional link + 102. ActEdiPlg Edit plugins + 103. ActNewPlg Request the creation of a plugin + 104. ActRemPlg Remove a plugin + 105. ActRenPlg Rename a plugin + 106. ActChgPlgDes Change the description of a plugin + 107. ActChgPlgLog Change the logo of a plugin + 108. ActChgPlgAppKey Change the application key of a plugin + 109. ActChgPlgURL Change the URL of a plugin + 110. ActChgPlgIP Change the IP address of a plugin Country: - 112. ActSeeCtyInf Show information on the current country - 113. ActSeeIns List institutions + 111. ActSeeCtyInf Show information on the current country + 112. ActSeeIns List institutions - 114. ActPrnCtyInf Print information on the current country - 115. ActChgCtyMapAtt Change map attribution of country + 113. ActPrnCtyInf Print information on the current country + 114. ActChgCtyMapAtt Change map attribution of country - 116. ActEdiIns Edit institutions - 117. ActReqIns Request the creation of a request for a new institution (a teacher makes the petition to an administrator) - 118. ActNewIns Request the creation of an institution - 119. ActRemIns Remove institution - 120. ActRenInsSho Change short name of institution - 121. ActRenInsFul Change full name of institution - 122. ActChgInsWWW Change web of institution - 123. ActChgInsSta Request change of status of an institution + 115. ActEdiIns Edit institutions + 116. ActReqIns Request the creation of a request for a new institution (a teacher makes the petition to an administrator) + 117. ActNewIns Request the creation of an institution + 118. ActRemIns Remove institution + 119. ActRenInsSho Change short name of institution + 120. ActRenInsFul Change full name of institution + 121. ActChgInsWWW Change web of institution + 122. ActChgInsSta Request change of status of an institution - 124. ActPrnCtyCrs Show print view of the academic calendar - 125. ActChgCtyCrs1stDay Change first day of week and show academic calendar + 123. ActPrnCtyCrs Show print view of the academic calendar + 124. ActChgCtyCrs1stDay Change first day of week and show academic calendar Institution: - 126. ActSeeInsInf Show information on the current institution - 127. ActSeeCtr List centres - 128. ActSeePlc List places - 129. ActSeeDpt List departments + 125. ActSeeInsInf Show information on the current institution + 126. ActSeeCtr List centres + 127. ActSeePlc List places + 128. ActSeeDpt List departments - 130. ActPrnInsInf Print information on the current institution - 131. ActChgInsCtyCfg Change country of institution in institution configuration - 132. ActRenInsShoCfg Change short name of institution in institution configuration - 133. ActRenInsFulCfg Change full name of institution in institution configuration - 134. ActChgInsWWWCfg Change web of institution in institution configuration - 135. ActReqInsLog Show form to send the logo of the current institution - 136. ActRecInsLog Receive and store the logo of the current institution - 137. ActRemInsLog Remove the logo of the current institution + 129. ActPrnInsInf Print information on the current institution + 130. ActChgInsCtyCfg Change country of institution in institution configuration + 131. ActRenInsShoCfg Change short name of institution in institution configuration + 132. ActRenInsFulCfg Change full name of institution in institution configuration + 133. ActChgInsWWWCfg Change web of institution in institution configuration + 134. ActReqInsLog Show form to send the logo of the current institution + 135. ActRecInsLog Receive and store the logo of the current institution + 136. ActRemInsLog Remove the logo of the current institution - 138. ActEdiCtr Edit centres - 139. ActReqCtr Request the creation of a request for a new centre (a teacher makes the petition to an administrator) - 140. ActNewCtr Request the creation of a centre - 141. ActRemCtr Remove centre - 142. ActChgCtrPlc Request change of the place of a centre - 143. ActRenCtrSho Change short name centre - 144. ActRenCtrFul Change full name centre - 145. ActChgCtrWWW Change web of centre - 146. ActChgCtrSta Request change of status of a centre + 137. ActEdiCtr Edit centres + 138. ActReqCtr Request the creation of a request for a new centre (a teacher makes the petition to an administrator) + 139. ActNewCtr Request the creation of a centre + 140. ActRemCtr Remove centre + 141. ActChgCtrPlc Request change of the place of a centre + 142. ActRenCtrSho Change short name centre + 143. ActRenCtrFul Change full name centre + 144. ActChgCtrWWW Change web of centre + 145. ActChgCtrSta Request change of status of a centre - 147. ActEdiDpt Edit departments - 148. ActNewDpt Request the creation of a department - 149. ActRemDpt Remove department - 150. ActChgDptIns Request change of the institution of a department - 151. ActRenDptSho Change short name department - 152. ActRenDptFul Change full name department - 153. ActChgDptWWW Change web of department + 146. ActEdiDpt Edit departments + 147. ActNewDpt Request the creation of a department + 148. ActRemDpt Remove department + 149. ActChgDptIns Request change of the institution of a department + 150. ActRenDptSho Change short name department + 151. ActRenDptFul Change full name department + 152. ActChgDptWWW Change web of department - 154. ActEdiPlc Edit places - 155. ActNewPlc Request the creation of a place - 156. ActRemPlc Remove a place - 157. ActRenPlcSho Change short name of a place - 158. ActRenPlcFul Change full name of a place + 153. ActEdiPlc Edit places + 154. ActNewPlc Request the creation of a place + 155. ActRemPlc Remove a place + 156. ActRenPlcSho Change short name of a place + 157. ActRenPlcFul Change full name of a place - 159. ActSeeHld List holidays - 160. ActEdiHld Edit holidays - 161. ActNewHld Request the creation of a holiday - 162. ActRemHld Remove a holiday - 163. ActChgHldPlc Change place of a holiday - 164. ActChgHldTyp Change type of a holiday - 165. ActChgHldStrDat Change start date of a holiday - 166. ActChgHldEndDat Change end date of a holiday - 167. ActRenHld Change name of a holiday + 158. ActSeeHld List holidays + 159. ActEdiHld Edit holidays + 160. ActNewHld Request the creation of a holiday + 161. ActRemHld Remove a holiday + 162. ActChgHldPlc Change place of a holiday + 163. ActChgHldTyp Change type of a holiday + 164. ActChgHldStrDat Change start date of a holiday + 165. ActChgHldEndDat Change end date of a holiday + 166. ActRenHld Change name of a holiday - 168. ActPrnInsCrs Show print view of the academic calendar - 169. ActChgInsCrs1stDay Change first day of week and show academic calendar + 167. ActPrnInsCrs Show print view of the academic calendar + 168. ActChgInsCrs1stDay Change first day of week and show academic calendar Centre: - 170. ActSeeCtrInf Show information on the current centre - 171. ActSeeDeg List degrees in a centre - 172. ActSeeCla List classrooms in a centre + 169. ActSeeCtrInf Show information on the current centre + 170. ActSeeDeg List degrees in a centre + 171. ActSeeCla List classrooms in a centre - 173. ActPrnCtrInf Print information on the current centre - 174. ActChgCtrInsCfg Request change of the institution of a centre in centre configuration - 175. ActRenCtrShoCfg Change short name centre in centre configuration - 176. ActRenCtrFulCfg Change full name centre in centre configuration - 177. ActChgCtrPlcCfg Change place of centre in centre configuration - 178. ActChgCtrWWWCfg Change web of centre in centre configuration - 179. ActReqCtrLog Show form to send the logo of the current centre - 180. ActRecCtrLog Receive and store the logo of the current centre - 181. ActRemCtrLog Remove the logo of the current centre - 182. ActReqCtrPho Show form to send the photo of the current centre - 183. ActRecCtrPho Receive and store the photo of the current centre - 184. ActChgCtrPhoAtt Change attribution of centre photo + 172. ActPrnCtrInf Print information on the current centre + 173. ActChgCtrInsCfg Request change of the institution of a centre in centre configuration + 174. ActRenCtrShoCfg Change short name centre in centre configuration + 175. ActRenCtrFulCfg Change full name centre in centre configuration + 176. ActChgCtrPlcCfg Change place of centre in centre configuration + 177. ActChgCtrWWWCfg Change web of centre in centre configuration + 178. ActReqCtrLog Show form to send the logo of the current centre + 179. ActRecCtrLog Receive and store the logo of the current centre + 180. ActRemCtrLog Remove the logo of the current centre + 181. ActReqCtrPho Show form to send the photo of the current centre + 182. ActRecCtrPho Receive and store the photo of the current centre + 183. ActChgCtrPhoAtt Change attribution of centre photo - 185. ActEdiDeg Request edition of degrees of a type - 186. ActReqDeg Request the creation of a request for a new degree (a teacher makes the petition to an administrator) - 187. ActNewDeg Request the creation of a degree - 188. ActRemDeg Request the removal of a degree - 189. ActRenDegSho Request change of the short name of a degree - 190. ActRenDegFul Request change of the full name of a degree - 191. ActChgDegTyp Request change of the type of a degree - 192. ActChgDegWWW Request change of the web of a degree - 193. ActChgDegSta Request change of status of a degree + 184. ActEdiDeg Request edition of degrees of a type + 185. ActReqDeg Request the creation of a request for a new degree (a teacher makes the petition to an administrator) + 186. ActNewDeg Request the creation of a degree + 187. ActRemDeg Request the removal of a degree + 188. ActRenDegSho Request change of the short name of a degree + 189. ActRenDegFul Request change of the full name of a degree + 190. ActChgDegTyp Request change of the type of a degree + 191. ActChgDegWWW Request change of the web of a degree + 192. ActChgDegSta Request change of status of a degree - 194. ActEdiCla Edit classrooms - 195. ActNewCla Request the creation of a classroom - 196. ActRemCla Remove a classroom - 197. ActRenClaSho Change short name of a classroom - 198. ActRenClaFul Change full name of a classroom - 199. ActChgClaMaxStd Change number of students in a classroom - 200. ActRenClaLoc Change location of a classroom + 193. ActEdiCla Edit classrooms + 194. ActNewCla Request the creation of a classroom + 195. ActRemCla Remove a classroom + 196. ActRenClaSho Change short name of a classroom + 197. ActRenClaFul Change full name of a classroom + 198. ActChgClaMaxStd Change number of students in a classroom + 199. ActRenClaLoc Change location of a classroom Degree: - 201. ActSeeDegInf Show information on the current degree - 202. ActSeeCrs List courses of a degree + 200. ActSeeDegInf Show information on the current degree + 201. ActSeeCrs List courses of a degree - 203. ActPrnDegInf Print information on the current degree - 204. ActChgDegCtrCfg Request change of the centre of a degree in degree configuration - 205. ActRenDegShoCfg Request change of the short name of a degree in degree configuration - 206. ActRenDegFulCfg Request change of the full name of a degree in degree configuration - 207. ActChgDegWWWCfg Request change of the web of a degree in degree configuration - 208. ActReqDegLog Show form to send the logo of the current degree - 209. ActRecDegLog Receive and store the logo of the current degree - 210. ActRemDegLog Remove the logo of the current degree + 202. ActPrnDegInf Print information on the current degree + 203. ActChgDegCtrCfg Request change of the centre of a degree in degree configuration + 204. ActRenDegShoCfg Request change of the short name of a degree in degree configuration + 205. ActRenDegFulCfg Request change of the full name of a degree in degree configuration + 206. ActChgDegWWWCfg Request change of the web of a degree in degree configuration + 207. ActReqDegLog Show form to send the logo of the current degree + 208. ActRecDegLog Receive and store the logo of the current degree + 209. ActRemDegLog Remove the logo of the current degree - 211. ActEdiCrs Request edition of courses of a degree - 212. ActReqCrs Request the creation of a request for a new course (a teacher makes the petition to an administrator) - 213. ActNewCrs Request the creation of a course - 214. ActRemCrs Request the removal of a course - 215. ActChgInsCrsCod Request change of institutional code of a course - 216. ActChgCrsYea Request change of year of a course inside of its degree - 217. ActRenCrsSho Request change of short name of a course - 218. ActRenCrsFul Request change of full name of a course - 219. ActChgCrsSta Request change of status of a course + 210. ActEdiCrs Request edition of courses of a degree + 211. ActReqCrs Request the creation of a request for a new course (a teacher makes the petition to an administrator) + 212. ActNewCrs Request the creation of a course + 213. ActRemCrs Request the removal of a course + 214. ActChgInsCrsCod Request change of institutional code of a course + 215. ActChgCrsYea Request change of year of a course inside of its degree + 216. ActRenCrsSho Request change of short name of a course + 217. ActRenCrsFul Request change of full name of a course + 218. ActChgCrsSta Request change of status of a course Course: - 220. ActSeeCrsInf Show information on the current course - 221. ActSeeTchGui Show teaching guide of the course - 222. ActSeeSyl Show syllabus (lectures or practicals) - 223. ActSeeSylLec Show the syllabus of lectures - 224. ActSeeSylPra Show the syllabus of practicals - 225. ActSeeBib Show the bibliography - 226. ActSeeFAQ Show the FAQ - 227. ActSeeCrsLnk Show links related to the course - 228. ActSeeCrsTT Show the timetable + 219. ActSeeCrsInf Show information on the current course + 220. ActSeeTchGui Show teaching guide of the course + 221. ActSeeSyl Show syllabus (lectures or practicals) + 222. ActSeeSylLec Show the syllabus of lectures + 223. ActSeeSylPra Show the syllabus of practicals + 224. ActSeeBib Show the bibliography + 225. ActSeeFAQ Show the FAQ + 226. ActSeeCrsLnk Show links related to the course + 227. ActSeeCrsTT Show the timetable - 229. ActPrnCrsInf Print information on the course - 230. ActChgCrsDegCfg Request change of degree in course configuration - 231. ActRenCrsShoCfg Request change of short name of a course in course configuration - 232. ActRenCrsFulCfg Request change of full name of a course in course configuration - 233. ActChgInsCrsCodCfg Change institutional code in course configuration - 234. ActChgCrsYeaCfg Change year/semester in course configuration - 235. ActEdiCrsInf Edit general information about the course - 236. ActEdiTchGui Edit teaching guide of the course - 237. ActEdiSylLec Edit the syllabus of lectures - 238. ActEdiSylPra Edit the syllabus of practicals - 239. ActDelItmSylLec Remove a item from syllabus of lectures - 240. ActDelItmSylPra Remove a item from syllabus of practicals - 241. ActUp_IteSylLec Subir the posición of a subtree of the syllabus of lectures - 242. ActUp_IteSylPra Subir the posición of a subtree of the syllabus of practicals - 243. ActDwnIteSylLec Bajar the posición of a subtree of the syllabus of lectures - 244. ActDwnIteSylPra Bajar the posición of a subtree of the syllabus of practicals - 245. ActRgtIteSylLec Aumentar the level of a item of the syllabus of lectures - 246. ActRgtIteSylPra Aumentar the level of a item of the syllabus of practicals - 247. ActLftIteSylLec Disminuir the level of a item of the syllabus of lectures - 248. ActLftIteSylPra Disminuir the level of a item of the syllabus of practicals - 249. ActInsIteSylLec Insertar a new item in the syllabus of lectures - 250. ActInsIteSylPra Insertar a new item in the syllabus of practicals - 251. ActModIteSylLec Modify a item of the syllabus of lectures - 252. ActModIteSylPra Modify a item of the syllabus of practicals + 228. ActPrnCrsInf Print information on the course + 229. ActChgCrsDegCfg Request change of degree in course configuration + 230. ActRenCrsShoCfg Request change of short name of a course in course configuration + 231. ActRenCrsFulCfg Request change of full name of a course in course configuration + 232. ActChgInsCrsCodCfg Change institutional code in course configuration + 233. ActChgCrsYeaCfg Change year/semester in course configuration + 234. ActEdiCrsInf Edit general information about the course + 235. ActEdiTchGui Edit teaching guide of the course + 236. ActEdiSylLec Edit the syllabus of lectures + 237. ActEdiSylPra Edit the syllabus of practicals + 238. ActDelItmSylLec Remove a item from syllabus of lectures + 239. ActDelItmSylPra Remove a item from syllabus of practicals + 240. ActUp_IteSylLec Subir the posición of a subtree of the syllabus of lectures + 241. ActUp_IteSylPra Subir the posición of a subtree of the syllabus of practicals + 242. ActDwnIteSylLec Bajar the posición of a subtree of the syllabus of lectures + 243. ActDwnIteSylPra Bajar the posición of a subtree of the syllabus of practicals + 244. ActRgtIteSylLec Aumentar the level of a item of the syllabus of lectures + 245. ActRgtIteSylPra Aumentar the level of a item of the syllabus of practicals + 246. ActLftIteSylLec Disminuir the level of a item of the syllabus of lectures + 247. ActLftIteSylPra Disminuir the level of a item of the syllabus of practicals + 248. ActInsIteSylLec Insertar a new item in the syllabus of lectures + 249. ActInsIteSylPra Insertar a new item in the syllabus of practicals + 250. ActModIteSylLec Modify a item of the syllabus of lectures + 251. ActModIteSylPra Modify a item of the syllabus of practicals - 253. ActEdiBib Edit the bibliography - 254. ActEdiFAQ Edit the FAQ - 255. ActEdiCrsLnk Edit the links relacionados with the course - 256. ActChgFrcReaCrsInf Change force students to read course info - 257. ActChgFrcReaTchGui Change force students to read teaching guide - 258. ActChgFrcReaSylLec Change force students to read lectures syllabus - 259. ActChgFrcReaSylPra Change force students to read practicals syllabus - 260. ActChgFrcReaBib Change force students to read bibliography - 261. ActChgFrcReaFAQ Change force students to read FAQ - 262. ActChgFrcReaCrsLnk Change force students to read links - 263. ActChgHavReaCrsInf Change if I have read course info - 264. ActChgHavReaTchGui Change if I have read teaching guide - 265. ActChgHavReaSylLec Change if I have read lectures syllabus - 266. ActChgHavReaSylPra Change if I have read practicals syllabus - 267. ActChgHavReaBib Change if I have read bibliography - 268. ActChgHavReaFAQ Change if I have read FAQ - 269. ActChgHavReaCrsLnk Change if I have read links - 270. ActSelInfSrcCrsInf Select the type of info shown in the general information about the course - 271. ActSelInfSrcTchGui Select the type of info shown in the teaching guide - 272. ActSelInfSrcSylLec Select the type of info shown in the lectures syllabus - 273. ActSelInfSrcSylPra Select the type of info shown in the practicals syllabus - 274. ActSelInfSrcBib Select the type of info shown in the bibliography - 275. ActSelInfSrcFAQ Select the type of info shown in the FAQ - 276. ActSelInfSrcCrsLnk Select the type of info shown in the links - 277. ActRcvURLCrsInf Receive a link a the general information about the course - 278. ActRcvURLTchGui Receive a link a the teaching guide - 279. ActRcvURLSylLec Receive a link al syllabus of lectures - 270. ActRcvURLSylPra Receive a link al syllabus of practicals + 252. ActEdiBib Edit the bibliography + 253. ActEdiFAQ Edit the FAQ + 254. ActEdiCrsLnk Edit the links relacionados with the course + 255. ActChgFrcReaCrsInf Change force students to read course info + 256. ActChgFrcReaTchGui Change force students to read teaching guide + 257. ActChgFrcReaSylLec Change force students to read lectures syllabus + 258. ActChgFrcReaSylPra Change force students to read practicals syllabus + 259. ActChgFrcReaBib Change force students to read bibliography + 260. ActChgFrcReaFAQ Change force students to read FAQ + 261. ActChgFrcReaCrsLnk Change force students to read links + 262. ActChgHavReaCrsInf Change if I have read course info + 263. ActChgHavReaTchGui Change if I have read teaching guide + 264. ActChgHavReaSylLec Change if I have read lectures syllabus + 265. ActChgHavReaSylPra Change if I have read practicals syllabus + 266. ActChgHavReaBib Change if I have read bibliography + 267. ActChgHavReaFAQ Change if I have read FAQ + 268. ActChgHavReaCrsLnk Change if I have read links + 269. ActSelInfSrcCrsInf Select the type of info shown in the general information about the course + 270. ActSelInfSrcTchGui Select the type of info shown in the teaching guide + 271. ActSelInfSrcSylLec Select the type of info shown in the lectures syllabus + 272. ActSelInfSrcSylPra Select the type of info shown in the practicals syllabus + 273. ActSelInfSrcBib Select the type of info shown in the bibliography + 274. ActSelInfSrcFAQ Select the type of info shown in the FAQ + 275. ActSelInfSrcCrsLnk Select the type of info shown in the links + 276. ActRcvURLCrsInf Receive a link a the general information about the course + 277. ActRcvURLTchGui Receive a link a the teaching guide + 278. ActRcvURLSylLec Receive a link al syllabus of lectures + 279. ActRcvURLSylPra Receive a link al syllabus of practicals 280. ActRcvURLBib Receive a link a bibliography 281. ActRcvURLFAQ Receive a link a FAQ 282. ActRcvURLCrsLnk Receive a link a links @@ -506,1102 +506,1102 @@ Assessment: 363. ActRemPrj Remove project 364. ActHidPrj Hide project 365. ActShoPrj Show project - NEW. ActLckPrj Lock project edition - NEW. ActUnlPrj Unlock project edition - NEW. ActReqLckAllPrj Request locking of all projects - NEW. ActReqUnlAllPrj Request unlocking of all projects - NEW. ActLckAllPrj Lock all projects - NEW. ActUnlAllPrj Unlock all projects - 366. ActReqAddStdPrj Request adding a student to a project - 367. ActReqAddTutPrj Request adding a tutor to a project - 368. ActReqAddEvlPrj Request adding an evaluator to a project - 369. ActAddStdPrj Add a student to a project - 370. ActAddTutPrj Add a tutor to a project - 371. ActAddEvlPrj Add an evaluator to a project - 372. ActReqRemStdPrj Request removing a student from a project - 373. ActReqRemTutPrj Request removing a tutor from a project - 374. ActReqRemEvlPrj Request removing an evaluator from a project - 375. ActRemStdPrj Remove a student from a project - 376. ActRemTutPrj Remove a tutor from a project - 377. ActRemEvlPrj Remove an emulator from a project + 366. ActLckPrj Lock project edition + 367. ActUnlPrj Unlock project edition + 368. ActReqLckAllPrj Request locking of all projects + 369. ActReqUnlAllPrj Request unlocking of all projects + 370. ActLckAllPrj Lock all projects + 371. ActUnlAllPrj Unlock all projects + 372. ActReqAddStdPrj Request adding a student to a project + 373. ActReqAddTutPrj Request adding a tutor to a project + 374. ActReqAddEvlPrj Request adding an evaluator to a project + 375. ActAddStdPrj Add a student to a project + 376. ActAddTutPrj Add a tutor to a project + 377. ActAddEvlPrj Add an evaluator to a project + 378. ActReqRemStdPrj Request removing a student from a project + 379. ActReqRemTutPrj Request removing a tutor from a project + 380. ActReqRemEvlPrj Request removing an evaluator from a project + 381. ActRemStdPrj Remove a student from a project + 382. ActRemTutPrj Remove a tutor from a project + 383. ActRemEvlPrj Remove an emulator from a project - 378. ActAdmDocPrj Admin. project documents - 379. ActReqRemFilDocPrj Request removal of a file from project documents - 380. ActRemFilDocPrj Remove a file from project documents - 381. ActRemFolDocPrj Remove an empty folder from project documents - 382. ActCopDocPrj Set source of copy in project documents - 383. ActPasDocPrj Paste a folder or file into project documents - 384. ActRemTreDocPrj Remove a non empty folder from project documents - 385. ActFrmCreDocPrj Form to create a folder or file in project documents - 386. ActCreFolDocPrj Create a new folder in project documents - 387. ActCreLnkDocPrj Create a new link in project documents - 388. ActRenFolDocPrj Rename a folder in project documents - 389. ActRcvFilDocPrjDZ Receive a file in project documents using Dropzone.js - 390. ActRcvFilDocPrjCla Receive a file in project documents using the classic way - 391. ActExpDocPrj Expand a folder in project documents - 392. ActConDocPrj Contract a folder in project documents - 393. ActZIPDocPrj Compress a folder in project documents - 394. ActReqDatDocPrj Ask for metadata of a file in project documents - 395. ActChgDatDocPrj Change metadata of a file in project documents - 396. ActDowDocPrj Download a file from project documents + 384. ActAdmDocPrj Admin. project documents + 385. ActReqRemFilDocPrj Request removal of a file from project documents + 386. ActRemFilDocPrj Remove a file from project documents + 387. ActRemFolDocPrj Remove an empty folder from project documents + 388. ActCopDocPrj Set source of copy in project documents + 389. ActPasDocPrj Paste a folder or file into project documents + 390. ActRemTreDocPrj Remove a non empty folder from project documents + 391. ActFrmCreDocPrj Form to create a folder or file in project documents + 392. ActCreFolDocPrj Create a new folder in project documents + 393. ActCreLnkDocPrj Create a new link in project documents + 394. ActRenFolDocPrj Rename a folder in project documents + 395. ActRcvFilDocPrjDZ Receive a file in project documents using Dropzone.js + 396. ActRcvFilDocPrjCla Receive a file in project documents using the classic way + 397. ActExpDocPrj Expand a folder in project documents + 398. ActConDocPrj Contract a folder in project documents + 399. ActZIPDocPrj Compress a folder in project documents + 400. ActReqDatDocPrj Ask for metadata of a file in project documents + 401. ActChgDatDocPrj Change metadata of a file in project documents + 402. ActDowDocPrj Download a file from project documents - 397. ActAdmAssPrj Admin. project assessment - 398. ActReqRemFilAssPrj Request removal of a file from project assessment - 399. ActRemFilAssPrj Remove a file from project assessment - 400. ActRemFolAssPrj Remove an empty folder from project assessment - 401. ActCopAssPrj Set source of copy in project assessment - 402. ActPasAssPrj Paste a folder or file into project assessment - 403. ActRemTreAssPrj Remove a non empty folder from project assessment - 404. ActFrmCreAssPrj Form to create a folder or file in project assessment - 405. ActCreFolAssPrj Create a new folder in project assessment - 406. ActCreLnkAssPrj Create a new link in project assessment - 407. ActRenFolAssPrj Rename a folder in project assessment - 408. ActRcvFilAssPrjDZ Receive a file in project assessment using Dropzone.js - 409. ActRcvFilAssPrjCla Receive a file in project assessment using the classic way - 410. ActExpAssPrj Expand a folder in project assessment - 411. ActConAssPrj Contract a folder in project assessment - 412. ActZIPAssPrj Compress a folder in project assessment - 413. ActReqDatAssPrj Ask for metadata of a file in project assessment - 414. ActChgDatAssPrj Change metadata of a file in project assessment - 415. ActDowAssPrj Download a file from project assessment + 403. ActAdmAssPrj Admin. project assessment + 404. ActReqRemFilAssPrj Request removal of a file from project assessment + 405. ActRemFilAssPrj Remove a file from project assessment + 406. ActRemFolAssPrj Remove an empty folder from project assessment + 407. ActCopAssPrj Set source of copy in project assessment + 408. ActPasAssPrj Paste a folder or file into project assessment + 409. ActRemTreAssPrj Remove a non empty folder from project assessment + 410. ActFrmCreAssPrj Form to create a folder or file in project assessment + 411. ActCreFolAssPrj Create a new folder in project assessment + 412. ActCreLnkAssPrj Create a new link in project assessment + 413. ActRenFolAssPrj Rename a folder in project assessment + 414. ActRcvFilAssPrjDZ Receive a file in project assessment using Dropzone.js + 415. ActRcvFilAssPrjCla Receive a file in project assessment using the classic way + 416. ActExpAssPrj Expand a folder in project assessment + 417. ActConAssPrj Contract a folder in project assessment + 418. ActZIPAssPrj Compress a folder in project assessment + 419. ActReqDatAssPrj Ask for metadata of a file in project assessment + 420. ActChgDatAssPrj Change metadata of a file in project assessment + 421. ActDowAssPrj Download a file from project assessment - 416. ActSeeTst Show the seft-assessment test - 417. ActAssTst Assess a self-assessment test - 418. ActEdiTstQst Request the edition of self-assessment questions - 419. ActEdiOneTstQst Edit one self-assesment test question - 420. ActReqImpTstQst Put form to ask for an XML with test questions to import - 421. ActImpTstQst Import test questions from XML file - 422. ActLstTstQst List for edition several self-assessment test questions - 423. ActRcvTstQst Receive a question of self-assessment - 424. ActShfTstQst Change shuffle of of a question of self-assessment - 425. ActReqRemTstQst Request removing a self-assesment test question - 426. ActRemTstQst Remove a self-assesment test question - 427. ActCfgTst Request renaming of tags of questions of self-assesment - 428. ActEnableTag Enable a tag - 429. ActDisableTag Disable a tag - 430. ActRenTag Rename a tag - 431. ActRcvCfgTst Receive configuration of test - 432. ActReqSeeMyTstRes Select range of dates to see my test results - 433. ActSeeMyTstRes Show my test results - 434. ActReqSeeUsrTstRes Select users and range of dates to see test results - 435. ActSeeUsrTstRes Show test results of several users - 436. ActSeeOneTstResMe Show one test result of me as student - 437. ActSeeOneTstResOth Show one test result of other user + 422. ActSeeTst Show the seft-assessment test + 423. ActAssTst Assess a self-assessment test + 424. ActEdiTstQst Request the edition of self-assessment questions + 425. ActEdiOneTstQst Edit one self-assesment test question + 426. ActReqImpTstQst Put form to ask for an XML with test questions to import + 427. ActImpTstQst Import test questions from XML file + 428. ActLstTstQst List for edition several self-assessment test questions + 429. ActRcvTstQst Receive a question of self-assessment + 430. ActShfTstQst Change shuffle of of a question of self-assessment + 431. ActReqRemTstQst Request removing a self-assesment test question + 432. ActRemTstQst Remove a self-assesment test question + 433. ActCfgTst Request renaming of tags of questions of self-assesment + 434. ActEnableTag Enable a tag + 435. ActDisableTag Disable a tag + 436. ActRenTag Rename a tag + 437. ActRcvCfgTst Receive configuration of test + 438. ActReqSeeMyTstRes Select range of dates to see my test results + 439. ActSeeMyTstRes Show my test results + 440. ActReqSeeUsrTstRes Select users and range of dates to see test results + 441. ActSeeUsrTstRes Show test results of several users + 442. ActSeeOneTstResMe Show one test result of me as student + 443. ActSeeOneTstResOth Show one test result of other user - 438. ActSeeSvy Show one survey - 439. ActAnsSvy Answer a survey - 440. ActFrmNewSvy Form to create a new survey - 441. ActEdiOneSvy Edit one survey - 442. ActNewSvy Create new survey - 443. ActChgSvy Modify data of an existing survey - 444. ActReqRemSvy Request the removal of a survey - 445. ActRemSvy Remove survey - 446. ActReqRstSvy Request the reset of answers of a survey - 447. ActRstSvy Reset answers of survey - 448. ActHidSvy Hide survey - 449. ActShoSvy Show survey - 450. ActEdiOneSvyQst Edit a new question for a survey - 451. ActRcvSvyQst Receive a question of a survey - 452. ActReqRemSvyQst Request the removal of a question of a survey - 453. ActRemSvyQst Confirm the removal of a question of a survey + 444. ActSeeSvy Show one survey + 445. ActAnsSvy Answer a survey + 446. ActFrmNewSvy Form to create a new survey + 447. ActEdiOneSvy Edit one survey + 448. ActNewSvy Create new survey + 449. ActChgSvy Modify data of an existing survey + 450. ActReqRemSvy Request the removal of a survey + 451. ActRemSvy Remove survey + 452. ActReqRstSvy Request the reset of answers of a survey + 453. ActRstSvy Reset answers of survey + 454. ActHidSvy Hide survey + 455. ActShoSvy Show survey + 456. ActEdiOneSvyQst Edit a new question for a survey + 457. ActRcvSvyQst Receive a question of a survey + 458. ActReqRemSvyQst Request the removal of a question of a survey + 459. ActRemSvyQst Confirm the removal of a question of a survey - 454. ActSeeGam Show one game + 460. ActSeeGam Show one game - NEW. ActReqRemMchTch Request the removal of a match (by a teacher) - NEW. ActRemMchTch Confirm the removal of a match (by a teacher) - 455. ActReqNewMchTch Put form to create a new match (by a teacher) - 456. ActNewMchTch Create a new match showing first question in a new browser tab (by a teacher) - NEW. ActResMchTch Resume an unfinished match showing current question in a new browser tab (by a teacher) - NEW. ActPauMchTch Pause current match (by a teacher) - NEW. ActPlyMchTch Play/resume current match (by a teacher) + 461. ActReqRemMchTch Request the removal of a match (by a teacher) + 462. ActRemMchTch Confirm the removal of a match (by a teacher) + 463. ActReqNewMchTch Put form to create a new match (by a teacher) + 464. ActNewMchTch Create a new match showing first question in a new browser tab (by a teacher) + 465. ActResMchTch Resume an unfinished match showing current question in a new browser tab (by a teacher) + 466. ActPauMchTch Pause current match (by a teacher) + 467. ActPlyMchTch Play/resume current match (by a teacher) - NEW. ActBckMchTch Go back when playing a match (by a teacher) - 457. ActFwdMchTch Go forward when playing a match (by a teacher) - NEW. ActRefMchTch Refresh current question when playing a match (as teacher) + 468. ActBckMchTch Go back when playing a match (by a teacher) + 469. ActFwdMchTch Go forward when playing a match (by a teacher) + 470. ActRefMchTch Refresh current question when playing a match (as teacher) - NEW. ActChgVisResMchQst Change visibility of question results when playing a match - NEW. ActChgVisResMchUsr Change visibility of match results (exam with all questions for a student) + 471. ActChgVisResMchQst Change visibility of question results when playing a match + 472. ActChgVisResMchUsr Change visibility of match results (exam with all questions for a student) - NEW. ActPlyMchStd Show current question when playing a game (as student) - NEW. ActRefMchStd Refresh current question when playing a game (as student) - 459. ActAnsMchQstStd Answer a match question (as student) + 473. ActPlyMchStd Show current question when playing a game (as student) + 474. ActRefMchStd Refresh current question when playing a game (as student) + 475. ActAnsMchQstStd Answer a match question (as student) - NEW. ActReqSeeMyMchRes Select range of dates to see my matches results - NEW. ActSeeMyMchRes Show my matches results - NEW. ActReqSeeUsrMchRes Select users and range of dates to see matches results - NEW. ActSeeUsrMchRes Show matches results of several users - NEW. ActSeeOneMchResMe Show one match result of me as student - NEW. ActSeeOneMchResOth Show one match result of other user + 476. ActReqSeeMyMchRes Select range of dates to see my matches results + 477. ActSeeMyMchRes Show my matches results + 478. ActReqSeeUsrMchRes Select users and range of dates to see matches results + 479. ActSeeUsrMchRes Show matches results of several users + 480. ActSeeOneMchResMe Show one match result of me as student + 481. ActSeeOneMchResOth Show one match result of other user - 460. ActFrmNewGam Form to create a new game - 461. ActEdiOneGam Edit one game - 462. ActNewGam Create new game - 463. ActChgGam Modify data of an existing game - 464. ActReqRemGam Request the removal of a game - 465. ActRemGam Remove game - 468. ActHidGam Hide game - 469. ActShoGam Show game - 470. ActAddOneGamQst Add a new question to a game - 471. ActGamLstTstQst List test questions to select one or several questions - 472. ActAddTstQstToGam Add selected test questions to game - 473. ActReqRemGamQst Request the removal of a question of a game - 474. ActRemGamQst Confirm the removal of a question of a game - 475. ActUp_GamQst Move up a question of a game - 476. ActDwnGamQst Move down a question of a game + 482. ActFrmNewGam Form to create a new game + 483. ActEdiOneGam Edit one game + 484. ActNewGam Create new game + 485. ActChgGam Modify data of an existing game + 486. ActReqRemGam Request the removal of a game + 487. ActRemGam Remove game + 488. ActHidGam Hide game + 489. ActShoGam Show game + 490. ActAddOneGamQst Add a new question to a game + 491. ActGamLstTstQst List test questions to select one or several questions + 492. ActAddTstQstToGam Add selected test questions to game + 493. ActReqRemGamQst Request the removal of a question of a game + 494. ActRemGamQst Confirm the removal of a question of a game + 495. ActUp_GamQst Move up a question of a game + 496. ActDwnGamQst Move down a question of a game - 477. ActSeeOneExaAnn Show one exam announcement - 478. ActSeeDatExaAnn Show exam announcements of a given date - 479. ActEdiExaAnn Edit an exam announcement - 480. ActRcvExaAnn Receive an exam announcement - 481. ActPrnExaAnn Show an exam announcement ready to be printed - 482. ActReqRemExaAnn Request the removal of an exam announcement - 483. ActRemExaAnn Remove an exam announcement - 484. ActHidExaAnn Hide exam announcement - 485. ActShoExaAnn Show exam announcement + 497. ActSeeOneExaAnn Show one exam announcement + 498. ActSeeDatExaAnn Show exam announcements of a given date + 499. ActEdiExaAnn Edit an exam announcement + 500. ActRcvExaAnn Receive an exam announcement + 501. ActPrnExaAnn Show an exam announcement ready to be printed + 502. ActReqRemExaAnn Request the removal of an exam announcement + 503. ActRemExaAnn Remove an exam announcement + 504. ActHidExaAnn Hide exam announcement + 505. ActShoExaAnn Show exam announcement Files: - 486. ActSeeAdmDocIns Documents zone of the institution (see or admin) - 487. ActAdmShaIns Admin the shared files zone of the institution - 488. ActSeeAdmDocCtr Documents zone of the centre (see or admin) - 489. ActAdmShaCtr Admin the shared files zone of the centre - 490. ActSeeAdmDocDeg Documents zone of the degree (see or admin) - 491. ActAdmShaDeg Admin the shared files zone of the degree - 492. ActSeeAdmDocCrsGrp Documents zone of the course (see or admin) - 493. ActAdmTchCrsGrp Request the administration of the files of the teachers' zone of the course or of a group - 494. ActAdmShaCrsGrp Request the administration of the files of the shared zone of the course or of a group - 495. ActAdmAsgWrkUsr One user sends works of the course - 496. ActReqAsgWrkCrs A teacher requests edition of works sent to the course - 497. ActSeeAdmMrk Marks zone (see or admin) - 498. ActAdmBrf Show the briefcase of private archives + 506. ActSeeAdmDocIns Documents zone of the institution (see or admin) + 507. ActAdmShaIns Admin the shared files zone of the institution + 508. ActSeeAdmDocCtr Documents zone of the centre (see or admin) + 509. ActAdmShaCtr Admin the shared files zone of the centre + 510. ActSeeAdmDocDeg Documents zone of the degree (see or admin) + 511. ActAdmShaDeg Admin the shared files zone of the degree + 512. ActSeeAdmDocCrsGrp Documents zone of the course (see or admin) + 513. ActAdmTchCrsGrp Request the administration of the files of the teachers' zone of the course or of a group + 514. ActAdmShaCrsGrp Request the administration of the files of the shared zone of the course or of a group + 515. ActAdmAsgWrkUsr One user sends works of the course + 516. ActReqAsgWrkCrs A teacher requests edition of works sent to the course + 517. ActSeeAdmMrk Marks zone (see or admin) + 518. ActAdmBrf Show the briefcase of private archives - 499. ActChgToSeeDocIns Change to see institution documents + 519. ActChgToSeeDocIns Change to see institution documents - 500. ActSeeDocIns See the files of the documents zone of the institution - 501. ActExpSeeDocIns Expand a folder in institution documents - 502. ActConSeeDocIns Contract a folder in institution documents - 503. ActZIPSeeDocIns Compress a folder in institution documents - 504. ActReqDatSeeDocIns Ask for metadata of a file of the documents zone of the institution - 505. ActDowSeeDocIns Download a file in documents zone of the institution + 520. ActSeeDocIns See the files of the documents zone of the institution + 521. ActExpSeeDocIns Expand a folder in institution documents + 522. ActConSeeDocIns Contract a folder in institution documents + 523. ActZIPSeeDocIns Compress a folder in institution documents + 524. ActReqDatSeeDocIns Ask for metadata of a file of the documents zone of the institution + 525. ActDowSeeDocIns Download a file in documents zone of the institution - 506. ActChgToAdmDocIns Change to administrate institution documents + 526. ActChgToAdmDocIns Change to administrate institution documents - 507. ActAdmDocIns Admin the files of the documents zone of the institution - 508. ActReqRemFilDocIns Request removal of a file in the documents zone of the institution - 509. ActRemFilDocIns Remove a file in the documents zone of the institution - 510. ActRemFolDocIns Remove a folder empty the documents zone of the institution - 511. ActCopDocIns Set source of copy in the documents zone of the institution - 512. ActPasDocIns Paste a folder or file in the documents zone of the institution - 513. ActRemTreDocIns Remove a folder no empty in the documents zone of the institution - 514. ActFrmCreDocIns Form to crear a folder or file in the documents zone of the institution - 515. ActCreFolDocIns Create a new folder in the documents zone of the institution - 516. ActCreLnkDocIns Create a new link in the documents zone of the institution - 517. ActRenFolDocIns Rename a folder in the documents zone of the institution - 518. ActRcvFilDocInsDZ Receive a file in the documents zone of the institution using Dropzone.js - 519. ActRcvFilDocInsCla Receive a file in the documents zone of the institution using the classic way - 520. ActExpAdmDocIns Expand a folder when administrating the documents zone of the institution - 521. ActConAdmDocIns Contract a folder when administrating the documents zone of the institution - 522. ActZIPAdmDocIns Compress a folder when administrating the documents zone of the institution - 523. ActShoDocIns Show hidden folder or file of the documents zone of the institution - 524. ActHidDocIns Hide folder or file of the documents zone of the institution - 525. ActReqDatAdmDocIns Ask for metadata of a file of the documents zone of the institution - 526. ActChgDatAdmDocIns Change metadata of a file of the documents zone of the institution - 527. ActDowAdmDocIns Download a file of the documents zone of the institution + 527. ActAdmDocIns Admin the files of the documents zone of the institution + 528. ActReqRemFilDocIns Request removal of a file in the documents zone of the institution + 529. ActRemFilDocIns Remove a file in the documents zone of the institution + 530. ActRemFolDocIns Remove a folder empty the documents zone of the institution + 531. ActCopDocIns Set source of copy in the documents zone of the institution + 532. ActPasDocIns Paste a folder or file in the documents zone of the institution + 533. ActRemTreDocIns Remove a folder no empty in the documents zone of the institution + 534. ActFrmCreDocIns Form to crear a folder or file in the documents zone of the institution + 535. ActCreFolDocIns Create a new folder in the documents zone of the institution + 536. ActCreLnkDocIns Create a new link in the documents zone of the institution + 537. ActRenFolDocIns Rename a folder in the documents zone of the institution + 538. ActRcvFilDocInsDZ Receive a file in the documents zone of the institution using Dropzone.js + 539. ActRcvFilDocInsCla Receive a file in the documents zone of the institution using the classic way + 540. ActExpAdmDocIns Expand a folder when administrating the documents zone of the institution + 541. ActConAdmDocIns Contract a folder when administrating the documents zone of the institution + 542. ActZIPAdmDocIns Compress a folder when administrating the documents zone of the institution + 543. ActShoDocIns Show hidden folder or file of the documents zone of the institution + 544. ActHidDocIns Hide folder or file of the documents zone of the institution + 545. ActReqDatAdmDocIns Ask for metadata of a file of the documents zone of the institution + 546. ActChgDatAdmDocIns Change metadata of a file of the documents zone of the institution + 547. ActDowAdmDocIns Download a file of the documents zone of the institution - 528. ActReqRemFilShaIns Request removal of a shared file of the institution - 529. ActRemFilShaIns Remove a shared file of the institution - 530. ActRemFolShaIns Remove an empty shared folder of the institution - 531. ActCopShaIns Set source of copy in shared zone of the institution - 532. ActPasShaIns Paste a folder or file in shared zone of the institution - 533. ActRemTreShaIns Remove a folder no empty of shared zone of the institution - 534. ActFrmCreShaIns Form to crear a folder or file in shared zone of the institution - 535. ActCreFolShaIns Create a new folder in shared zone of the institution - 536. ActCreLnkShaIns Create a new link in shared zone of the institution - 537. ActRenFolShaIns Rename a folder in shared zone of the institution - 538. ActRcvFilShaInsDZ Receive a file in shared zone of the institution using Dropzone.js - 539. ActRcvFilShaInsCla Receive a file in shared zone of the institution using the classic way - 540. ActExpShaIns Expand a folder in shared zone of the institution - 541. ActConShaIns Contract a folder in shared zone of the institution - 542. ActZIPShaIns Compress a folder in shared zone of the institution - 543. ActReqDatShaIns Ask for metadata of a file of the shared zone of the institution - 544. ActChgDatShaIns Change metadata of a file of the shared zone of the institution - 545. ActDowShaIns Download a file of the shared zone of the institution + 548. ActReqRemFilShaIns Request removal of a shared file of the institution + 549. ActRemFilShaIns Remove a shared file of the institution + 550. ActRemFolShaIns Remove an empty shared folder of the institution + 551. ActCopShaIns Set source of copy in shared zone of the institution + 552. ActPasShaIns Paste a folder or file in shared zone of the institution + 553. ActRemTreShaIns Remove a folder no empty of shared zone of the institution + 554. ActFrmCreShaIns Form to crear a folder or file in shared zone of the institution + 555. ActCreFolShaIns Create a new folder in shared zone of the institution + 556. ActCreLnkShaIns Create a new link in shared zone of the institution + 557. ActRenFolShaIns Rename a folder in shared zone of the institution + 558. ActRcvFilShaInsDZ Receive a file in shared zone of the institution using Dropzone.js + 559. ActRcvFilShaInsCla Receive a file in shared zone of the institution using the classic way + 560. ActExpShaIns Expand a folder in shared zone of the institution + 561. ActConShaIns Contract a folder in shared zone of the institution + 562. ActZIPShaIns Compress a folder in shared zone of the institution + 563. ActReqDatShaIns Ask for metadata of a file of the shared zone of the institution + 564. ActChgDatShaIns Change metadata of a file of the shared zone of the institution + 565. ActDowShaIns Download a file of the shared zone of the institution - 546. ActChgToSeeDocCtr Change to see centre documents + 566. ActChgToSeeDocCtr Change to see centre documents - 547. ActSeeDocCtr See the files of the documents zone of the centre - 548. ActExpSeeDocCtr Expand a folder in centre documents - 549. ActConSeeDocCtr Contract a folder in centre documents - 550. ActZIPSeeDocCtr Compress a folder in centre documents - 551. ActReqDatSeeDocCtr Ask for metadata of a file of the documents zone of the centre - 552. ActDowSeeDocCtr Download a file in documents zone of the centre + 567. ActSeeDocCtr See the files of the documents zone of the centre + 568. ActExpSeeDocCtr Expand a folder in centre documents + 569. ActConSeeDocCtr Contract a folder in centre documents + 570. ActZIPSeeDocCtr Compress a folder in centre documents + 571. ActReqDatSeeDocCtr Ask for metadata of a file of the documents zone of the centre + 572. ActDowSeeDocCtr Download a file in documents zone of the centre - 553. ActChgToAdmDocCtr Change to administrate centre documents + 573. ActChgToAdmDocCtr Change to administrate centre documents - 554. ActAdmDocCtr Admin the files of the documents zone of the centre - 555. ActReqRemFilDocCtr Request removal of a file in the documents zone of the centre - 556. ActRemFilDocCtr Remove a file in the documents zone of the centre - 557. ActRemFolDocCtr Remove a folder empty the documents zone of the centre - 558. ActCopDocCtr Set source of copy in the documents zone of the centre - 559. ActPasDocCtr Paste a folder or file in the documents zone of the centre - 560. ActRemTreDocCtr Remove a folder no empty in the documents zone of the centre - 561. ActFrmCreDocCtr Form to crear a folder or file in the documents zone of the centre - 562. ActCreFolDocCtr Create a new folder in the documents zone of the centre - 563. ActCreLnkDocCtr Create a new link in the documents zone of the centre - 564. ActRenFolDocCtr Rename a folder in the documents zone of the centre - 565. ActRcvFilDocCtrDZ Receive a file in the documents zone of the centre using Dropzone.js - 566. ActRcvFilDocCtrCla Receive a file in the documents zone of the centre using the classic way - 567. ActExpAdmDocCtr Expand a folder when administrating the documents zone of the centre - 568. ActConAdmDocCtr Contract a folder when administrating the documents zone of the centre - 569. ActZIPAdmDocCtr Compress a folder when administrating the documents zone of the centre - 570. ActShoDocCtr Show hidden folder or file of the documents zone of the centre - 571. ActHidDocCtr Hide folder or file of the documents zone of the centre - 572. ActReqDatAdmDocCtr Ask for metadata of a file of the documents zone of the centre - 573. ActChgDatAdmDocCtr Change metadata of a file of the documents zone of the centre - 574. ActDowAdmDocCtr Download a file of the documents zone of the centre + 574. ActAdmDocCtr Admin the files of the documents zone of the centre + 575. ActReqRemFilDocCtr Request removal of a file in the documents zone of the centre + 576. ActRemFilDocCtr Remove a file in the documents zone of the centre + 577. ActRemFolDocCtr Remove a folder empty the documents zone of the centre + 578. ActCopDocCtr Set source of copy in the documents zone of the centre + 579. ActPasDocCtr Paste a folder or file in the documents zone of the centre + 580. ActRemTreDocCtr Remove a folder no empty in the documents zone of the centre + 581. ActFrmCreDocCtr Form to crear a folder or file in the documents zone of the centre + 582. ActCreFolDocCtr Create a new folder in the documents zone of the centre + 583. ActCreLnkDocCtr Create a new link in the documents zone of the centre + 584. ActRenFolDocCtr Rename a folder in the documents zone of the centre + 585. ActRcvFilDocCtrDZ Receive a file in the documents zone of the centre using Dropzone.js + 586. ActRcvFilDocCtrCla Receive a file in the documents zone of the centre using the classic way + 587. ActExpAdmDocCtr Expand a folder when administrating the documents zone of the centre + 588. ActConAdmDocCtr Contract a folder when administrating the documents zone of the centre + 589. ActZIPAdmDocCtr Compress a folder when administrating the documents zone of the centre + 590. ActShoDocCtr Show hidden folder or file of the documents zone of the centre + 591. ActHidDocCtr Hide folder or file of the documents zone of the centre + 592. ActReqDatAdmDocCtr Ask for metadata of a file of the documents zone of the centre + 593. ActChgDatAdmDocCtr Change metadata of a file of the documents zone of the centre + 594. ActDowAdmDocCtr Download a file of the documents zone of the centre - 575. ActReqRemFilShaCtr Request removal of a shared file of the centre - 576. ActRemFilShaCtr Remove a shared file of the centre - 577. ActRemFolShaCtr Remove an empty shared folder of the centre - 578. ActCopShaCtr Set source of copy in shared zone of the centre - 579. ActPasShaCtr Paste a folder or file in shared zone of the centre - 580. ActRemTreShaCtr Remove a folder no empty of shared zone of the centre - 581. ActFrmCreShaCtr Form to crear a folder or file in shared zone of the centre - 582. ActCreFolShaCtr Create a new folder in shared zone of the centre - 583. ActCreLnkShaCtr Create a new link in shared zone of the centre - 584. ActRenFolShaCtr Rename a folder in shared zone of the centre - 585. ActRcvFilShaCtrDZ Receive a file in shared zone of the centre using Dropzone.js - 586. ActRcvFilShaCtrCla Receive a file in shared zone of the centre using the classic way - 587. ActExpShaCtr Expand a folder in shared zone of the centre - 588. ActConShaCtr Contract a folder in shared zone of the centre - 589. ActZIPShaCtr Compress a folder in shared zone of the centre - 590. ActReqDatShaCtr Ask for metadata of a file of the shared zone of the centre - 591. ActChgDatShaCtr Change metadata of a file of the shared zone of the centre - 592. ActDowShaCtr Download a file of the shared zone of the centre + 595. ActReqRemFilShaCtr Request removal of a shared file of the centre + 596. ActRemFilShaCtr Remove a shared file of the centre + 597. ActRemFolShaCtr Remove an empty shared folder of the centre + 598. ActCopShaCtr Set source of copy in shared zone of the centre + 599. ActPasShaCtr Paste a folder or file in shared zone of the centre + 600. ActRemTreShaCtr Remove a folder no empty of shared zone of the centre + 601. ActFrmCreShaCtr Form to crear a folder or file in shared zone of the centre + 602. ActCreFolShaCtr Create a new folder in shared zone of the centre + 603. ActCreLnkShaCtr Create a new link in shared zone of the centre + 604. ActRenFolShaCtr Rename a folder in shared zone of the centre + 605. ActRcvFilShaCtrDZ Receive a file in shared zone of the centre using Dropzone.js + 606. ActRcvFilShaCtrCla Receive a file in shared zone of the centre using the classic way + 607. ActExpShaCtr Expand a folder in shared zone of the centre + 608. ActConShaCtr Contract a folder in shared zone of the centre + 609. ActZIPShaCtr Compress a folder in shared zone of the centre + 610. ActReqDatShaCtr Ask for metadata of a file of the shared zone of the centre + 611. ActChgDatShaCtr Change metadata of a file of the shared zone of the centre + 612. ActDowShaCtr Download a file of the shared zone of the centre - 593. ActChgToSeeDocDeg Change to see degree documents + 613. ActChgToSeeDocDeg Change to see degree documents - 594. ActSeeDocDeg See the files of the documents zone of the degree - 595. ActExpSeeDocDeg Expand a folder in degree documents - 596. ActConSeeDocDeg Contract a folder in degree documents - 597. ActZIPSeeDocDeg Compress a folder in degree documents - 598. ActReqDatSeeDocDeg Ask for metadata of a file of the documents zone of the degree - 599. ActDowSeeDocDeg Download a file in documents zone of the degree + 614. ActSeeDocDeg See the files of the documents zone of the degree + 615. ActExpSeeDocDeg Expand a folder in degree documents + 616. ActConSeeDocDeg Contract a folder in degree documents + 617. ActZIPSeeDocDeg Compress a folder in degree documents + 618. ActReqDatSeeDocDeg Ask for metadata of a file of the documents zone of the degree + 619. ActDowSeeDocDeg Download a file in documents zone of the degree - 600. ActChgToAdmDocDeg Change to administrate degree documents + 620. ActChgToAdmDocDeg Change to administrate degree documents - 601. ActAdmDocDeg Admin the files of the documents zone of the degree - 602. ActReqRemFilDocDeg Request removal of a file in the documents zone of the degree - 603. ActRemFilDocDeg Remove a file in the documents zone of the degree - 604. ActRemFolDocDeg Remove a folder empty the documents zone of the degree - 605. ActCopDocDeg Set source of copy in the documents zone of the degree - 606. ActPasDocDeg Paste a folder or file in the documents zone of the degree - 607. ActRemTreDocDeg Remove a folder no empty in the documents zone of the degree - 608. ActFrmCreDocDeg Form to crear a folder or file in the documents zone of the degree - 609. ActCreFolDocDeg Create a new folder in the documents zone of the degree - 610. ActCreLnkDocDeg Create a new link in the documents zone of the degree - 611. ActRenFolDocDeg Rename a folder in the documents zone of the degree - 612. ActRcvFilDocDegDZ Receive a file in the documents zone of the degree using Dropzone.js - 613. ActRcvFilDocDegCla Receive a file in the documents zone of the degree using the classic way - 614. ActExpAdmDocDeg Expand a folder when administrating the documents zone of the degree - 615. ActConAdmDocDeg Contract a folder when administrating the documents zone of the degree - 616. ActZIPAdmDocDeg Compress a folder when administrating the documents zone of the degree - 617. ActShoDocDeg Show hidden folder or file of the documents zone of the degree - 618. ActHidDocDeg Hide folder or file of the documents zone of the degree - 619. ActReqDatAdmDocDeg Ask for metadata of a file of the documents zone of the degree - 620. ActChgDatAdmDocDeg Change metadata of a file of the documents zone of the degree - 621. ActDowAdmDocDeg Download a file of the documents zone of the degree + 621. ActAdmDocDeg Admin the files of the documents zone of the degree + 622. ActReqRemFilDocDeg Request removal of a file in the documents zone of the degree + 623. ActRemFilDocDeg Remove a file in the documents zone of the degree + 624. ActRemFolDocDeg Remove a folder empty the documents zone of the degree + 625. ActCopDocDeg Set source of copy in the documents zone of the degree + 626. ActPasDocDeg Paste a folder or file in the documents zone of the degree + 627. ActRemTreDocDeg Remove a folder no empty in the documents zone of the degree + 628. ActFrmCreDocDeg Form to crear a folder or file in the documents zone of the degree + 629. ActCreFolDocDeg Create a new folder in the documents zone of the degree + 630. ActCreLnkDocDeg Create a new link in the documents zone of the degree + 631. ActRenFolDocDeg Rename a folder in the documents zone of the degree + 632. ActRcvFilDocDegDZ Receive a file in the documents zone of the degree using Dropzone.js + 633. ActRcvFilDocDegCla Receive a file in the documents zone of the degree using the classic way + 634. ActExpAdmDocDeg Expand a folder when administrating the documents zone of the degree + 635. ActConAdmDocDeg Contract a folder when administrating the documents zone of the degree + 636. ActZIPAdmDocDeg Compress a folder when administrating the documents zone of the degree + 637. ActShoDocDeg Show hidden folder or file of the documents zone of the degree + 638. ActHidDocDeg Hide folder or file of the documents zone of the degree + 639. ActReqDatAdmDocDeg Ask for metadata of a file of the documents zone of the degree + 640. ActChgDatAdmDocDeg Change metadata of a file of the documents zone of the degree + 641. ActDowAdmDocDeg Download a file of the documents zone of the degree - 622. ActReqRemFilShaDeg Request removal of a shared file of the degree - 623. ActRemFilShaDeg Remove a shared file of the degree - 624. ActRemFolShaDeg Remove an empty shared folder of the degree - 625. ActCopShaDeg Set source of copy in shared zone of the degree - 626. ActPasShaDeg Paste a folder or file in shared zone of the degree - 627. ActRemTreShaDeg Remove a folder no empty of shared zone of the degree - 628. ActFrmCreShaDeg Form to crear a folder or file in shared zone of the degree - 629. ActCreFolShaDeg Create a new folder in shared zone of the degree - 630. ActCreLnkShaDeg Create a new link in shared zone of the degree - 631. ActRenFolShaDeg Rename a folder in shared zone of the degree - 632. ActRcvFilShaDegDZ Receive a file in shared zone of the degree using Dropzone.js - 633. ActRcvFilShaDegCla Receive a file in shared zone of the degree using the classic way - 634. ActExpShaDeg Expand a folder in shared zone of the degree - 635. ActConShaDeg Contract a folder in shared zone of the degree - 636. ActZIPShaDeg Compress a folder in shared zone of the degree - 637. ActReqDatShaDeg Ask for metadata of a file of the shared zone of the degree - 638. ActChgDatShaDeg Change metadata of a file of the shared zone of the degree - 639. ActDowShaDeg Download a file of the shared zone of the degree + 642. ActReqRemFilShaDeg Request removal of a shared file of the degree + 643. ActRemFilShaDeg Remove a shared file of the degree + 644. ActRemFolShaDeg Remove an empty shared folder of the degree + 645. ActCopShaDeg Set source of copy in shared zone of the degree + 646. ActPasShaDeg Paste a folder or file in shared zone of the degree + 647. ActRemTreShaDeg Remove a folder no empty of shared zone of the degree + 648. ActFrmCreShaDeg Form to crear a folder or file in shared zone of the degree + 649. ActCreFolShaDeg Create a new folder in shared zone of the degree + 650. ActCreLnkShaDeg Create a new link in shared zone of the degree + 651. ActRenFolShaDeg Rename a folder in shared zone of the degree + 652. ActRcvFilShaDegDZ Receive a file in shared zone of the degree using Dropzone.js + 653. ActRcvFilShaDegCla Receive a file in shared zone of the degree using the classic way + 654. ActExpShaDeg Expand a folder in shared zone of the degree + 655. ActConShaDeg Contract a folder in shared zone of the degree + 656. ActZIPShaDeg Compress a folder in shared zone of the degree + 657. ActReqDatShaDeg Ask for metadata of a file of the shared zone of the degree + 658. ActChgDatShaDeg Change metadata of a file of the shared zone of the degree + 659. ActDowShaDeg Download a file of the shared zone of the degree - 640. ActChgToSeeDocCrs Change to see course/group documents + 660. ActChgToSeeDocCrs Change to see course/group documents - 641. ActSeeDocCrs See the files of the documents zone of the course - 642. ActExpSeeDocCrs Expand a folder in course documents - 643. ActConSeeDocCrs Contract a folder in course documents - 644. ActZIPSeeDocCrs Compress a folder in course documents - 645. ActReqDatSeeDocCrs Ask for metadata of a file of the documents zone of the course - 646. ActDowSeeDocCrs Download a file in documents zone of the course + 661. ActSeeDocCrs See the files of the documents zone of the course + 662. ActExpSeeDocCrs Expand a folder in course documents + 663. ActConSeeDocCrs Contract a folder in course documents + 664. ActZIPSeeDocCrs Compress a folder in course documents + 665. ActReqDatSeeDocCrs Ask for metadata of a file of the documents zone of the course + 666. ActDowSeeDocCrs Download a file in documents zone of the course - 647. ActSeeDocGrp See the files of the documents zone of a group - 648. ActExpSeeDocGrp Expand a folder in group documents - 649. ActConSeeDocGrp Contract a folder in group documents - 650. ActZIPSeeDocGrp Compress a folder in group documents - 651. ActReqDatSeeDocGrp Ask for metadata of a file of the documents zone of a group - 652. ActDowSeeDocGrp Download a file of the documents zone of a group + 667. ActSeeDocGrp See the files of the documents zone of a group + 668. ActExpSeeDocGrp Expand a folder in group documents + 669. ActConSeeDocGrp Contract a folder in group documents + 670. ActZIPSeeDocGrp Compress a folder in group documents + 671. ActReqDatSeeDocGrp Ask for metadata of a file of the documents zone of a group + 672. ActDowSeeDocGrp Download a file of the documents zone of a group - 653. ActChgToAdmDocCrs Change to administrate course/group documents + 673. ActChgToAdmDocCrs Change to administrate course/group documents - 654. ActAdmDocCrs Admin the files of the documents zone of the course - 655. ActReqRemFilDocCrs Request removal of a file in the documents zone of the course - 656. ActRemFilDocCrs Remove a file in the documents zone of the course - 657. ActRemFolDocCrs Remove a folder empty the documents zone of the course - 658. ActCopDocCrs Set source of copy in the documents zone of the course - 659. ActPasDocCrs Paste a folder or file in the documents zone of the course - 660. ActRemTreDocCrs Remove a folder no empty in the documents zone of the course - 661. ActFrmCreDocCrs Form to crear a folder or file in the documents zone of the course - 662. ActCreFolDocCrs Create a new folder in the documents zone of the course - 663. ActCreLnkDocCrs Create a new link in the documents zone of the course - 664. ActRenFolDocCrs Rename a folder in the documents zone of the course - 665. ActRcvFilDocCrsDZ Receive a file in the documents zone of the course using Dropzone.js - 666. ActRcvFilDocCrsCla Receive a file in the documents zone of the course using the classic way - 667. ActExpAdmDocCrs Expand a folder when administrating the documents zone of the course - 668. ActConAdmDocCrs Contract a folder when administrating the documents zone of the course - 669. ActZIPAdmDocCrs Compress a folder when administrating the documents zone of the course - 670. ActShoDocCrs Show hidden folder or file of the documents zone - 671. ActHidDocCrs Hide folder or file of the documents zone - 672. ActReqDatAdmDocCrs Ask for metadata of a file of the documents zone - 673. ActChgDatAdmDocCrs Change metadata of a file of the documents zone - 674. ActDowAdmDocCrs Download a file of the documents zone + 674. ActAdmDocCrs Admin the files of the documents zone of the course + 675. ActReqRemFilDocCrs Request removal of a file in the documents zone of the course + 676. ActRemFilDocCrs Remove a file in the documents zone of the course + 677. ActRemFolDocCrs Remove a folder empty the documents zone of the course + 678. ActCopDocCrs Set source of copy in the documents zone of the course + 679. ActPasDocCrs Paste a folder or file in the documents zone of the course + 680. ActRemTreDocCrs Remove a folder no empty in the documents zone of the course + 681. ActFrmCreDocCrs Form to crear a folder or file in the documents zone of the course + 682. ActCreFolDocCrs Create a new folder in the documents zone of the course + 683. ActCreLnkDocCrs Create a new link in the documents zone of the course + 684. ActRenFolDocCrs Rename a folder in the documents zone of the course + 685. ActRcvFilDocCrsDZ Receive a file in the documents zone of the course using Dropzone.js + 686. ActRcvFilDocCrsCla Receive a file in the documents zone of the course using the classic way + 687. ActExpAdmDocCrs Expand a folder when administrating the documents zone of the course + 688. ActConAdmDocCrs Contract a folder when administrating the documents zone of the course + 689. ActZIPAdmDocCrs Compress a folder when administrating the documents zone of the course + 690. ActShoDocCrs Show hidden folder or file of the documents zone + 691. ActHidDocCrs Hide folder or file of the documents zone + 692. ActReqDatAdmDocCrs Ask for metadata of a file of the documents zone + 693. ActChgDatAdmDocCrs Change metadata of a file of the documents zone + 694. ActDowAdmDocCrs Download a file of the documents zone - 675. ActAdmDocGrp Admin the files of the documents zone of a group - 676. ActReqRemFilDocGrp Request removal of a file in the documents zone of a group - 677. ActRemFilDocGrp Remove a file in the documents zone of a group - 678. ActRemFolDocGrp Remove a folder empty in the documents zone of a group - 679. ActCopDocGrp Set source of copy in the documents zone of a group - 680. ActPasDocGrp Paste a folder or file in the documents zone of a group - 681. ActRemTreDocGrp Remove a folder no empty in the documents zone of a group - 682. ActFrmCreDocGrp Form to crear a folder or file in the documents zone of a group - 683. ActCreFolDocGrp Create a new folder in the documents zone of a group - 684. ActCreLnkDocGrp Create a new link in the documents zone of a group - 685. ActRenFolDocGrp Rename a folder in the documents zone of a group - 686. ActRcvFilDocGrpDZ Receive a file in the documents zone of a group using Dropzone.js - 687. ActRcvFilDocGrpCla Receive a file in the documents zone of a group using the classic way - 688. ActExpAdmDocGrp Expand a folder when administrating the documents zone of a group - 689. ActConAdmDocGrp Contract a folder when administrating the documents zone of a group - 690. ActZIPAdmDocGrp Compress a folder when administrating the documents zone of a group - 691. ActShoDocGrp Show hidden folder or file of download - 692. ActHidDocGrp Hide folder or file of download - 693. ActReqDatAdmDocGrp Ask for metadata of a file of the documents zone of a group - 694. ActChgDatAdmDocGrp Change metadata of a file of the documents zone of a group - 695. ActDowAdmDocGrp Download a file of the documents zone of a group + 695. ActAdmDocGrp Admin the files of the documents zone of a group + 696. ActReqRemFilDocGrp Request removal of a file in the documents zone of a group + 697. ActRemFilDocGrp Remove a file in the documents zone of a group + 698. ActRemFolDocGrp Remove a folder empty in the documents zone of a group + 699. ActCopDocGrp Set source of copy in the documents zone of a group + 700. ActPasDocGrp Paste a folder or file in the documents zone of a group + 701. ActRemTreDocGrp Remove a folder no empty in the documents zone of a group + 702. ActFrmCreDocGrp Form to crear a folder or file in the documents zone of a group + 703. ActCreFolDocGrp Create a new folder in the documents zone of a group + 704. ActCreLnkDocGrp Create a new link in the documents zone of a group + 705. ActRenFolDocGrp Rename a folder in the documents zone of a group + 706. ActRcvFilDocGrpDZ Receive a file in the documents zone of a group using Dropzone.js + 707. ActRcvFilDocGrpCla Receive a file in the documents zone of a group using the classic way + 708. ActExpAdmDocGrp Expand a folder when administrating the documents zone of a group + 709. ActConAdmDocGrp Contract a folder when administrating the documents zone of a group + 710. ActZIPAdmDocGrp Compress a folder when administrating the documents zone of a group + 711. ActShoDocGrp Show hidden folder or file of download + 712. ActHidDocGrp Hide folder or file of download + 713. ActReqDatAdmDocGrp Ask for metadata of a file of the documents zone of a group + 714. ActChgDatAdmDocGrp Change metadata of a file of the documents zone of a group + 715. ActDowAdmDocGrp Download a file of the documents zone of a group - 696. ActChgToAdmTch Change to administrate teachers' files of the course/group + 716. ActChgToAdmTch Change to administrate teachers' files of the course/group - 697. ActAdmTchCrs Admin the teachers' files zone of the course - 698. ActReqRemFilTchCrs Request removal of a teachers' file of the course - 699. ActRemFilTchCrs Remove a teachers' file of the course - 700. ActRemFolTchCrs Remove an empty teachers' folder of the course - 701. ActCopTchCrs Set source of teachers' zone of the course - 702. ActPasTchCrs Paste a folder or file in teachers' zone of the course - 703. ActRemTreTchCrs Remove a folder no empty of teachers' zone of the course - 704. ActFrmCreTchCrs Form to crear a folder or file in teachers' zone of the course - 705. ActCreFolTchCrs Create a new folder in teachers' zone of the course - 706. ActCreLnkTchCrs Create a new link in teachers' zone of the course - 707. ActRenFolTchCrs Rename a folder in teachers' zone of the course - 708. ActRcvFilTchCrsDZ Receive a file in teachers' zone of the course using Dropzone.js - 709. ActRcvFilTchCrsCla Receive a file in teachers' zone of the course using the classic way - 710. ActExpTchCrs Expand a folder in teachers' zone of the course - 711. ActConTchCrs Contract a folder in teachers' zone of the course - 712. ActZIPTchCrs Compress a folder in teachers' zone of the course - 713. ActReqDatTchCrs Ask for metadata of a file of the teachers' zone of the course - 714. ActChgDatTchCrs Change metadata of a file of the teachers' zone of the course - 715. ActDowTchCrs Download a file of the teachers' zone of the course + 717. ActAdmTchCrs Admin the teachers' files zone of the course + 718. ActReqRemFilTchCrs Request removal of a teachers' file of the course + 719. ActRemFilTchCrs Remove a teachers' file of the course + 720. ActRemFolTchCrs Remove an empty teachers' folder of the course + 721. ActCopTchCrs Set source of teachers' zone of the course + 722. ActPasTchCrs Paste a folder or file in teachers' zone of the course + 723. ActRemTreTchCrs Remove a folder no empty of teachers' zone of the course + 724. ActFrmCreTchCrs Form to crear a folder or file in teachers' zone of the course + 725. ActCreFolTchCrs Create a new folder in teachers' zone of the course + 726. ActCreLnkTchCrs Create a new link in teachers' zone of the course + 727. ActRenFolTchCrs Rename a folder in teachers' zone of the course + 728. ActRcvFilTchCrsDZ Receive a file in teachers' zone of the course using Dropzone.js + 729. ActRcvFilTchCrsCla Receive a file in teachers' zone of the course using the classic way + 730. ActExpTchCrs Expand a folder in teachers' zone of the course + 731. ActConTchCrs Contract a folder in teachers' zone of the course + 732. ActZIPTchCrs Compress a folder in teachers' zone of the course + 733. ActReqDatTchCrs Ask for metadata of a file of the teachers' zone of the course + 734. ActChgDatTchCrs Change metadata of a file of the teachers' zone of the course + 735. ActDowTchCrs Download a file of the teachers' zone of the course - 716. ActAdmTchGrp Admin the teachers' files zone of a group - 717. ActReqRemFilTchGrp Request removal of a teachers' file of a group - 718. ActRemFilTchGrp Remove a teachers' file of a group - 719. ActRemFolTchGrp Remove an empty teachers' folder of a group - 720. ActCopTchGrp Set source of copy in teachers' zone of a group - 721. ActPasTchGrp Paste a folder or file in teachers' zone of a group - 722. ActRemTreTchGrp Remove a folder no empty of teachers' zone of a group - 723. ActFrmCreTchGrp Form to crear a folder or file in teachers' zone of a group - 724. ActCreFolTchGrp Create a new folder in teachers' zone of a group - 725. ActCreLnkTchGrp Create a new link in teachers' zone of a group - 726. ActRenFolTchGrp Rename a folder in teachers' zone of a group - 727. ActRcvFilTchGrpDZ Receive a file in teachers' zone of a group using Dropzone.js - 728. ActRcvFilTchGrpCla Receive a file in teachers' zone of a group using the classic way - 729. ActExpTchGrp Expand a folder in teachers' zone of a group - 730. ActConTchGrp Contract a folder in teachers' zone of a group - 731. ActZIPTchGrp Compress a folder in teachers' zone of a group - 732. ActReqDatTchGrp Ask for metadata of a file of the teachers' zone of a group - 733. ActChgDatTchGrp Change metadata of a file of the teachers' zone of a group - 734. ActDowTchGrp Download a file of the teachers' zone of a group + 736. ActAdmTchGrp Admin the teachers' files zone of a group + 737. ActReqRemFilTchGrp Request removal of a teachers' file of a group + 738. ActRemFilTchGrp Remove a teachers' file of a group + 739. ActRemFolTchGrp Remove an empty teachers' folder of a group + 740. ActCopTchGrp Set source of copy in teachers' zone of a group + 741. ActPasTchGrp Paste a folder or file in teachers' zone of a group + 742. ActRemTreTchGrp Remove a folder no empty of teachers' zone of a group + 743. ActFrmCreTchGrp Form to crear a folder or file in teachers' zone of a group + 744. ActCreFolTchGrp Create a new folder in teachers' zone of a group + 745. ActCreLnkTchGrp Create a new link in teachers' zone of a group + 746. ActRenFolTchGrp Rename a folder in teachers' zone of a group + 747. ActRcvFilTchGrpDZ Receive a file in teachers' zone of a group using Dropzone.js + 748. ActRcvFilTchGrpCla Receive a file in teachers' zone of a group using the classic way + 749. ActExpTchGrp Expand a folder in teachers' zone of a group + 750. ActConTchGrp Contract a folder in teachers' zone of a group + 751. ActZIPTchGrp Compress a folder in teachers' zone of a group + 752. ActReqDatTchGrp Ask for metadata of a file of the teachers' zone of a group + 753. ActChgDatTchGrp Change metadata of a file of the teachers' zone of a group + 754. ActDowTchGrp Download a file of the teachers' zone of a group - 735. ActChgToAdmSha Change to administrate shared files of the course/group + 755. ActChgToAdmSha Change to administrate shared files of the course/group - 736. ActAdmShaCrs Admin the shared files zone of the course - 737. ActReqRemFilShaCrs Request removal of a shared file of the course - 738. ActRemFilShaCrs Remove a shared file of the course - 739. ActRemFolShaCrs Remove a empty shared folder of the course - 740. ActCopShaCrs Set source of copy in shared zone of the course - 741. ActPasShaCrs Paste a folder or file in shared zone of the course - 742. ActRemTreShaCrs Remove a folder no empty of shared zone of the course - 743. ActFrmCreShaCrs Form to crear a folder or file in shared zone of the course - 744. ActCreFolShaCrs Create a new folder in shared zone of the course - 745. ActCreLnkShaCrs Create a new link in shared zone of the course - 746. ActRenFolShaCrs Rename a folder in shared zone of the course - 747. ActRcvFilShaCrsDZ Receive a file in shared zone of the course using Dropzone.js - 748. ActRcvFilShaCrsCla Receive a file in shared zone of the course using the classic way - 749. ActExpShaCrs Expand a folder in shared zone of the course - 750. ActConShaCrs Contract a folder in shared zone of the course - 751. ActZIPShaCrs Compress a folder in shared zone of the course - 752. ActReqDatShaCrs Ask for metadata of a file of the shared zone of the course - 753. ActChgDatShaCrs Change metadata of a file of the shared zone of the course - 754. ActDowShaCrs Download a file of the shared zone of the course + 756. ActAdmShaCrs Admin the shared files zone of the course + 757. ActReqRemFilShaCrs Request removal of a shared file of the course + 758. ActRemFilShaCrs Remove a shared file of the course + 759. ActRemFolShaCrs Remove a empty shared folder of the course + 760. ActCopShaCrs Set source of copy in shared zone of the course + 761. ActPasShaCrs Paste a folder or file in shared zone of the course + 762. ActRemTreShaCrs Remove a folder no empty of shared zone of the course + 763. ActFrmCreShaCrs Form to crear a folder or file in shared zone of the course + 764. ActCreFolShaCrs Create a new folder in shared zone of the course + 765. ActCreLnkShaCrs Create a new link in shared zone of the course + 766. ActRenFolShaCrs Rename a folder in shared zone of the course + 767. ActRcvFilShaCrsDZ Receive a file in shared zone of the course using Dropzone.js + 768. ActRcvFilShaCrsCla Receive a file in shared zone of the course using the classic way + 769. ActExpShaCrs Expand a folder in shared zone of the course + 770. ActConShaCrs Contract a folder in shared zone of the course + 771. ActZIPShaCrs Compress a folder in shared zone of the course + 772. ActReqDatShaCrs Ask for metadata of a file of the shared zone of the course + 773. ActChgDatShaCrs Change metadata of a file of the shared zone of the course + 774. ActDowShaCrs Download a file of the shared zone of the course - 755. ActAdmShaGrp Admin the shared files zone of a group - 756. ActReqRemFilShaGrp Request removal of a shared file of a group - 757. ActRemFilShaGrp Remove a shared file of a group - 758. ActRemFolShaGrp Remove a folder empty común of a group - 759. ActCopShaGrp Set source of copy in shared zone of a group - 760. ActPasShaGrp Paste a folder or file in shared zone of a group - 761. ActRemTreShaGrp Remove a folder no empty of shared zone of a group - 762. ActFrmCreShaGrp Form to crear a folder or file in shared zone of a group - 763. ActCreFolShaGrp Create a new folder in shared zone of a group - 764. ActCreLnkShaGrp Create a new link in shared zone of a group - 765. ActRenFolShaGrp Rename a folder in shared zone of a group - 766. ActRcvFilShaGrpDZ Receive a file in shared zone of a group using Dropzone.js - 767. ActRcvFilShaGrpCla Receive a file in shared zone of a group using the classic way - 768. ActExpShaGrp Expand a folder in shared zone of a group - 769. ActConShaGrp Contract a folder in shared zone of a group - 770. ActZIPShaGrp Compress a folder in shared zone of a group - 771. ActReqDatShaGrp Ask for metadata of a file of the shared zone of a group - 772. ActChgDatShaGrp Change metadata of a file of the shared zone of a group - 773. ActDowShaGrp Download a file of the shared zone of a group + 775. ActAdmShaGrp Admin the shared files zone of a group + 776. ActReqRemFilShaGrp Request removal of a shared file of a group + 777. ActRemFilShaGrp Remove a shared file of a group + 778. ActRemFolShaGrp Remove a folder empty común of a group + 779. ActCopShaGrp Set source of copy in shared zone of a group + 780. ActPasShaGrp Paste a folder or file in shared zone of a group + 781. ActRemTreShaGrp Remove a folder no empty of shared zone of a group + 782. ActFrmCreShaGrp Form to crear a folder or file in shared zone of a group + 783. ActCreFolShaGrp Create a new folder in shared zone of a group + 784. ActCreLnkShaGrp Create a new link in shared zone of a group + 785. ActRenFolShaGrp Rename a folder in shared zone of a group + 786. ActRcvFilShaGrpDZ Receive a file in shared zone of a group using Dropzone.js + 787. ActRcvFilShaGrpCla Receive a file in shared zone of a group using the classic way + 788. ActExpShaGrp Expand a folder in shared zone of a group + 789. ActConShaGrp Contract a folder in shared zone of a group + 790. ActZIPShaGrp Compress a folder in shared zone of a group + 791. ActReqDatShaGrp Ask for metadata of a file of the shared zone of a group + 792. ActChgDatShaGrp Change metadata of a file of the shared zone of a group + 793. ActDowShaGrp Download a file of the shared zone of a group - 774. ActAdmAsgWrkCrs Edit all the works sent to the course - 775. ActReqRemFilAsgUsr Request removal of a file of assignments from a user - 776. ActRemFilAsgUsr Remove a file of assignments from a user - 777. ActRemFolAsgUsr Remove an empty folder of assignments of a user - 778. ActCopAsgUsr Set origin of copy in assignments of a user - 779. ActPasAsgUsr Paste a file or folder of assignments of a user - 780. ActRemTreAsgUsr Remove a not empty folder of assignments of a user - 781. ActFrmCreAsgUsr Form to create a new folder or file of assignments of a user - 782. ActCreFolAsgUsr Create a new folder of assignments of a user - 783. ActCreLnkAsgUsr Create a new link of assignments of a user - 784. ActRenFolAsgUsr Rename a folder of assignments of a user - 785. ActRcvFilAsgUsrDZ Receive a new file of assignments of a user using Dropzone.js - 786. ActRcvFilAsgUsrCla Receive a new file of assignments of a user using the classic way - 787. ActExpAsgUsr Expand a folder of assignments of a user - 788. ActConAsgUsr Contract a folder of assignments of a user - 789. ActZIPAsgUsr Compress a folder of assignments of a user - 790. ActReqDatAsgUsr Ask for metadata of a file of assignments of a user - 791. ActChgDatAsgUsr Change metadata of a file of assignments of a user - 792. ActDowAsgUsr Download a file of assignments of a user - 793. ActReqRemFilWrkUsr Request removal of a file of works from a user - 794. ActRemFilWrkUsr Remove a file of works from a user - 795. ActRemFolWrkUsr Remove an empty folder of works of a user - 796. ActCopWrkUsr Set origin of copy in works of a user - 797. ActPasWrkUsr Paste a file or folder of works of a user - 798. ActRemTreWrkUsr Remove a not empty folder of works of a user - 799. ActFrmCreWrkUsr Form to create a new folder or file of works of a user - 800. ActCreFolWrkUsr Create a new folder of works of a user - 801. ActCreLnkWrkUsr Create a new link of works of a user - 802. ActRenFolWrkUsr Rename a folder of works of a user - 803. ActRcvFilWrkUsrDZ Receive a new file of works of a user using Dropzone.js - 804. ActRcvFilWrkUsrCla Receive a new file of works of a user using the classic way - 805. ActExpWrkUsr Expand a folder of works of a user - 806. ActConWrkUsr Contract a folder of works of a user - 807. ActZIPWrkUsr Compress a folder of works of a user - 808. ActReqDatWrkUsr Ask for metadata of a file of works of a user - 809. ActChgDatWrkUsr Change metadata of a file of works of a user - 810. ActDowWrkUsr Download a file of works of a user - 811. ActReqRemFilAsgCrs Request removal of a file of assignments in the course - 812. ActRemFilAsgCrs Remove a file of assignments in the course - 813. ActRemFolAsgCrs Remove an empty folder of assignments in the course - 814. ActCopAsgCrs Set origin of copy in assignments in the course - 815. ActPasAsgCrs Paste a file or folder of assignments in the course - 816. ActRemTreAsgCrs Remove a not empty folder of assignments in the course - 817. ActFrmCreAsgCrs Form to create a new folder or file of assignments in the course - 818. ActCreFolAsgCrs Create a new folder of assignments in the course - 819. ActCreLnkAsgCrs Create a new link of assignments in the course - 820. ActRenFolAsgCrs Rename a folder of assignments in the course - 821. ActRcvFilAsgCrsDZ Receive a file of assignments in the course using Dropzone.js - 822. ActRcvFilAsgCrsCla Receive a file of assignments in the course using the classic way - 823. ActExpAsgCrs Expand a folder of assignments in a course - 824. ActConAsgCrs Contract a folder of assignments in a course - 825. ActZIPAsgCrs Compress a folder of assignments in a course - 826. ActReqDatAsgCrs Ask for metadata of a file of assignments in a course - 827. ActChgDatAsgCrs Change metadata of a file of assignments in a course - 828. ActDowAsgCrs Download a file of assignments in a course - 829. ActReqRemFilWrkCrs Request removal of a file of works in the course - 830. ActRemFilWrkCrs Remove a file of works in the course - 831. ActRemFolWrkCrs Remove an empty folder of works in the course - 832. ActCopWrkCrs Set origin of copy in works in the course - 833. ActPasWrkCrs Paste a file or folder of works in the course - 834. ActRemTreWrkCrs Remove a not empty folder of works in the course - 835. ActFrmCreWrkCrs Form to create a new folder or file of works in the course - 836. ActCreFolWrkCrs Create a new folder of works in the course - 837. ActCreLnkWrkCrs Create a new link of works in the course - 838. ActRenFolWrkCrs Rename a folder of works in the course - 839. ActRcvFilWrkCrsDZ Receive a file of works in the course using Dropzone.js - 840. ActRcvFilWrkCrsCla Receive a file of works in the course using the classic way - 841. ActExpWrkCrs Expand a folder of works in a course - 842. ActConWrkCrs Contract a folder of works in a course - 843. ActZIPWrkCrs Compress a folder of works in a course - 844. ActReqDatWrkCrs Ask for metadata of a file of works in a course - 845. ActChgDatWrkCrs Change metadata of a file of works in a course - 846. ActDowWrkCrs Download a file of works in a course + 794. ActAdmAsgWrkCrs Edit all the works sent to the course + 795. ActReqRemFilAsgUsr Request removal of a file of assignments from a user + 796. ActRemFilAsgUsr Remove a file of assignments from a user + 797. ActRemFolAsgUsr Remove an empty folder of assignments of a user + 798. ActCopAsgUsr Set origin of copy in assignments of a user + 799. ActPasAsgUsr Paste a file or folder of assignments of a user + 800. ActRemTreAsgUsr Remove a not empty folder of assignments of a user + 801. ActFrmCreAsgUsr Form to create a new folder or file of assignments of a user + 802. ActCreFolAsgUsr Create a new folder of assignments of a user + 803. ActCreLnkAsgUsr Create a new link of assignments of a user + 804. ActRenFolAsgUsr Rename a folder of assignments of a user + 805. ActRcvFilAsgUsrDZ Receive a new file of assignments of a user using Dropzone.js + 806. ActRcvFilAsgUsrCla Receive a new file of assignments of a user using the classic way + 807. ActExpAsgUsr Expand a folder of assignments of a user + 808. ActConAsgUsr Contract a folder of assignments of a user + 809. ActZIPAsgUsr Compress a folder of assignments of a user + 810. ActReqDatAsgUsr Ask for metadata of a file of assignments of a user + 811. ActChgDatAsgUsr Change metadata of a file of assignments of a user + 812. ActDowAsgUsr Download a file of assignments of a user + 813. ActReqRemFilWrkUsr Request removal of a file of works from a user + 814. ActRemFilWrkUsr Remove a file of works from a user + 815. ActRemFolWrkUsr Remove an empty folder of works of a user + 816. ActCopWrkUsr Set origin of copy in works of a user + 817. ActPasWrkUsr Paste a file or folder of works of a user + 818. ActRemTreWrkUsr Remove a not empty folder of works of a user + 819. ActFrmCreWrkUsr Form to create a new folder or file of works of a user + 820. ActCreFolWrkUsr Create a new folder of works of a user + 821. ActCreLnkWrkUsr Create a new link of works of a user + 822. ActRenFolWrkUsr Rename a folder of works of a user + 823. ActRcvFilWrkUsrDZ Receive a new file of works of a user using Dropzone.js + 824. ActRcvFilWrkUsrCla Receive a new file of works of a user using the classic way + 825. ActExpWrkUsr Expand a folder of works of a user + 826. ActConWrkUsr Contract a folder of works of a user + 827. ActZIPWrkUsr Compress a folder of works of a user + 828. ActReqDatWrkUsr Ask for metadata of a file of works of a user + 829. ActChgDatWrkUsr Change metadata of a file of works of a user + 830. ActDowWrkUsr Download a file of works of a user + 831. ActReqRemFilAsgCrs Request removal of a file of assignments in the course + 832. ActRemFilAsgCrs Remove a file of assignments in the course + 833. ActRemFolAsgCrs Remove an empty folder of assignments in the course + 834. ActCopAsgCrs Set origin of copy in assignments in the course + 835. ActPasAsgCrs Paste a file or folder of assignments in the course + 836. ActRemTreAsgCrs Remove a not empty folder of assignments in the course + 837. ActFrmCreAsgCrs Form to create a new folder or file of assignments in the course + 838. ActCreFolAsgCrs Create a new folder of assignments in the course + 839. ActCreLnkAsgCrs Create a new link of assignments in the course + 840. ActRenFolAsgCrs Rename a folder of assignments in the course + 841. ActRcvFilAsgCrsDZ Receive a file of assignments in the course using Dropzone.js + 842. ActRcvFilAsgCrsCla Receive a file of assignments in the course using the classic way + 843. ActExpAsgCrs Expand a folder of assignments in a course + 844. ActConAsgCrs Contract a folder of assignments in a course + 845. ActZIPAsgCrs Compress a folder of assignments in a course + 846. ActReqDatAsgCrs Ask for metadata of a file of assignments in a course + 847. ActChgDatAsgCrs Change metadata of a file of assignments in a course + 848. ActDowAsgCrs Download a file of assignments in a course + 849. ActReqRemFilWrkCrs Request removal of a file of works in the course + 840. ActRemFilWrkCrs Remove a file of works in the course + 851. ActRemFolWrkCrs Remove an empty folder of works in the course + 852. ActCopWrkCrs Set origin of copy in works in the course + 853. ActPasWrkCrs Paste a file or folder of works in the course + 854. ActRemTreWrkCrs Remove a not empty folder of works in the course + 855. ActFrmCreWrkCrs Form to create a new folder or file of works in the course + 856. ActCreFolWrkCrs Create a new folder of works in the course + 857. ActCreLnkWrkCrs Create a new link of works in the course + 858. ActRenFolWrkCrs Rename a folder of works in the course + 859. ActRcvFilWrkCrsDZ Receive a file of works in the course using Dropzone.js + 860. ActRcvFilWrkCrsCla Receive a file of works in the course using the classic way + 861. ActExpWrkCrs Expand a folder of works in a course + 862. ActConWrkCrs Contract a folder of works in a course + 863. ActZIPWrkCrs Compress a folder of works in a course + 864. ActReqDatWrkCrs Ask for metadata of a file of works in a course + 865. ActChgDatWrkCrs Change metadata of a file of works in a course + 866. ActDowWrkCrs Download a file of works in a course - 847. ActChgToSeeMrk Change to see marks in course/group + 867. ActChgToSeeMrk Change to see marks in course/group - 848. ActSeeMrkCrs See marks in course - 849. ActExpSeeMrkCrs Expand a folder in marks in course - 850. ActConSeeMrkCrs Contract a folder in marks in course - 851. ActReqDatSeeMrkCrs Ask for metadata of a file of the marks zone of the course - 852. ActSeeMyMrkCrs Individualized access to marks in course + 868. ActSeeMrkCrs See marks in course + 869. ActExpSeeMrkCrs Expand a folder in marks in course + 870. ActConSeeMrkCrs Contract a folder in marks in course + 871. ActReqDatSeeMrkCrs Ask for metadata of a file of the marks zone of the course + 872. ActSeeMyMrkCrs Individualized access to marks in course - 853. ActSeeMrkGrp See marks in group - 854. ActExpSeeMrkGrp Expand a folder in marks in group - 855. ActConSeeMrkGrp Contract a folder in marks in group - 856. ActReqDatSeeMrkGrp Ask for metadata of a file of the marks zone of a group - 857. ActSeeMyMrkGrp Individualized access to marks in group + 873. ActSeeMrkGrp See marks in group + 874. ActExpSeeMrkGrp Expand a folder in marks in group + 875. ActConSeeMrkGrp Contract a folder in marks in group + 876. ActReqDatSeeMrkGrp Ask for metadata of a file of the marks zone of a group + 877. ActSeeMyMrkGrp Individualized access to marks in group - 858. ActChgToAdmMrk Change to admin marks in course/group + 878. ActChgToAdmMrk Change to admin marks in course/group - 859. ActAdmMrkCrs Admin the files of the zone of marks in course - 860. ActReqRemFilMrkCrs Request removal of a file of marks in course - 861. ActRemFilMrkCrs Remove a file of marks in course - 862. ActRemFolMrkCrs Remove a folder empty of marks in course - 863. ActCopMrkCrs Set source of copy in marks in course - 864. ActPasMrkCrs Paste a folder or file in marks in course - 865. ActRemTreMrkCrs Remove a folder no empty of marks in course - 866. ActFrmCreMrkCrs Form to crear a folder or file in marks in course - 867. ActCreFolMrkCrs Create a new folder in marks in course - 868. ActRenFolMrkCrs Rename a folder in marks in course - 869. ActRcvFilMrkCrsDZ Receive a file of marks in course using Dropzone.js - 870. ActRcvFilMrkCrsCla Receive a file of marks in course using the classic way - 871. ActExpAdmMrkCrs Expand a folder in marks administration in course - 872. ActConAdmMrkCrs Contract a folder in marks administration in course - 873. ActZIPAdmMrkCrs Compress a folder in marks administration in course - 874. ActShoMrkCrs Show hidden folder or file of the marks administration in course - 875. ActHidMrkCrs Hide folder or file of the marks administration in course - 876. ActReqDatAdmMrkCrs Ask for metadata of a file in marks administration in course - 877. ActChgDatAdmMrkCrs Change metadata of a file in marks administration in course - 878. ActDowAdmMrkCrs Download a file in marks administration in course - 879. ActChgNumRowHeaCrs Change the number of rows of cabecera of a file of marks in course - 880. ActChgNumRowFooCrs Change the number of rows of pie of a file of marks in course + 879. ActAdmMrkCrs Admin the files of the zone of marks in course + 880. ActReqRemFilMrkCrs Request removal of a file of marks in course + 881. ActRemFilMrkCrs Remove a file of marks in course + 882. ActRemFolMrkCrs Remove a folder empty of marks in course + 883. ActCopMrkCrs Set source of copy in marks in course + 884. ActPasMrkCrs Paste a folder or file in marks in course + 885. ActRemTreMrkCrs Remove a folder no empty of marks in course + 886. ActFrmCreMrkCrs Form to crear a folder or file in marks in course + 887. ActCreFolMrkCrs Create a new folder in marks in course + 888. ActRenFolMrkCrs Rename a folder in marks in course + 889. ActRcvFilMrkCrsDZ Receive a file of marks in course using Dropzone.js + 890. ActRcvFilMrkCrsCla Receive a file of marks in course using the classic way + 891. ActExpAdmMrkCrs Expand a folder in marks administration in course + 892. ActConAdmMrkCrs Contract a folder in marks administration in course + 893. ActZIPAdmMrkCrs Compress a folder in marks administration in course + 894. ActShoMrkCrs Show hidden folder or file of the marks administration in course + 895. ActHidMrkCrs Hide folder or file of the marks administration in course + 896. ActReqDatAdmMrkCrs Ask for metadata of a file in marks administration in course + 897. ActChgDatAdmMrkCrs Change metadata of a file in marks administration in course + 898. ActDowAdmMrkCrs Download a file in marks administration in course + 899. ActChgNumRowHeaCrs Change the number of rows of cabecera of a file of marks in course + 900. ActChgNumRowFooCrs Change the number of rows of pie of a file of marks in course - 881. ActAdmMrkGrp Admin the files of the zone of marks in group - 882. ActReqRemFilMrkGrp Request removal of a file of marks in group - 883. ActRemFilMrkGrp Remove a file of marks in group - 884. ActRemFolMrkGrp Remove a folder empty of marks in group - 885. ActCopMrkGrp Set source of copy in marks in group - 886. ActPasMrkGrp Paste a folder or file in marks in group - 887. ActRemTreMrkGrp Remove a folder no empty of marks in group - 888. ActFrmCreMrkGrp Form to crear a folder or file in marks in group - 889. ActCreFolMrkGrp Create a new folder in marks in group - 890. ActRenFolMrkGrp Rename a folder in marks in group - 891. ActRcvFilMrkGrpDZ Receive a file to marks in group using Dropzone.js - 892. ActRcvFilMrkGrpCla Receive a file to marks in group using the classic way - 893. ActExpAdmMrkGrp Expand a folder in marks administration in group - 894. ActConAdmMrkGrp Contract a folder in marks administration in group - 895. ActZIPAdmMrkGrp Compress a folder in marks administration in group - 896. ActShoMrkGrp Show hidden folder or file of the marks administration in group - 897. ActHidMrkGrp Hide folder or file of the marks administration in group - 898. ActReqDatAdmMrkGrp Ask for metadata of a file in marks administration in group - 899. ActChgDatAdmMrkGrp Change metadata of a file in marks administration in group - 900. ActDowAdmMrkGrp Download a file in marks administration in group - 901. ActChgNumRowHeaGrp Change the number of rows of cabecera of a file of marks in group - 902. ActChgNumRowFooGrp Change the number of rows of pie of a file of marks in group + 901. ActAdmMrkGrp Admin the files of the zone of marks in group + 902. ActReqRemFilMrkGrp Request removal of a file of marks in group + 903. ActRemFilMrkGrp Remove a file of marks in group + 904. ActRemFolMrkGrp Remove a folder empty of marks in group + 905. ActCopMrkGrp Set source of copy in marks in group + 906. ActPasMrkGrp Paste a folder or file in marks in group + 907. ActRemTreMrkGrp Remove a folder no empty of marks in group + 908. ActFrmCreMrkGrp Form to crear a folder or file in marks in group + 909. ActCreFolMrkGrp Create a new folder in marks in group + 900. ActRenFolMrkGrp Rename a folder in marks in group + 901. ActRcvFilMrkGrpDZ Receive a file to marks in group using Dropzone.js + 902. ActRcvFilMrkGrpCla Receive a file to marks in group using the classic way + 903. ActExpAdmMrkGrp Expand a folder in marks administration in group + 904. ActConAdmMrkGrp Contract a folder in marks administration in group + 905. ActZIPAdmMrkGrp Compress a folder in marks administration in group + 906. ActShoMrkGrp Show hidden folder or file of the marks administration in group + 907. ActHidMrkGrp Hide folder or file of the marks administration in group + 908. ActReqDatAdmMrkGrp Ask for metadata of a file in marks administration in group + 909. ActChgDatAdmMrkGrp Change metadata of a file in marks administration in group + 910. ActDowAdmMrkGrp Download a file in marks administration in group + 911. ActChgNumRowHeaGrp Change the number of rows of cabecera of a file of marks in group + 912. ActChgNumRowFooGrp Change the number of rows of pie of a file of marks in group - 903. ActReqRemFilBrf Request removal of a file of the briefcase - 904. ActRemFilBrf Remove a file of the briefcase - 905. ActRemFolBrf Remove a folder empty of the briefcase - 906. ActCopBrf Set source of copy in the briefcase - 907. ActPasBrf Paste a folder or file in the briefcase - 908. ActRemTreBrf Remove a folder no empty of the briefcase - 909. ActFrmCreBrf Form to crear a folder or file in the briefcase - 910. ActCreFolBrf Create a new folder in the briefcase - 911. ActCreLnkBrf Create a new link in the briefcase - 912. ActRenFolBrf Rename a folder of the briefcase - 913. ActRcvFilBrfDZ Receive a file in the briefcase using Dropzone.js - 914. ActRcvFilBrfCla Receive a file in the briefcase using the classic way - 915. ActExpBrf Expand a folder in briefcase - 916. ActConBrf Contract a folder in briefcase - 917. ActZIPBrf Compress a folder in briefcase - 918. ActReqDatBrf Ask for metadata of a file in the briefcase - 919. ActChgDatBrf Change metadata of a file in the briefcase - 920. ActDowBrf Download a file in the briefcase - 921. ActReqRemOldBrf Ask for removing old files in the briefcase - 922. ActRemOldBrf Remove old files in the briefcase + 913. ActReqRemFilBrf Request removal of a file of the briefcase + 914. ActRemFilBrf Remove a file of the briefcase + 915. ActRemFolBrf Remove a folder empty of the briefcase + 916. ActCopBrf Set source of copy in the briefcase + 917. ActPasBrf Paste a folder or file in the briefcase + 918. ActRemTreBrf Remove a folder no empty of the briefcase + 919. ActFrmCreBrf Form to crear a folder or file in the briefcase + 920. ActCreFolBrf Create a new folder in the briefcase + 921. ActCreLnkBrf Create a new link in the briefcase + 922. ActRenFolBrf Rename a folder of the briefcase + 923. ActRcvFilBrfDZ Receive a file in the briefcase using Dropzone.js + 924. ActRcvFilBrfCla Receive a file in the briefcase using the classic way + 925. ActExpBrf Expand a folder in briefcase + 926. ActConBrf Contract a folder in briefcase + 927. ActZIPBrf Compress a folder in briefcase + 928. ActReqDatBrf Ask for metadata of a file in the briefcase + 929. ActChgDatBrf Change metadata of a file in the briefcase + 930. ActDowBrf Download a file in the briefcase + 931. ActReqRemOldBrf Ask for removing old files in the briefcase + 932. ActRemOldBrf Remove old files in the briefcase Users: - 923. ActReqSelGrp Request the selection of groups of students - 924. ActLstStd Show class photo or list of students - 925. ActLstTch Show class photo or list of teachers - 926. ActLstOth Show class photo or list of guests - 927. ActSeeAtt Show attendance events - 928. ActReqSignUp Apply for my enrolment - 929. ActSeeSignUpReq Show pending requests for inscription in the current course - 930. ActLstCon List connected users + 933. ActReqSelGrp Request the selection of groups of students + 934. ActLstStd Show class photo or list of students + 935. ActLstTch Show class photo or list of teachers + 936. ActLstOth Show class photo or list of guests + 937. ActSeeAtt Show attendance events + 938. ActReqSignUp Apply for my enrolment + 939. ActSeeSignUpReq Show pending requests for inscription in the current course + 940. ActLstCon List connected users - 931. ActChgGrp Change my groups - 932. ActReqEdiGrp Request the edition of groups - 933. ActNewGrpTyp Request the creation of a type of group - 934. ActReqRemGrpTyp Request the removal of a type of group - 935. ActRemGrpTyp Remove a type of group of students - 936. ActRenGrpTyp Request renaming of a type of group of students - 937. ActChgMdtGrpTyp Request change if it is mandatory to register in groups of a type - 938. ActChgMulGrpTyp Request change if it is possible to register in multiple groups of a type - 939. ActChgTimGrpTyp Request change when the groups of a type will be open - 940. ActNewGrp Request the creation of a group - 941. ActReqRemGrp Request the removal of a group - 942. ActRemGrp Remove a group - 943. ActOpeGrp Open a group - 944. ActCloGrp Close a group - 945. ActEnaFilZonGrp Enable filezones of a group - 946. ActDisFilZonGrp Disable filezones of a group - 947. ActChgGrpTyp Change the type of group of a group - 948. ActRenGrp Rename a group - 949. ActChgGrpCla Change the classroom of a group - 950. ActChgMaxStdGrp Change the maximum number of students in a group + 941. ActChgGrp Change my groups + 942. ActReqEdiGrp Request the edition of groups + 943. ActNewGrpTyp Request the creation of a type of group + 944. ActReqRemGrpTyp Request the removal of a type of group + 945. ActRemGrpTyp Remove a type of group of students + 946. ActRenGrpTyp Request renaming of a type of group of students + 947. ActChgMdtGrpTyp Request change if it is mandatory to register in groups of a type + 948. ActChgMulGrpTyp Request change if it is possible to register in multiple groups of a type + 949. ActChgTimGrpTyp Request change when the groups of a type will be open + 950. ActNewGrp Request the creation of a group + 951. ActReqRemGrp Request the removal of a group + 952. ActRemGrp Remove a group + 953. ActOpeGrp Open a group + 954. ActCloGrp Close a group + 955. ActEnaFilZonGrp Enable filezones of a group + 956. ActDisFilZonGrp Disable filezones of a group + 957. ActChgGrpTyp Change the type of group of a group + 958. ActRenGrp Rename a group + 959. ActChgGrpCla Change the classroom of a group + 960. ActChgMaxStdGrp Change the maximum number of students in a group - 951. ActLstGst List main data of administrators + 961. ActLstGst List main data of administrators - 952. ActPrnGstPho Show the class photo of guests ready to be printed - 953. ActPrnStdPho Show the class photo of students ready to be printed - 954. ActPrnTchPho Show the class photo of teachers ready to be printed - 955. ActLstGstAll List in another window the full data of guests - 956. ActLstStdAll List in another window the full data of students - 957. ActLstTchAll List in another window the full data of teachers + 962. ActPrnGstPho Show the class photo of guests ready to be printed + 963. ActPrnStdPho Show the class photo of students ready to be printed + 964. ActPrnTchPho Show the class photo of teachers ready to be printed + 965. ActLstGstAll List in another window the full data of guests + 966. ActLstStdAll List in another window the full data of students + 967. ActLstTchAll List in another window the full data of teachers - 958. ActSeeRecOneStd Show record of one selected student - 959. ActSeeRecOneTch Show record of one selected teacher - 960. ActDoActOnSevGst Do action on several selected guests - 961. ActDoActOnSevStd Do action on several selected students - 962. ActDoActOnSevTch Do action on several selected teachers - 963. ActPrnRecSevGst Show records of several selected guests - 964. ActPrnRecSevStd Show records of several selected students - 965. ActPrnRecSevTch Show records of several selected teachers - 966. ActPrnRecSevGst Show records of several selected guests ready to be printed - 967. ActPrnRecSevStd Show records of several selected students ready to be printed - 968. ActPrnRecSevTch Show records of several selected teachers ready to be printed - 969. ActRcvRecOthUsr Update record fields of a student in this course - 970. ActEdiRecFie Request the edition of record fields of students - 971. ActNewFie Request the creation of a record field - 972. ActReqRemFie Request the removal of record field - 973. ActRemFie Remove a record field - 974. ActRenFie Request renaming of record field - 975. ActChgRowFie Request change in number of lines of form of a record field - 976. ActChgVisFie Request change in visibility of a record field - 977. ActRcvRecCrs Receive and update fields of my record in this course + 968. ActSeeRecOneStd Show record of one selected student + 969. ActSeeRecOneTch Show record of one selected teacher + 970. ActDoActOnSevGst Do action on several selected guests + 971. ActDoActOnSevStd Do action on several selected students + 972. ActDoActOnSevTch Do action on several selected teachers + 973. ActPrnRecSevGst Show records of several selected guests + 974. ActPrnRecSevStd Show records of several selected students + 975. ActPrnRecSevTch Show records of several selected teachers + 976. ActPrnRecSevGst Show records of several selected guests ready to be printed + 977. ActPrnRecSevStd Show records of several selected students ready to be printed + 978. ActPrnRecSevTch Show records of several selected teachers ready to be printed + 979. ActRcvRecOthUsr Update record fields of a student in this course + 980. ActEdiRecFie Request the edition of record fields of students + 981. ActNewFie Request the creation of a record field + 982. ActReqRemFie Request the removal of record field + 983. ActRemFie Remove a record field + 984. ActRenFie Request renaming of record field + 985. ActChgRowFie Request change in number of lines of form of a record field + 986. ActChgVisFie Request change in visibility of a record field + 987. ActRcvRecCrs Receive and update fields of my record in this course - 978. ActFrmLogInUsrAgd Put form to log in to show another user's public agenda - 979. ActLogInUsrAgd Show another user's public agenda after log in - 980. ActLogInUsrAgdLan Show another user's public agenda after change language - 981. ActSeeUsrAgd Show another user's public agenda + 988. ActFrmLogInUsrAgd Put form to log in to show another user's public agenda + 989. ActLogInUsrAgd Show another user's public agenda after log in + 990. ActLogInUsrAgdLan Show another user's public agenda after change language + 991. ActSeeUsrAgd Show another user's public agenda - 982. ActReqEnrSevStd Request the enrolment/removing of several students to / from current course - 983. ActReqEnrSevNET Request the enrolment/removing of several non-editing teachers to / from current course - 984. ActReqEnrSevTch Request the enrolment/removing of several teachers to / from current course + 992. ActReqEnrSevStd Request the enrolment/removing of several students to / from current course + 993. ActReqEnrSevNET Request the enrolment/removing of several non-editing teachers to / from current course + 994. ActReqEnrSevTch Request the enrolment/removing of several teachers to / from current course - 985. ActReqLstUsrAtt Request listing of attendance of several students to several events - 986. ActSeeLstMyAtt List my attendance as student to several events - 987. ActPrnLstMyAtt Print my attendance as student to several events - 988. ActSeeLstUsrAtt List attendance of several students to several events - 989. ActPrnLstUsrAtt Print attendance of several students to several events - 990. ActFrmNewAtt Form to create a new attendance event - 991. ActEdiOneAtt Edit one attendance event - 992. ActNewAtt Create new attendance event - 993. ActChgAtt Modify data of an existing attendance event - 994. ActReqRemAtt Request the removal of an attendance event - 995. ActRemAtt Remove attendance event - 996. ActHidAtt Hide attendance event - 997. ActShoAtt Show attendance event - 998. ActSeeOneAtt List students who attended to an event - 999. ActRecAttStd Save students who attended to an event and comments - 1000. ActRecAttMe Save my comments as student in an attendance event + 995. ActReqLstUsrAtt Request listing of attendance of several students to several events + 996. ActSeeLstMyAtt List my attendance as student to several events + 997. ActPrnLstMyAtt Print my attendance as student to several events + 998. ActSeeLstUsrAtt List attendance of several students to several events + 999. ActPrnLstUsrAtt Print attendance of several students to several events + 1000. ActFrmNewAtt Form to create a new attendance event + 1001. ActEdiOneAtt Edit one attendance event + 1002. ActNewAtt Create new attendance event + 1003. ActChgAtt Modify data of an existing attendance event + 1004. ActReqRemAtt Request the removal of an attendance event + 1005. ActRemAtt Remove attendance event + 1006. ActHidAtt Hide attendance event + 1007. ActShoAtt Show attendance event + 1008. ActSeeOneAtt List students who attended to an event + 1009. ActRecAttStd Save students who attended to an event and comments + 1010. ActRecAttMe Save my comments as student in an attendance event - 1001. ActSignUp Apply for my enrolment - 1002. ActUpdSignUpReq Update pending requests for inscription in the current course - 1003. ActReqRejSignUp Ask if reject the enrolment of a user in a course - 1004. ActRejSignUp Reject the enrolment of a user in a course + 1011. ActSignUp Apply for my enrolment + 1012. ActUpdSignUpReq Update pending requests for inscription in the current course + 1013. ActReqRejSignUp Ask if reject the enrolment of a user in a course + 1014. ActRejSignUp Reject the enrolment of a user in a course - 1005. ActReqMdfOneOth Request a user's ID for enrolment/removing - 1006. ActReqMdfOneStd Request a student's ID for enrolment/removing - 1007. ActReqMdfOneTch Request a teacher's ID for enrolment/removing - 1008. ActReqMdfOth Request enrolment/removing of a user - 1009. ActReqMdfStd Request enrolment/removing of a student - 1010. ActReqMdfNET Request enrolment/removing of a non-editing teacher - 1011. ActReqMdfTch Request enrolment/removing of a teacher - 1012. ActReqOthPho Show form to send the photo of another user - 1013. ActReqStdPho Show form to send the photo of another user - 1014. ActReqTchPho Show form to send the photo of another user - 1015. ActDetOthPho Receive other user's photo and detect faces on it - 1016. ActDetStdPho Receive other user's photo and detect faces on it - 1017. ActDetTchPho Receive other user's photo and detect faces on it - 1018. ActUpdOthPho Update other user's photo - 1019. ActUpdStdPho Update other user's photo - 1020. ActUpdTchPho Update other user's photo - 1021. ActRemOthPho Request the removal of other user's photo - 1022. ActRemStdPho Request the removal of student's photo - 1023. ActRemTchPho Request the removal of teacher's photo - 1024. ActRemOthPho Remove other user's photo - 1025. ActRemStdPho Remove student's photo - 1026. ActRemTchPho Remove teacher's photo - 1027. ActCreOth Create a new guest - 1028. ActCreStd Create a new student - 1029. ActCreNET Create a new non.editing teacher - 1030. ActCreTch Create a new teacher - 1031. ActUpdOth Update another user's data and groups - 1032. ActUpdStd Update another student's data and groups - 1033. ActUpdNET Update another non-editing teacher's data and groups - 1034. ActUpdTch Update another teacher's data and groups - 1035. ActReqAccEnrStd Confirm acceptation / refusion of enrolment as student in current course - 1036. ActReqAccEnrNET Confirm acceptation / refusion of enrolment as non-editing teacher in current course - 1037. ActReqAccEnrTch Confirm acceptation / refusion of enrolment as teacher in current course - 1038. ActAccEnrStd Accept enrolment as student in current course - 1039. ActAccEnrNET Accept enrolment as non-editing teacher in current course - 1040. ActAccEnrTch Accept enrolment as teacher in current course - 1041. ActRemMe_Std Reject enrolment as student in current course - 1042. ActRemMe_NET Reject enrolment as non-editing teacher in current course - 1043. ActRemMe_Tch Reject enrolment as teacher in current course + 1015. ActReqMdfOneOth Request a user's ID for enrolment/removing + 1016. ActReqMdfOneStd Request a student's ID for enrolment/removing + 1017. ActReqMdfOneTch Request a teacher's ID for enrolment/removing + 1018. ActReqMdfOth Request enrolment/removing of a user + 1019. ActReqMdfStd Request enrolment/removing of a student + 1020. ActReqMdfNET Request enrolment/removing of a non-editing teacher + 1021. ActReqMdfTch Request enrolment/removing of a teacher + 1022. ActReqOthPho Show form to send the photo of another user + 1023. ActReqStdPho Show form to send the photo of another user + 1024. ActReqTchPho Show form to send the photo of another user + 1025. ActDetOthPho Receive other user's photo and detect faces on it + 1026. ActDetStdPho Receive other user's photo and detect faces on it + 1027. ActDetTchPho Receive other user's photo and detect faces on it + 1028. ActUpdOthPho Update other user's photo + 1029. ActUpdStdPho Update other user's photo + 1030. ActUpdTchPho Update other user's photo + 1031. ActRemOthPho Request the removal of other user's photo + 1032. ActRemStdPho Request the removal of student's photo + 1033. ActRemTchPho Request the removal of teacher's photo + 1034. ActRemOthPho Remove other user's photo + 1035. ActRemStdPho Remove student's photo + 1036. ActRemTchPho Remove teacher's photo + 1037. ActCreOth Create a new guest + 1038. ActCreStd Create a new student + 1039. ActCreNET Create a new non.editing teacher + 1040. ActCreTch Create a new teacher + 1041. ActUpdOth Update another user's data and groups + 1042. ActUpdStd Update another student's data and groups + 1043. ActUpdNET Update another non-editing teacher's data and groups + 1044. ActUpdTch Update another teacher's data and groups + 1045. ActReqAccEnrStd Confirm acceptation / refusion of enrolment as student in current course + 1046. ActReqAccEnrNET Confirm acceptation / refusion of enrolment as non-editing teacher in current course + 1047. ActReqAccEnrTch Confirm acceptation / refusion of enrolment as teacher in current course + 1048. ActAccEnrStd Accept enrolment as student in current course + 1049. ActAccEnrNET Accept enrolment as non-editing teacher in current course + 1050. ActAccEnrTch Accept enrolment as teacher in current course + 1051. ActRemMe_Std Reject enrolment as student in current course + 1052. ActRemMe_NET Reject enrolment as non-editing teacher in current course + 1053. ActRemMe_Tch Reject enrolment as teacher in current course - 1044. ActNewAdmIns Register an administrador in this institution - 1045. ActRemAdmIns Remove an administrador of this institution - 1046. ActNewAdmCtr Register an administrador in this centre - 1047. ActRemAdmCtr Remove an administrador of this centre - 1048. ActNewAdmDeg Register an administrador in this degree - 1049. ActRemAdmDeg Remove an administrador of this degree + 1054. ActNewAdmIns Register an administrador in this institution + 1055. ActRemAdmIns Remove an administrador of this institution + 1056. ActNewAdmCtr Register an administrador in this centre + 1057. ActRemAdmCtr Remove an administrador of this centre + 1058. ActNewAdmDeg Register an administrador in this degree + 1059. ActRemAdmDeg Remove an administrador of this degree - 1050. ActRcvFrmEnrSevStd Receive a form with IDs of students to be registered/removed to/from current course - 1051. ActRcvFrmEnrSevNET Receive a form with IDs of non-editing teachers to be registered/removed to/from current course - 1052. ActRcvFrmEnrSevTch Receive a form with IDs of teachers to be registered/removed to/from current course + 1060. ActRcvFrmEnrSevStd Receive a form with IDs of students to be registered/removed to/from current course + 1061. ActRcvFrmEnrSevNET Receive a form with IDs of non-editing teachers to be registered/removed to/from current course + 1062. ActRcvFrmEnrSevTch Receive a form with IDs of teachers to be registered/removed to/from current course - 1053. ActCnfID_Oth Confirm another user's ID - 1054. ActCnfID_Std Confirm another user's ID - 1055. ActCnfID_Tch Confirm another user's ID + 1063. ActCnfID_Oth Confirm another user's ID + 1064. ActCnfID_Std Confirm another user's ID + 1065. ActCnfID_Tch Confirm another user's ID - 1056. ActFrmAccOth Show forms to the change another user's account - 1057. ActFrmAccStd Show forms to the change another user's account - 1058. ActFrmAccTch Show forms to the change another user's account + 1066. ActFrmAccOth Show forms to the change another user's account + 1067. ActFrmAccStd Show forms to the change another user's account + 1068. ActFrmAccTch Show forms to the change another user's account - 1059. ActRemOldNicOth Remove one of another user's old nicknames - 1060. ActRemOldNicStd Remove one of another user's old nicknames - 1061. ActRemOldNicTch Remove one of another user's old nicknames - 1062. ActChgNicOth Change another user's nickname - 1063. ActChgNicStd Change another user's nickname - 1064. ActChgNicTch Change another user's nickname + 1069. ActRemOldNicOth Remove one of another user's old nicknames + 1070. ActRemOldNicStd Remove one of another user's old nicknames + 1071. ActRemOldNicTch Remove one of another user's old nicknames + 1072. ActChgNicOth Change another user's nickname + 1073. ActChgNicStd Change another user's nickname + 1074. ActChgNicTch Change another user's nickname - 1065. ActRemID_Oth Remove one of the IDs of another user - 1066. ActRemID_Std Remove one of the IDs of another user - 1067. ActRemID_Tch Remove one of the IDs of another user - 1068. ActNewID_Oth Create a new user's ID for another user - 1069. ActNewID_Std Create a new user's ID for another user - 1070. ActNewID_Tch Create a new user's ID for another user + 1075. ActRemID_Oth Remove one of the IDs of another user + 1076. ActRemID_Std Remove one of the IDs of another user + 1077. ActRemID_Tch Remove one of the IDs of another user + 1078. ActNewID_Oth Create a new user's ID for another user + 1079. ActNewID_Std Create a new user's ID for another user + 1080. ActNewID_Tch Create a new user's ID for another user - 1071. ActChgPwdOth Change the password of another user - 1072. ActChgPwdStd Change the password of another user - 1073. ActChgPwdTch Change the password of another user + 1081. ActChgPwdOth Change the password of another user + 1082. ActChgPwdStd Change the password of another user + 1083. ActChgPwdTch Change the password of another user - 1074. ActRemMaiOth Remove one of the email of another user - 1075. ActRemMaiStd Remove one of the email of another user - 1076. ActRemMaiTch Remove one of the email of another user - 1077. ActNewMaiOth Create a new user's email for another user - 1078. ActNewMaiStd Create a new user's email for another user - 1079. ActNewMaiTch Create a new user's email for another user + 1084. ActRemMaiOth Remove one of the email of another user + 1085. ActRemMaiStd Remove one of the email of another user + 1086. ActRemMaiTch Remove one of the email of another user + 1087. ActNewMaiOth Create a new user's email for another user + 1088. ActNewMaiStd Create a new user's email for another user + 1089. ActNewMaiTch Create a new user's email for another user - 1080. ActRemStdCrs Remove a student from the current course - 1081. ActRemNETCrs Remove a non-editing teacher from the current course - 1082. ActRemTchCrs Remove a teacher from the current course - 1083. ActRemUsrGbl Eliminate completely a user from the platform - 1084. ActReqRemAllStdCrs Request the removal of all the students from the current course - 1085. ActRemAllStdCrs Remove all the students from the current course - 1086. ActReqRemOldUsr Request the complete elimination of old users - 1087. ActRemOldUsr Eliminate completely old users + 1090. ActRemStdCrs Remove a student from the current course + 1091. ActRemNETCrs Remove a non-editing teacher from the current course + 1092. ActRemTchCrs Remove a teacher from the current course + 1093. ActRemUsrGbl Eliminate completely a user from the platform + 1094. ActReqRemAllStdCrs Request the removal of all the students from the current course + 1095. ActRemAllStdCrs Remove all the students from the current course + 1096. ActReqRemOldUsr Request the complete elimination of old users + 1097. ActRemOldUsr Eliminate completely old users - 1088. ActLstDupUsr List possible duplicate users - 1089. ActLstSimUsr List users similar to a given one (possible duplicates) - 1090. ActRemDupUsr Remove user from list of possible duplicate users + 1098. ActLstDupUsr List possible duplicate users + 1099. ActLstSimUsr List users similar to a given one (possible duplicates) + 1100. ActRemDupUsr Remove user from list of possible duplicate users - 1091. ActReqFolSevStd Request follow several students - 1092. ActReqFolSevTch Request follow several teachers - 1093. ActReqUnfSevStd Request unfollow several students - 1094. ActReqUnfSevTch Request unfollow several teachers - 1095. ActFolSevStd Follow several students - 1096. ActFolSevTch Follow several teachers - 1097. ActUnfSevStd Unfollow several students - 1098. ActUnfSevTch Unfollow several teachers + 1101. ActReqFolSevStd Request follow several students + 1102. ActReqFolSevTch Request follow several teachers + 1103. ActReqUnfSevStd Request unfollow several students + 1104. ActReqUnfSevTch Request unfollow several teachers + 1105. ActFolSevStd Follow several students + 1106. ActFolSevTch Follow several teachers + 1107. ActUnfSevStd Unfollow several students + 1108. ActUnfSevTch Unfollow several teachers Messages: - 1099. ActSeeAnn Show global announcements - 1100. ActSeeAllNot Show all notices - 1101. ActSeeFor Show the level superior of the forums - 1102. ActSeeChtRms Show the chat rooms - 1103. ActReqMsgUsr Write message to several users - 1104. ActSeeRcvMsg Show the messages received from other users (link in menu) - 1105. ActSeeSntMsg Show the messages sent to other users - 1106. ActReqMaiUsr Select users to send an email to them - 1107. ActMaiUsr Send an email to users - 1108. ActWriAnn Show form to create a new global announcement - 1109. ActRcvAnn Receive and create a new global announcement - 1110. ActHidAnn Hide a global announcement that was active - 1111. ActRevAnn Reveal a global announcement that was hidden - 1112. ActRemAnn Remove global announcement - 1113. ActSeeOneNot Show (expand) a notice - 1114. ActWriNot Write a new notice - 1115. ActRcvNot Receive and create a new notice - 1116. ActHidNot Hide a notice that was active - 1117. ActRevNot Reveal a notice that was hidden - 1118. ActReqRemNot Request removal of a notice - 1119. ActRemNot Remove a notice + 1109. ActSeeAnn Show global announcements + 1110. ActSeeAllNot Show all notices + 1111. ActSeeFor Show the level superior of the forums + 1112. ActSeeChtRms Show the chat rooms + 1113. ActReqMsgUsr Write message to several users + 1114. ActSeeRcvMsg Show the messages received from other users (link in menu) + 1115. ActSeeSntMsg Show the messages sent to other users + 1116. ActReqMaiUsr Select users to send an email to them + 1117. ActMaiUsr Send an email to users + 1118. ActWriAnn Show form to create a new global announcement + 1119. ActRcvAnn Receive and create a new global announcement + 1120. ActHidAnn Hide a global announcement that was active + 1121. ActRevAnn Reveal a global announcement that was hidden + 1122. ActRemAnn Remove global announcement + 1123. ActSeeOneNot Show (expand) a notice + 1124. ActWriNot Write a new notice + 1125. ActRcvNot Receive and create a new notice + 1126. ActHidNot Hide a notice that was active + 1127. ActRevNot Reveal a notice that was hidden + 1128. ActReqRemNot Request removal of a notice + 1129. ActRemNot Remove a notice - 1120. ActSeeForCrsUsr Show top level of forum of users of the course - 1121. ActSeeForCrsTch Show top level of forum of teachers of the course - 1122. ActSeeForDegUsr Show top level of forum of users of the degree - 1123. ActSeeForDegTch Show top level of forum of teachers of the degree - 1124. ActSeeForCtrUsr Show top level of forum of users of the centre - 1125. ActSeeForCtrTch Show top level of forum of teachers of the centre - 1126. ActSeeForInsUsr Show top level of forum of users of the institution - 1127. ActSeeForInsTch Show top level of forum of teachers of the institution - 1128. ActSeeForGenUsr Show top level of forum of users general - 1129. ActSeeForGenTch Show top level of forum of teachers general - 1130. ActSeeForSWAUsr Show top level of forum of users of the platform - 1131. ActSeeForSWATch Show top level of forum of teachers of the platform - 1132. ActSeePstForCrsUsr Show the messages of a thread of the forum of users of the course - 1133. ActSeePstForCrsTch Show the messages of a thread of the forum of teachers of the course - 1134. ActSeePstForDegUsr Show the messages of a thread of the forum of users of the degree - 1135. ActSeePstForDegTch Show the messages of a thread of the forum of teachers of the degree - 1136. ActSeePstForCtrUsr Show the messages of a thread of the forum of users of the centre - 1137. ActSeePstForCtrTch Show the messages of a thread of the forum of teachers of the centre - 1138. ActSeePstForInsUsr Show the messages of a thread of the forum of users of the institution - 1139. ActSeePstForInsTch Show the messages of a thread of the forum of teachers of the institution - 1140. ActSeePstForGenUsr Show the messages of a thread of the forum of users general - 1141. ActSeePstForGenTch Show the messages of a thread of the forum of teachers general - 1142. ActSeePstForSWAUsr Show the messages of a thread of the forum of users of the platform - 1143. ActSeePstForSWATch Show the messages of a thread of the forum of teachers of the platform - 1144. ActRcvThrForCrsUsr Receive the first message of a new thread of forum of users of the course - 1145. ActRcvThrForCrsTch Receive the first message of a new thread of forum of teachers of the course - 1146. ActRcvThrForDegUsr Receive the first message of a new thread of forum of users of the degree - 1147. ActRcvThrForDegTch Receive the first message of a new thread of forum of teachers of the degree - 1148. ActRcvThrForCtrUsr Receive the first message of a new thread of forum of users of centre - 1149. ActRcvThrForCtrTch Receive the first message of a new thread of forum of teachers of centre - 1150. ActRcvThrForInsUsr Receive the first message of a new thread of forum of users of the institution - 1151. ActRcvThrForInsTch Receive the first message of a new thread of forum of teachers of the institution - 1152. ActRcvThrForGenUsr Receive the first message of a new thread of forum of users general - 1153. ActRcvThrForGenTch Receive the first message of a new thread of forum of teachers general - 1154. ActRcvThrForSWAUsr Receive the first message of a new thread of forum of users of the platform - 1155. ActRcvThrForSWATch Receive the first message of a new thread of forum of teachers of the platform - 1156. ActRcvRepForCrsUsr Receive a message of answer in a thread existente in the forum of users of the course - 1157. ActRcvRepForCrsTch Receive a message of answer in a thread existente in the forum of teachers of the course - 1158. ActRcvRepForDegUsr Receive a message of answer in a thread existente in the forum of users of the degree - 1159. ActRcvRepForDegTch Receive a message of answer in a thread existente in the forum of teachers of the degree - 1160. ActRcvRepForCtrUsr Receive a message of answer in a thread existente in the forum of users of centre - 1161. ActRcvRepForCtrTch Receive a message of answer in a thread existente in the forum of teachers of centre - 1162. ActRcvRepForInsUsr Receive a message of answer in a thread existente in the forum of users of the institution - 1163. ActRcvRepForInsTch Receive a message of answer in a thread existente in the forum of teachers of the institution - 1164. ActRcvRepForGenUsr Receive a message of answer in a thread existente in the forum of users general - 1165. ActRcvRepForGenTch Receive a message of answer in a thread existente in the forum of teachers general - 1166. ActRcvRepForSWAUsr Receive a message of answer in a thread existente in the forum of users of the platform - 1167. ActRcvRepForSWATch Receive a message of answer in a thread existente in the forum of teachers of the platform - 1168. ActReqDelThrCrsUsr Request the removal of a thread of forum of users of the course - 1169. ActReqDelThrCrsTch Request the removal of a thread of forum of teachers of the course - 1170. ActReqDelThrDegUsr Request the removal of a thread of forum of users of the degree - 1171. ActReqDelThrDegTch Request the removal of a thread of forum of teachers of the degree - 1172. ActReqDelThrCtrUsr Request the removal of a thread of forum of users of centre - 1173. ActReqDelThrCtrTch Request the removal of a thread of forum of teachers of centre - 1174. ActReqDelThrInsUsr Request the removal of a thread of forum of users of the institution - 1175. ActReqDelThrInsTch Request the removal of a thread of forum of teachers of the institution - 1176. ActReqDelThrGenUsr Request the removal of a thread of forum of users general - 1177. ActReqDelThrGenTch Request the removal of a thread of forum of teachers general - 1178. ActReqDelThrSWAUsr Request the removal of a thread of forum of users of the platform - 1179. ActReqDelThrSWATch Request the removal of a thread of forum of teachers of the platform - 1180. ActDelThrForCrsUsr Remove a thread of forum of users of the course - 1181. ActDelThrForCrsTch Remove a thread of forum of teachers of the course - 1182. ActDelThrForDegUsr Remove a thread of forum of users of the degree - 1183. ActDelThrForDegTch Remove a thread of forum of teachers of the degree - 1184. ActDelThrForCtrUsr Remove a thread of forum of users of centre - 1185. ActDelThrForCtrTch Remove a thread of forum of teachers of centre - 1186. ActDelThrForInsUsr Remove a thread of forum of users of the institution - 1187. ActDelThrForInsTch Remove a thread of forum of teachers of the institution - 1188. ActDelThrForGenUsr Remove a thread of forum of users general - 1189. ActDelThrForGenTch Remove a thread of forum of teachers general - 1190. ActDelThrForSWAUsr Remove a thread of forum of users of the platform - 1191. ActDelThrForSWATch Remove a thread of forum of teachers of the platform - 1192. ActCutThrForCrsUsr Cut a thread of forum of users of the course - 1193. ActCutThrForCrsTch Cut a thread of forum of teachers of the course - 1194. ActCutThrForDegUsr Cut a thread of forum of users of the degree - 1195. ActCutThrForDegTch Cut a thread of forum of teachers of the degree - 1196. ActCutThrForCtrUsr Cut a thread of forum of users of centre - 1197. ActCutThrForCtrTch Cut a thread of forum of teachers of centre - 1198. ActCutThrForInsUsr Cut a thread of forum of users of the institution - 1199. ActCutThrForInsTch Cut a thread of forum of teachers of the institution - 1200. ActCutThrForGenUsr Cut a thread of forum of users general - 1201. ActCutThrForGenTch Cut a thread of forum of teachers general - 1202. ActCutThrForSWAUsr Cut a thread of forum of users of the platform - 1203. ActCutThrForSWATch Cut a thread of forum of teachers of the platform - 1204. ActPasThrForCrsUsr Paste a thread of forum of users of the course - 1205. ActPasThrForCrsTch Paste a thread of forum of teachers of the course - 1206. ActPasThrForDegUsr Paste a thread of forum of users of the degree - 1207. ActPasThrForDegTch Paste a thread of forum of teachers of the degree - 1208. ActPasThrForCtrUsr Paste a thread of forum of users of centre - 1209. ActPasThrForCtrTch Paste a thread of forum of teachers of centre - 1210. ActPasThrForInsUsr Paste a thread of forum of users of the institution - 1211. ActPasThrForInsTch Paste a thread of forum of teachers of the institution - 1212. ActPasThrForGenUsr Paste a thread of forum of users general - 1213. ActPasThrForGenTch Paste a thread of forum of teachers general - 1214. ActPasThrForSWAUsr Paste a thread of forum of users of the platform - 1215. ActPasThrForSWATch Paste a thread of forum of teachers of the platform - 1216. ActDelPstForCrsUsr Remove a message of forum of users of the course - 1217. ActDelPstForCrsTch Remove a message of forum of teachers of the course - 1218. ActDelPstForDegUsr Remove a message of forum of users of the degree - 1219. ActDelPstForDegTch Remove a message of forum of teachers of the degree - 1220. ActDelPstForCtrUsr Remove a message of forum of users of centre - 1221. ActDelPstForCtrTch Remove a message of forum of teachers of centre - 1222. ActDelPstForInsUsr Remove a message of forum of users of the institution - 1223. ActDelPstForInsTch Remove a message of forum of teachers of the institution - 1224. ActDelPstForGenUsr Remove a message of forum of users general - 1225. ActDelPstForGenTch Remove a message of forum of teachers general - 1226. ActDelPstForSWAUsr Remove a message of forum of users of the platform - 1227. ActDelPstForSWATch Remove a message of forum of teachers of the platform - 1228. ActEnbPstForCrsUsr Enable a message of forum of users of the course - 1229. ActEnbPstForCrsTch Enable a message of forum of teachers of the course - 1230. ActEnbPstForDegUsr Enable a message of forum of users of the degree - 1231. ActEnbPstForDegTch Enable a message of forum of teachers of the degree - 1232. ActEnbPstForCtrUsr Enable a message of forum of users of centre - 1233. ActEnbPstForCtrTch Enable a message of forum of teachers of centre - 1234. ActEnbPstForInsUsr Enable a message of forum of users of the institution - 1235. ActEnbPstForInsTch Enable a message of forum of teachers of the institution - 1236. ActEnbPstForGenUsr Enable a message of forum of users general - 1237. ActEnbPstForGenTch Enable a message of forum of teachers general - 1238. ActEnbPstForSWAUsr Enable a message of forum of users of the platform - 1239. ActEnbPstForSWATch Enable a message of forum of teachers of the platform - 1240. ActDisPstForCrsUsr Disable a message of forum of users of the course - 1241. ActDisPstForCrsTch Disable a message of forum of teachers of the course - 1242. ActDisPstForDegUsr Disable a message of forum of users of the degree - 1243. ActDisPstForDegTch Disable a message of forum of teachers of the degree - 1244. ActDisPstForCtrUsr Disable a message of forum of users of centre - 1245. ActDisPstForCtrTch Disable a message of forum of teachers of centre - 1246. ActDisPstForInsUsr Disable a message of forum of users of the institution - 1247. ActDisPstForInsTch Disable a message of forum of teachers of the institution - 1248. ActDisPstForGenUsr Disable a message of forum of users general - 1249. ActDisPstForGenTch Disable a message of forum of teachers general - 1250. ActDisPstForSWAUsr Disable a message of forum of users of the platform - 1251. ActDisPstForSWATch Disable a message of forum of teachers of the platform + 1130. ActSeeForCrsUsr Show top level of forum of users of the course + 1131. ActSeeForCrsTch Show top level of forum of teachers of the course + 1132. ActSeeForDegUsr Show top level of forum of users of the degree + 1133. ActSeeForDegTch Show top level of forum of teachers of the degree + 1134. ActSeeForCtrUsr Show top level of forum of users of the centre + 1135. ActSeeForCtrTch Show top level of forum of teachers of the centre + 1136. ActSeeForInsUsr Show top level of forum of users of the institution + 1137. ActSeeForInsTch Show top level of forum of teachers of the institution + 1138. ActSeeForGenUsr Show top level of forum of users general + 1139. ActSeeForGenTch Show top level of forum of teachers general + 1140. ActSeeForSWAUsr Show top level of forum of users of the platform + 1141. ActSeeForSWATch Show top level of forum of teachers of the platform + 1142. ActSeePstForCrsUsr Show the messages of a thread of the forum of users of the course + 1143. ActSeePstForCrsTch Show the messages of a thread of the forum of teachers of the course + 1144. ActSeePstForDegUsr Show the messages of a thread of the forum of users of the degree + 1145. ActSeePstForDegTch Show the messages of a thread of the forum of teachers of the degree + 1146. ActSeePstForCtrUsr Show the messages of a thread of the forum of users of the centre + 1147. ActSeePstForCtrTch Show the messages of a thread of the forum of teachers of the centre + 1148. ActSeePstForInsUsr Show the messages of a thread of the forum of users of the institution + 1149. ActSeePstForInsTch Show the messages of a thread of the forum of teachers of the institution + 1150. ActSeePstForGenUsr Show the messages of a thread of the forum of users general + 1151. ActSeePstForGenTch Show the messages of a thread of the forum of teachers general + 1152. ActSeePstForSWAUsr Show the messages of a thread of the forum of users of the platform + 1153. ActSeePstForSWATch Show the messages of a thread of the forum of teachers of the platform + 1154. ActRcvThrForCrsUsr Receive the first message of a new thread of forum of users of the course + 1155. ActRcvThrForCrsTch Receive the first message of a new thread of forum of teachers of the course + 1156. ActRcvThrForDegUsr Receive the first message of a new thread of forum of users of the degree + 1157. ActRcvThrForDegTch Receive the first message of a new thread of forum of teachers of the degree + 1158. ActRcvThrForCtrUsr Receive the first message of a new thread of forum of users of centre + 1159. ActRcvThrForCtrTch Receive the first message of a new thread of forum of teachers of centre + 1160. ActRcvThrForInsUsr Receive the first message of a new thread of forum of users of the institution + 1161. ActRcvThrForInsTch Receive the first message of a new thread of forum of teachers of the institution + 1162. ActRcvThrForGenUsr Receive the first message of a new thread of forum of users general + 1163. ActRcvThrForGenTch Receive the first message of a new thread of forum of teachers general + 1164. ActRcvThrForSWAUsr Receive the first message of a new thread of forum of users of the platform + 1165. ActRcvThrForSWATch Receive the first message of a new thread of forum of teachers of the platform + 1166. ActRcvRepForCrsUsr Receive a message of answer in a thread existente in the forum of users of the course + 1167. ActRcvRepForCrsTch Receive a message of answer in a thread existente in the forum of teachers of the course + 1168. ActRcvRepForDegUsr Receive a message of answer in a thread existente in the forum of users of the degree + 1169. ActRcvRepForDegTch Receive a message of answer in a thread existente in the forum of teachers of the degree + 1170. ActRcvRepForCtrUsr Receive a message of answer in a thread existente in the forum of users of centre + 1171. ActRcvRepForCtrTch Receive a message of answer in a thread existente in the forum of teachers of centre + 1172. ActRcvRepForInsUsr Receive a message of answer in a thread existente in the forum of users of the institution + 1173. ActRcvRepForInsTch Receive a message of answer in a thread existente in the forum of teachers of the institution + 1174. ActRcvRepForGenUsr Receive a message of answer in a thread existente in the forum of users general + 1175. ActRcvRepForGenTch Receive a message of answer in a thread existente in the forum of teachers general + 1176. ActRcvRepForSWAUsr Receive a message of answer in a thread existente in the forum of users of the platform + 1177. ActRcvRepForSWATch Receive a message of answer in a thread existente in the forum of teachers of the platform + 1178. ActReqDelThrCrsUsr Request the removal of a thread of forum of users of the course + 1179. ActReqDelThrCrsTch Request the removal of a thread of forum of teachers of the course + 1180. ActReqDelThrDegUsr Request the removal of a thread of forum of users of the degree + 1181. ActReqDelThrDegTch Request the removal of a thread of forum of teachers of the degree + 1182. ActReqDelThrCtrUsr Request the removal of a thread of forum of users of centre + 1183. ActReqDelThrCtrTch Request the removal of a thread of forum of teachers of centre + 1184. ActReqDelThrInsUsr Request the removal of a thread of forum of users of the institution + 1185. ActReqDelThrInsTch Request the removal of a thread of forum of teachers of the institution + 1186. ActReqDelThrGenUsr Request the removal of a thread of forum of users general + 1187. ActReqDelThrGenTch Request the removal of a thread of forum of teachers general + 1188. ActReqDelThrSWAUsr Request the removal of a thread of forum of users of the platform + 1189. ActReqDelThrSWATch Request the removal of a thread of forum of teachers of the platform + 1190. ActDelThrForCrsUsr Remove a thread of forum of users of the course + 1191. ActDelThrForCrsTch Remove a thread of forum of teachers of the course + 1192. ActDelThrForDegUsr Remove a thread of forum of users of the degree + 1193. ActDelThrForDegTch Remove a thread of forum of teachers of the degree + 1194. ActDelThrForCtrUsr Remove a thread of forum of users of centre + 1195. ActDelThrForCtrTch Remove a thread of forum of teachers of centre + 1196. ActDelThrForInsUsr Remove a thread of forum of users of the institution + 1197. ActDelThrForInsTch Remove a thread of forum of teachers of the institution + 1198. ActDelThrForGenUsr Remove a thread of forum of users general + 1199. ActDelThrForGenTch Remove a thread of forum of teachers general + 1200. ActDelThrForSWAUsr Remove a thread of forum of users of the platform + 1201. ActDelThrForSWATch Remove a thread of forum of teachers of the platform + 1202. ActCutThrForCrsUsr Cut a thread of forum of users of the course + 1203. ActCutThrForCrsTch Cut a thread of forum of teachers of the course + 1204. ActCutThrForDegUsr Cut a thread of forum of users of the degree + 1205. ActCutThrForDegTch Cut a thread of forum of teachers of the degree + 1206. ActCutThrForCtrUsr Cut a thread of forum of users of centre + 1207. ActCutThrForCtrTch Cut a thread of forum of teachers of centre + 1208. ActCutThrForInsUsr Cut a thread of forum of users of the institution + 1209. ActCutThrForInsTch Cut a thread of forum of teachers of the institution + 1210. ActCutThrForGenUsr Cut a thread of forum of users general + 1211. ActCutThrForGenTch Cut a thread of forum of teachers general + 1212. ActCutThrForSWAUsr Cut a thread of forum of users of the platform + 1213. ActCutThrForSWATch Cut a thread of forum of teachers of the platform + 1214. ActPasThrForCrsUsr Paste a thread of forum of users of the course + 1215. ActPasThrForCrsTch Paste a thread of forum of teachers of the course + 1216. ActPasThrForDegUsr Paste a thread of forum of users of the degree + 1217. ActPasThrForDegTch Paste a thread of forum of teachers of the degree + 1218. ActPasThrForCtrUsr Paste a thread of forum of users of centre + 1219. ActPasThrForCtrTch Paste a thread of forum of teachers of centre + 1220. ActPasThrForInsUsr Paste a thread of forum of users of the institution + 1221. ActPasThrForInsTch Paste a thread of forum of teachers of the institution + 1222. ActPasThrForGenUsr Paste a thread of forum of users general + 1223. ActPasThrForGenTch Paste a thread of forum of teachers general + 1224. ActPasThrForSWAUsr Paste a thread of forum of users of the platform + 1225. ActPasThrForSWATch Paste a thread of forum of teachers of the platform + 1226. ActDelPstForCrsUsr Remove a message of forum of users of the course + 1227. ActDelPstForCrsTch Remove a message of forum of teachers of the course + 1228. ActDelPstForDegUsr Remove a message of forum of users of the degree + 1229. ActDelPstForDegTch Remove a message of forum of teachers of the degree + 1230. ActDelPstForCtrUsr Remove a message of forum of users of centre + 1231. ActDelPstForCtrTch Remove a message of forum of teachers of centre + 1232. ActDelPstForInsUsr Remove a message of forum of users of the institution + 1233. ActDelPstForInsTch Remove a message of forum of teachers of the institution + 1234. ActDelPstForGenUsr Remove a message of forum of users general + 1235. ActDelPstForGenTch Remove a message of forum of teachers general + 1236. ActDelPstForSWAUsr Remove a message of forum of users of the platform + 1237. ActDelPstForSWATch Remove a message of forum of teachers of the platform + 1238. ActEnbPstForCrsUsr Enable a message of forum of users of the course + 1239. ActEnbPstForCrsTch Enable a message of forum of teachers of the course + 1240. ActEnbPstForDegUsr Enable a message of forum of users of the degree + 1241. ActEnbPstForDegTch Enable a message of forum of teachers of the degree + 1242. ActEnbPstForCtrUsr Enable a message of forum of users of centre + 1243. ActEnbPstForCtrTch Enable a message of forum of teachers of centre + 1244. ActEnbPstForInsUsr Enable a message of forum of users of the institution + 1245. ActEnbPstForInsTch Enable a message of forum of teachers of the institution + 1246. ActEnbPstForGenUsr Enable a message of forum of users general + 1247. ActEnbPstForGenTch Enable a message of forum of teachers general + 1248. ActEnbPstForSWAUsr Enable a message of forum of users of the platform + 1249. ActEnbPstForSWATch Enable a message of forum of teachers of the platform + 1250. ActDisPstForCrsUsr Disable a message of forum of users of the course + 1251. ActDisPstForCrsTch Disable a message of forum of teachers of the course + 1252. ActDisPstForDegUsr Disable a message of forum of users of the degree + 1253. ActDisPstForDegTch Disable a message of forum of teachers of the degree + 1254. ActDisPstForCtrUsr Disable a message of forum of users of centre + 1255. ActDisPstForCtrTch Disable a message of forum of teachers of centre + 1256. ActDisPstForInsUsr Disable a message of forum of users of the institution + 1257. ActDisPstForInsTch Disable a message of forum of teachers of the institution + 1258. ActDisPstForGenUsr Disable a message of forum of users general + 1259. ActDisPstForGenTch Disable a message of forum of teachers general + 1260. ActDisPstForSWAUsr Disable a message of forum of users of the platform + 1261. ActDisPstForSWATch Disable a message of forum of teachers of the platform 1252. ActCht Enter in a chat room to chat - 1253. ActRcvMsgUsr Sent/Receive a message of a user - 1254. ActReqDelAllSntMsg Request the removal of todos the messages sent to other users - 1255. ActReqDelAllRcvMsg Request the removal of todos the messages received from other users - 1256. ActDelAllSntMsg Remove todos the messages sent to other users - 1257. ActDelAllRcvMsg Remove todos the messages received from other users - 1258. ActDelSntMsg Remove a message sent to other users - 1259. ActDelRcvMsg Remove a message received from other user - 1260. ActExpSntMsg See (expand) sent message - 1261. ActExpRcvMsg See (expand) received message - 1262. ActConSntMsg Hide (contract) sent message - 1263. ActConRcvMsg Hide (contract) received message - 1264. ActLstBanUsr List banned users - 1265. ActBanUsrMsg Ban the sender of a message when showing received messages - 1266. ActUnbUsrMsg Unban the sender of a message when showing received messages - 1267. ActUnbUsrLst Unban a user when listing banned users + 1263. ActRcvMsgUsr Sent/Receive a message of a user + 1264. ActReqDelAllSntMsg Request the removal of todos the messages sent to other users + 1265. ActReqDelAllRcvMsg Request the removal of todos the messages received from other users + 1266. ActDelAllSntMsg Remove todos the messages sent to other users + 1267. ActDelAllRcvMsg Remove todos the messages received from other users + 1268. ActDelSntMsg Remove a message sent to other users + 1269. ActDelRcvMsg Remove a message received from other user + 1270. ActExpSntMsg See (expand) sent message + 1271. ActExpRcvMsg See (expand) received message + 1272. ActConSntMsg Hide (contract) sent message + 1273. ActConRcvMsg Hide (contract) received message + 1274. ActLstBanUsr List banned users + 1275. ActBanUsrMsg Ban the sender of a message when showing received messages + 1276. ActUnbUsrMsg Unban the sender of a message when showing received messages + 1277. ActUnbUsrLst Unban a user when listing banned users Statistics: - 1268. ActReqUseGbl Request showing use of the platform - 1269. ActSeePhoDeg Show a class photo with the average photos of the students of each degree - 1270. ActReqStaCrs Request statistics of courses - 1271. ActReqAccGbl Request query of clicks to the complete platform - 1272. ActReqMyUsgRep Request my usage report - 1273. ActMFUAct Show most frequently used actions + 1278. ActReqUseGbl Request showing use of the platform + 1279. ActSeePhoDeg Show a class photo with the average photos of the students of each degree + 1280. ActReqStaCrs Request statistics of courses + 1281. ActReqAccGbl Request query of clicks to the complete platform + 1282. ActReqMyUsgRep Request my usage report + 1283. ActMFUAct Show most frequently used actions - 1274. ActSeeUseGbl Show use of the platform - 1275. ActPrnPhoDeg Show vista of impresión of the class photo with the average photos of the students of each degree. - 1276. ActCalPhoDeg Compute the average photos of the students of each degree - 1277. ActSeeAccGbl Query clicks to the complete platform - 1278. ActReqAccCrs Request query of clicks in the course - 1279. ActSeeAccCrs Query clicks to current course - 1280. ActSeeAllStaCrs Show statistics of courses + 1284. ActSeeUseGbl Show use of the platform + 1285. ActPrnPhoDeg Show vista of impresión of the class photo with the average photos of the students of each degree. + 1286. ActCalPhoDeg Compute the average photos of the students of each degree + 1287. ActSeeAccGbl Query clicks to the complete platform + 1288. ActReqAccCrs Request query of clicks in the course + 1289. ActSeeAccCrs Query clicks to current course + 1290. ActSeeAllStaCrs Show statistics of courses - 1281. ActLstClk List last clicks - 4. ActRefLstClk Refresh last clicks in real time via AJAX + 1291. ActLstClk List last clicks + 1292. ActRefLstClk Refresh last clicks in real time via AJAX - 1282. ActSeeMyUsgRep Show my usage report + 1293. ActSeeMyUsgRep Show my usage report Profile: - 1283. ActFrmRolSes Show form to log out and to change current role in this session - 1284. ActMyCrs Select one of my courses - 1285. ActSeeMyTT Show the timetable of all courses of the logged user - 1286. ActSeeMyAgd Show my full agenda (personal organizer) - 1287. ActFrmMyAcc Show form to the creation or change of user's account - 1288. ActReqEdiRecSha Request the edition of the record with the personal data of the user - 1289. ActReqEdiSet Show forms to edit settings + 1294. ActFrmRolSes Show form to log out and to change current role in this session + 1294. ActMyCrs Select one of my courses + 1294. ActSeeMyTT Show the timetable of all courses of the logged user + 1295. ActSeeMyAgd Show my full agenda (personal organizer) + 1296. ActFrmMyAcc Show form to the creation or change of user's account + 1297. ActReqEdiRecSha Request the edition of the record with the personal data of the user + 1298. ActReqEdiSet Show forms to edit settings - 1290. ActChgMyRol Change type of logged user + 1299. ActChgMyRol Change type of logged user - 1291. ActFrmNewEvtMyAgd Form to create a new event in my agenda - 1292. ActEdiOneEvtMyAgd Edit one event from my agenda - 1293. ActNewEvtMyAgd Create a new event in my agenda - 1294. ActChgEvtMyAgd Modify data of an event from my agenda - 1295. ActReqRemEvtMyAgd Request the removal of an event from my agenda - 1296. ActRemEvtMyAgd Remove an event from my agenda - 1297. ActHidEvtMyAgd Hide an event from my agenda - 1298. ActShoEvtMyAgd Show an event from my agenda - 1299. ActPrvEvtMyAgd Make private an event from my agenda - 1300. ActPubEvtMyAgd Make public an event from my agenda - 1301. ActPrnAgdQR Show agenda QR code ready to print + 1300. ActFrmNewEvtMyAgd Form to create a new event in my agenda + 1301. ActEdiOneEvtMyAgd Edit one event from my agenda + 1302. ActNewEvtMyAgd Create a new event in my agenda + 1303. ActChgEvtMyAgd Modify data of an event from my agenda + 1304. ActReqRemEvtMyAgd Request the removal of an event from my agenda + 1305. ActRemEvtMyAgd Remove an event from my agenda + 1306. ActHidEvtMyAgd Hide an event from my agenda + 1307. ActShoEvtMyAgd Show an event from my agenda + 1308. ActPrvEvtMyAgd Make private an event from my agenda + 1309. ActPubEvtMyAgd Make public an event from my agenda + 1310. ActPrnAgdQR Show agenda QR code ready to print - 1302. ActChkUsrAcc Check if already exists a new account without password associated to a ID - NEW. ActCreMyAcc Form to create a new account for me - 1303. ActCreUsrAcc Create new user account - 1304. ActRemMyID Remove one of my user's IDs - 1305. ActChgMyID Create a new user's ID for me - 1306. ActRemMyNck Remove one of my old nicknames - 1307. ActChgMyNck Change my nickname - 1308. ActRemMyMai Remove one of my old emails - 1309. ActChgMyMai Change my email address - 1310. ActCnfMai Confirm email address - 1311. ActChgMyPwd Change my password - 1312. ActReqRemMyAcc Request the removal of my account - 1313. ActRemMyAcc Remove my account + 1311. ActChkUsrAcc Check if already exists a new account without password associated to a ID + 1312. ActCreMyAcc Form to create a new account for me + 1313. ActCreUsrAcc Create new user account + 1314. ActRemMyID Remove one of my user's IDs + 1315. ActChgMyID Create a new user's ID for me + 1316. ActRemMyNck Remove one of my old nicknames + 1317. ActChgMyNck Change my nickname + 1318. ActRemMyMai Remove one of my old emails + 1319. ActChgMyMai Change my email address + 1320. ActCnfMai Confirm email address + 1321. ActChgMyPwd Change my password + 1322. ActReqRemMyAcc Request the removal of my account + 1323. ActRemMyAcc Remove my account - 1314. ActChgMyData Update my personal data + 1324. ActChgMyData Update my personal data - 1315. ActReqMyPho Show form to send my photo - 1316. ActDetMyPho Receive my photo and detect faces on it - 1317. ActUpdMyPho Update my photo - 1318. ActReqRemMyPho Request the removal of my photo - 1319. ActRemMyPho Remove my photo + 1325. ActReqMyPho Show form to send my photo + 1326. ActDetMyPho Receive my photo and detect faces on it + 1327. ActUpdMyPho Update my photo + 1328. ActReqRemMyPho Request the removal of my photo + 1329. ActRemMyPho Remove my photo - 1320. ActChgCtyMyIns Change the country of my institution - 1321. ActChgMyIns Change my institution - 1322. ActChgMyCtr Change my centre - 1323. ActChgMyDpt Change my department - 1324. ActChgMyOff Change my office - 1325. ActChgMyOffPho Change my office phone + 1330. ActChgCtyMyIns Change the country of my institution + 1331. ActChgMyIns Change my institution + 1332. ActChgMyCtr Change my centre + 1333. ActChgMyDpt Change my department + 1334. ActChgMyOff Change my office + 1335. ActChgMyOffPho Change my office phone - 1326. ActReqEdiMyNet Request the edition of my social networks - 1327. ActChgMyNet Change my web and social networks + 1336. ActReqEdiMyNet Request the edition of my social networks + 1337. ActChgMyNet Change my web and social networks - 1328. ActChgThe Change theme - 1329. ActReqChgLan Ask if change language - 1330. ActChgLan Change language - 1331. ActChg1stDay Change first day of the week - 1332. ActChgDatFmt Change date format - 1333. ActChgCol Change side columns - 1334. ActHidLftCol Hide left side column - 1335. ActHidRgtCol Hide right side column - 1336. ActShoLftCol Show left side column - 1337. ActShoRgtCol Show right side column - 1338. ActChgIco Change icon set - 1339. ActChgMnu Change menu - 1340. ActChgPriPho Change privacy of my photo - 1341. ActChgBasPriPrf Change privacy of my basic public profile - 1342. ActChgExtPriPrf Change privacy of my extended public profile - 1343. ActChgCooPrf Change setting about third party cookies - 1344. ActChgNtfPrf Change whether to notify by email new messages - 1345. ActPrnUsrQR Show my QR code ready to print + 1338. ActChgThe Change theme + 1339. ActReqChgLan Ask if change language + 1340. ActChgLan Change language + 1341. ActChg1stDay Change first day of the week + 1342. ActChgDatFmt Change date format + 1343. ActChgCol Change side columns + 1344. ActHidLftCol Hide left side column + 1345. ActHidRgtCol Hide right side column + 1346. ActShoLftCol Show left side column + 1347. ActShoRgtCol Show right side column + 1348. ActChgIco Change icon set + 1349. ActChgMnu Change menu + 1350. ActChgPriPho Change privacy of my photo + 1351. ActChgBasPriPrf Change privacy of my basic public profile + 1352. ActChgExtPriPrf Change privacy of my extended public profile + 1353. ActChgCooPrf Change setting about third party cookies + 1354. ActChgNtfPrf Change whether to notify by email new messages + 1355. ActPrnUsrQR Show my QR code ready to print5 - 1346. ActPrnMyTT Show the timetable listo to impresión of all my courses - 1347. ActEdiTut Edit the timetable of tutorías - 1348. ActChgTut Modify the timetable of tutorías - 1349. ActChgMyTT1stDay Change first day of week and show timetable of the course + 1356. ActPrnMyTT Show the timetable listo to impresión of all my courses + 1357. ActEdiTut Edit the timetable of tutorías + 1358. ActChgTut Modify the timetable of tutorías + 1359. ActChgMyTT1stDay Change first day of week and show timetable of the course */ #define Act_DEFAULT_ACTION_AFTER_LOGIN ActSeeSocTmlGbl diff --git a/swad_changelog.h b/swad_changelog.h index 6d8ab3a85..e1c4540ac 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -470,10 +470,11 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.16.7 (2019-09-27)" +#define Log_PLATFORM_VERSION "SWAD 19.16.8 (2019-09-27)" #define CSS_FILE "swad19.15.css" #define JS_FILE "swad19.15.js" /* + Version 19.16.8: Sep 27, 2019 Code refactoring. (246387 lines) Version 19.16.7: Sep 27, 2019 Show match result for student in listing of matches. (246386 lines) Version 19.16.6: Sep 27, 2019 Code refactoring in match dates. (246378 lines) Version 19.16.5: Sep 27, 2019 Code refactoring in assignment dates. (246396 lines)