Rev 13513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13513 | Rev 15509 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!set backup_delete=$(wims_read_parm[2]) |
1 | !!set backup_delete=$(wims_read_parm[2]) |
2 | !!set sitemanager=$(wims_read_parm[1]) |
2 | !!set sitemanager=$(wims_read_parm[1]) |
3 | !!set size=$(wims_read_parm[ |
3 | !!set size=$(wims_read_parm[4]) |
4 | !!set protocol=$(wims_read_parm[ |
4 | !!set protocol=$(wims_read_parm[5]) |
5 | !! cookies = $(wims_read_parm[ |
5 | !! cookies = $(wims_read_parm[6]) |
6 | <h2 class="wims_subtitle">Informatie over de AVG</h2> |
6 | <h2 class="wims_subtitle">Informatie over de AVG</h2> |
7 | 7 | ||
8 | !!!<h3>Data Manager</h3> |
8 | !!!<h3>Data Manager</h3> |
9 | !!! |
9 | !!! |
10 | !!!Here show the administrator of the site / class / portal if applicable |
10 | !!!Here show the administrator of the site / class / portal if applicable |
Line 50... | Line 50... | ||
50 | in the WIMS class (raw data).</li> |
50 | in the WIMS class (raw data).</li> |
51 | </ul> |
51 | </ul> |
52 | </li> |
52 | </li> |
53 | </ul> |
53 | </ul> |
54 | 54 | ||
55 | !if $(wims_read_parm[ |
55 | !if $(wims_read_parm[6])=yes |
56 | <p> |
56 | <p> |
57 | Cookies are used to help the unregistered visitor to keep their preferences. |
57 | Cookies are used to help the unregistered visitor to keep their preferences. |
58 | </p> |
58 | </p> |
59 | !endif |
59 | !endif |
60 | 60 | ||
61 | <h3>Data retention period</h3> |
61 | <h3>Data retention period</h3> |
62 | <p> |
62 | <p> |
63 | The log files of the out-of-class server containing |
63 | The log files of the out-of-class server containing |
- | 64 | connection data are erased regularly. |
|
- | 65 | </p> |
|
- | 66 | <ul><li> |
|
- | 67 | no data more than $(wims_read_parm[3]) days older is kept; |
|
- | 68 | </li><li> |
|
64 |
|
69 | only the last $(wims_read_parm[4]) bytes are retained. |
- | 70 | </li></ul> |
|
65 |
|
71 | <p> |
66 | The teacher creates a class for a maximum of one year. |
72 | The teacher creates a class for a maximum of one year. |
67 | The teacher has the opportunity to make a backup containing |
73 | The teacher has the opportunity to make a backup containing |
68 | the data of the participants of his class on his computer, |
74 | the data of the participants of his class on his computer, |
69 | to prolong the duration of his class and to erase the data of the participants of his class. |
75 | to prolong the duration of his class and to erase the data of the participants of his class. |
70 | </p><p> |
76 | </p><p> |
Line 88... | Line 94... | ||
88 | <p>Note that registrants (called participants) in a class and their data |
94 | <p>Note that registrants (called participants) in a class and their data |
89 | are not visible to other participants. |
95 | are not visible to other participants. |
90 | Only teachers in a class see the list of participants and their data.</p> |
96 | Only teachers in a class see the list of participants and their data.</p> |
91 | 97 | ||
92 | <h3>Securing</h3> |
98 | <h3>Securing</h3> |
93 | !if $(wims_read_parm[ |
99 | !if $(wims_read_parm[5])=https |
94 | <p>The website may use the $(wims_read_parm[ |
100 | <p>The website may use the $(wims_read_parm[5]) protocol.</p> |
95 | !endif |
101 | !endif |
96 | 102 | ||
97 | <p> |
103 | <p> |
98 | The site manager must enter a password to access the server data. |
104 | The site manager must enter a password to access the server data. |
99 | </p><p> |
105 | </p><p> |