Subversion Repositories wimsdev

Rev

Rev 15509 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13138 obado 1
!!set backup_delete=$(wims_read_parm[2])
2
!!set sitemanager=$(wims_read_parm[1])
3
!!set size=$(wims_read_parm[3])
15509 bpr 4
!!set day=$(wims_read_parm[4])
5
!!set protocol=$(wims_read_parm[5])
6
!!set cookies = $(wims_read_parm[6])
13138 obado 7
<h2 class="wims_subtitle">Information on data processing and protection</h2>
8
 
9
!!!<h3>Data Manager</h3>
10
!!!
11
!!!Here show the administrator of the site / class / portal if applicable
12
!!!<strong>$(wims_read_parm[1])</strong>
13
!!!
14
!!!specify legal responsible (director / president in the case of an establishment server)
15
 
16
 
17
<h3>Objectives</h3>
18
<p class="wimscenter">
19
  <strong>Educate learners by practicing online exercises.</strong>
20
</p>
21
<p>
22
  WIMS (Web Interactive Multipurpose Server) is an online learning platform
23
  that provides learning resources for all (interactive exercises, interactive documents, computing tools)
24
  and gives teachers a protected space where they can organize teaching resources in work sessions,
25
  create and monitor learners' activities.
26
</p>
27
 
28
<h3>Nature of the recorded data</h3>
29
<ul>
30
  <li>In the case of unregistered users,
31
   the only data recorded are the users' IPs in unused log files
32
   on the server that are temporarily stored for proper server operation.
17236 bpr 33
  </li><li>Case of a person creating a class.<br>
13138 obado 34
    The recorded data are:
35
    <ul>
36
      <li>the last name, first name and e-mail given when creating the class;</li>
37
      <li>the connection IP numbers visible only to this person and the server administrator.</li>
38
    </ul>
17236 bpr 39
  </li><li>Cases of users enrolled in a virtual classroom.<br>
13138 obado 40
    Using the virtual classes of a WIMS server involves saving
41
    some connection data in order to calculate scores and ratings.
42
 
43
    The following personal information is accessible to the connected teacher
44
     in his WIMS class, as well as to the learner in raw form or in analyzed form:
45
    <ul>
46
      <li>first name and last name;</li>
47
      <li>email and photo (optional);</li>
48
      <li>the exercises visualized and / or solved;</li>
49
      <li>all the scores obtained;</li>
50
      <li>the days, hours and IP of the learner's connection when performing a job (worksheets)
51
       in the WIMS class (raw data).</li>
52
    </ul>
53
  </li>
54
</ul>
55
 
15509 bpr 56
!if $(wims_read_parm[6])=yes
13138 obado 57
  <p>
58
    Cookies are used to help the unregistered visitor to keep their preferences.
59
  </p>
60
!endif
61
 
62
<h3>Data retention period</h3>
63
<p>
64
  The log files of the out-of-class server containing
15509 bpr 65
   connection data are erased regularly:
66
</p>
67
   <ul><li>
68
   no data more than $(wims_read_parm[3]) days older is kept;
69
   </li><li>
70
   only the last $(wims_read_parm[4]) bytes are retained.
71
   </li></ul>
72
<p>
14343 guerimand 73
The teacher creates a class for a maximum of 15 months.
13138 obado 74
The teacher has the opportunity to make a backup containing
75
 the data of the participants of his class on his computer,
76
  to prolong the duration of his class and to erase the data of the participants of his class.
77
</p><p>
78
  Participant data in a class is stored on the server no more
79
  than $(wims_read_parm[2]) days after the class expiration date.
80
</p>
81
 
82
!!<h3>Legitimacy</h3>
83
!!In the case of public education, it will in principle be
84
!! "the execution of a mission of public interest",
85
!! but a WIMS class could also be used for the performance of a contract,
86
!! or private, with the consent of the participants (acceptance of the T.O.S.).
87
!! The list of possible legitimacy could be proposed during the creation of the class for example
88
!!
89
 
90
<h3>Recipients of the data</h3>
91
<ul>
92
  <li>The site manager can access all the data (no interest for him).</li>
93
  <li>Classroom teachers, each with access only to class information.</li>
94
</ul>
95
<p>Note that registrants (called participants) in a class and their data
96
 are not visible to other participants.
97
 Only teachers in a class see the list of participants and their data.</p>
98
 
99
<h3>Securing</h3>
15509 bpr 100
!if $(wims_read_parm[5])=https
101
  <p>The website may use the $(wims_read_parm[5]) protocol.</p>
13138 obado 102
!endif
103
 
104
<p>
105
The site manager must enter a password to access the server data.
106
</p><p>
107
Teachers must enter a password to enter their WIMS class.
108
Connection logging is performed on the server.
109
</p>
110
 
111
<h3>Rights Information</h3>
112
<p>In accordance with the European Data Protection laws,
113
   you have the right to gain access and modify your personal data.
114
   You can exercise this right by contacting
115
   !mailurl $(wims_read_parm[1]) Data Manager
17236 bpr 116
  <br>
13138 obado 117
   !mailurl $wims_site_manager Data Manager\
118
Creació de classes virtuals
119
.</p>
120
<p>
121
  You may also, for legitimate reasons, oppose the processing of data concerning you.
122
</p>