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 93.1 Icon
edited by Pietro Piccini
on 2022/04/02 14:57
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -261,21 +261,308 @@
261 261  {{/html}}
262 262  
263 263  
264 +{{html}}
265 +<!DOCTYPE html>
266 +<html>
267 +<head>
268 +<style>
269 +table {
270 + font-family: arial, sans-serif;
271 + border-collapse: collapse;
272 + width: 100%;
273 +}
264 264  
275 +td, th {
276 + border: 1px solid #dddddd;
277 + text-align: left;
278 + padding: 8px;
279 +}
280 +
281 +tr:nth-child(even) {
282 + background-color: #dddddd;
283 +}
284 +</style>
285 +</head>
286 +<body>
287 +
288 +<h5>Wilcoxon Rank-Sum test</h5>
289 +<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>
290 +
291 +<table>
292 + <tr>
293 + <th>test results </th>
294 + <th>I feel caring </th>
295 + <th>I feel content </th>
296 + <th>I feel calm </th>
297 + <th>I feel tired </th>
298 + <th>I feel sad </th>
299 + <th>I feel nervous </th>
300 + </tr>
301 + <tr>
302 + <th>p-value</th>
303 + <td>0.907</td>
304 + <td>0.0883 </td>
305 + <td>0.786</td>
306 + <td>0.510</td>
307 + <td>0.969</td>
308 + <td>0.461</td>
309 + </tr>
310 + <tr>
311 + <th>statistics</th>
312 + <td>0.116</td>
313 + <td>1.704</td>
314 + <td>0.271</td>
315 + <td>-0.658</td>
316 + <td>-0.0387</td>
317 + <td>-0.735</td>
318 + </tr>
319 +
320 +</table>
321 +
322 +</body>
323 +</html>
324 +
325 +{{/html}}
326 +
265 265  === System questionnaire results ===
266 266  
267 267  [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]]
268 268  [[image:group1.svg]]
269 269  
332 +
333 +{{html}}
334 +<!DOCTYPE html>
335 +<html>
336 +<head>
337 +<style>
338 +table {
339 + font-family: arial, sans-serif;
340 + border-collapse: collapse;
341 + width: 100%;
342 +}
343 +
344 +td, th {
345 + border: 1px solid #dddddd;
346 + text-align: left;
347 + padding: 8px;
348 +}
349 +
350 +tr:nth-child(even) {
351 + background-color: #dddddd;
352 +}
353 +</style>
354 +</head>
355 +<body>
356 +
357 +<h5>Wilcoxon Rank-Sum test test</h5>
358 +<h6><i>H0</i>: The distribution of the sytem's questionnaire answers from people who like gardening and form people who don't like gardening is the same</h6>
359 +
360 +<table>
361 + <tr>
362 + <th>test results </th>
363 + <th>I would have known how to do the whole task without Pepper.</th>
364 + <th>I think Pepper made the task easier for me.</th>
365 + <th>I enjoyed the task more than if I had had to do it alone.</th>
366 + <th>Pepper was easy to understand.</th>
367 + <th>I am pleased that Pepper reminded me to do the activity.</th>
368 + </tr>
369 + <tr>
370 + <th>p-value</th>
371 + <td>0.759</td>
372 + <td>0.462</td>
373 + <td>0.668</td>
374 + <td>0.830</td>
375 + <td>0.927</td>
376 + </tr>
377 + <tr>
378 + <th>statistics</th>
379 + <td>-0.306</td>
380 + <td>-0.734</td>
381 + <td>-0.428</td>
382 + <td>-0.214</td>
383 + <td>-0.0918</td>
384 + </tr>
385 +
386 +</table>
387 +
388 +</body>
389 +</html>
390 +
391 +{{/html}}
392 +
393 +
270 270  [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_2.html]]
271 271  [[image:group2.svg]]
272 272  
397 +
398 +{{html}}
399 +<!DOCTYPE html>
400 +<html>
401 +<head>
402 +<style>
403 +table {
404 + font-family: arial, sans-serif;
405 + border-collapse: collapse;
406 + width: 100%;
407 +}
408 +
409 +td, th {
410 + border: 1px solid #dddddd;
411 + text-align: left;
412 + padding: 8px;
413 +}
414 +
415 +tr:nth-child(even) {
416 + background-color: #dddddd;
417 +}
418 +</style>
419 +</head>
420 +<body>
421 +
422 +<h5>Wilcoxon Rank-Sum test test</h5>
423 +<h6><i>H0</i>: The distribution of the sytem's questionnaire answers from people who like gardening and form people who don't like gardening is the same</h6>
424 +
425 +<table>
426 + <tr>
427 + <th>test results </th>
428 + <th>I feel like completing the task was a good accomplishment.</th>
429 + <th>I feel like I accomplished it myself.</th>
430 + <th>I felt in control of what I had to do.</th>
431 + </tr>
432 + <tr>
433 + <th>p-value</th>
434 + <td>0.0982</td>
435 + <td>0.220</td>
436 + <td>0.581</td>
437 + </tr>
438 + <tr>
439 + <th>statistics</th>
440 + <td>-1.653</td>
441 + <td>-1.224</td>
442 + <td>0.551</td>
443 + </tr>
444 +
445 +</table>
446 +
447 +</body>
448 +</html>
449 +
450 +{{/html}}
451 +
273 273  [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_3.html]]
274 274  [[image:group3.svg]]
275 275  
455 +{{html}}
456 +<!DOCTYPE html>
457 +<html>
458 +<head>
459 +<style>
460 +table {
461 + font-family: arial, sans-serif;
462 + border-collapse: collapse;
463 + width: 100%;
464 +}
465 +
466 +td, th {
467 + border: 1px solid #dddddd;
468 + text-align: left;
469 + padding: 8px;
470 +}
471 +
472 +tr:nth-child(even) {
473 + background-color: #dddddd;
474 +}
475 +</style>
476 +</head>
477 +<body>
478 +
479 +<h5>Wilcoxon Rank-Sum test test</h5>
480 +<h6><i>H0</i>: The distribution of the sytem's questionnaire answers from people who like gardening and form people who don't like gardening is the same</h6>
481 +
482 +<table>
483 + <tr>
484 + <th>test results </th>
485 + <th>I felt annoyed by Pepper.</th>
486 + <th>I felt frustrated by the task.</th>
487 + <th>I felt pressured by Pepper.</th>
488 + </tr>
489 + <tr>
490 + <th>p-value</th>
491 + <td>0.951</td>
492 + <td>0.358</td>
493 + <td>0.926</td>
494 + </tr>
495 + <tr>
496 + <th>statistics</th>
497 + <td>0.0612</td>
498 + <td>0.918</td>
499 + <td>-0.0918</td>
500 + </tr>
501 +
502 +</table>
503 +
504 +</body>
505 +</html>
506 +
507 +{{/html}}
508 +
276 276  [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_4.html]]
277 277  [[image:group4.svg]]
278 278  
512 +
513 +{{html}}
514 +<!DOCTYPE html>
515 +<html>
516 +<head>
517 +<style>
518 +table {
519 + font-family: arial, sans-serif;
520 + border-collapse: collapse;
521 + width: 100%;
522 +}
523 +
524 +td, th {
525 + border: 1px solid #dddddd;
526 + text-align: left;
527 + padding: 8px;
528 +}
529 +
530 +tr:nth-child(even) {
531 + background-color: #dddddd;
532 +}
533 +</style>
534 +</head>
535 +<body>
536 +
537 +<h5>Wilcoxon Rank-Sum test test</h5>
538 +<h6><i>H0</i>: The distribution of the sytem's questionnaire answers from people who like gardening and form people who don't like gardening is the same</h6>
539 +
540 +<table>
541 + <tr>
542 + <th>test results </th>
543 + <th>Pepper cared about helping me.</th>
544 + <th>I would trust Pepper with more important activities.</th>
545 + </tr>
546 + <tr>
547 + <th>p-value</th>
548 + <td>0.854</td>
549 + <td>0.0297</td>
550 + </tr>
551 + <tr>
552 + <th>statistics</th>
553 + <td>0.183</td>
554 + <td>-2.173</td>
555 + </tr>
556 +
557 +</table>
558 +
559 +</body>
560 +</html>
561 +
562 +{{/html}}
563 +
564 +
565 +
279 279  Since each PwD has its own state of dementia and personal issues, it is very difficult to get uniform results, especially since they are collected orally.
280 280  Getting very nice, fully robust and reliable results, is merely a hope and a dream.
281 281  However, we can try to consider the main trends that we are interested in.