Changes for page Test

Last modified by Mathieu Jung-Muller on 2022/04/04 13:52

From version Icon 91.1 Icon
edited by Pietro Piccini
on 2022/04/02 14:22
Change comment: There is no comment for this version
To version Icon 92.1 Icon
edited by Pietro Piccini
on 2022/04/02 14:37
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -260,8 +260,69 @@
260 260  
261 261  {{/html}}
262 262  
263 +{{html}}
264 +<!DOCTYPE html>
265 +<html>
266 +<head>
267 +<style>
268 +table {
269 + font-family: arial, sans-serif;
270 + border-collapse: collapse;
271 + width: 100%;
272 +}
263 263  
274 +td, th {
275 + border: 1px solid #dddddd;
276 + text-align: left;
277 + padding: 8px;
278 +}
264 264  
280 +tr:nth-child(even) {
281 + background-color: #dddddd;
282 +}
283 +</style>
284 +</head>
285 +<body>
286 +
287 +<h5>Wilcoxon Rank-Sum test</h5>
288 +<h6><i>H0</i>: The mood distribution after the interaction with Pepper for people who like gardening and people who don't like gardening is the same</h6>
289 +
290 +<table>
291 + <tr>
292 + <th>test results </th>
293 + <th>I feel caring </th>
294 + <th>I feel content </th>
295 + <th>I feel calm </th>
296 + <th>I feel tired </th>
297 + <th>I feel sad </th>
298 + <th>I feel nervous </th>
299 + </tr>
300 + <tr>
301 + <th>p-value</th>
302 + <td>0.907</td>
303 + <td>0.0883 </td>
304 + <td>0.786</td>
305 + <td>0.510</td>
306 + <td>0.969</td>
307 + <td>0.461</td>
308 + </tr>
309 + <tr>
310 + <th>statistics</th>
311 + <td>0.116</td>
312 + <td>1.704</td>
313 + <td>0.271</td>
314 + <td>-0.658</td>
315 + <td>-0.0387</td>
316 + <td>-0.735</td>
317 + </tr>
318 +
319 +</table>
320 +
321 +</body>
322 +</html>
323 +
324 +{{/html}}
325 +
265 265  === System questionnaire results ===
266 266  
267 267  [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]]