Changes for page Test
Last modified by Mathieu Jung-Muller on 2022/04/04 13:52
From version
90.1


edited by Pietro Piccini
on 2022/03/31 19:56
on 2022/03/31 19:56
Change comment:
There is no comment for this version
To version
93.1


edited by Pietro Piccini
on 2022/04/02 14:57
on 2022/04/02 14:57
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -197,20 +197,372 @@ 197 197 [[interactive version>>https://pietro99.github.io/SCE/graphs/mood_questionnaire.html]] 198 198 [[image:mood.svg]] 199 199 200 +{{html}} 201 +<!DOCTYPE html> 202 +<html> 203 +<head> 204 +<style> 205 +table { 206 + font-family: arial, sans-serif; 207 + border-collapse: collapse; 208 + width: 100%; 209 +} 210 + 211 +td, th { 212 + border: 1px solid #dddddd; 213 + text-align: left; 214 + padding: 8px; 215 +} 216 + 217 +tr:nth-child(even) { 218 + background-color: #dddddd; 219 +} 220 +</style> 221 +</head> 222 +<body> 223 + 224 +<h5>Wilcoxon Signed-rank test</h5> 225 +<h6><i>H0</i>: The mood distribution before and after the interaction with Pepper is the same</h6> 226 + 227 +<table> 228 + <tr> 229 + <th>test results </th> 230 + <th>I feel caring </th> 231 + <th>I feel content </th> 232 + <th>I feel calm </th> 233 + <th>I feel tired </th> 234 + <th>I feel sad </th> 235 + <th>I feel nervous </th> 236 + </tr> 237 + <tr> 238 + <th>p-value</th> 239 + <td>0.512</td> 240 + <td>0.0336 </td> 241 + <td>0.674</td> 242 + <td>0.00156</td> 243 + <td>0.372</td> 244 + <td>0.371</td> 245 + </tr> 246 + <tr> 247 + <th>statistics</th> 248 + <td>42.5</td> 249 + <td>12.5</td> 250 + <td>46</td> 251 + <td>8</td> 252 + <td>33</td> 253 + <td>24</td> 254 + </tr> 255 + 256 +</table> 257 + 258 +</body> 259 +</html> 260 + 261 +{{/html}} 262 + 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 +} 274 + 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 + 200 200 === System questionnaire results === 201 201 202 202 [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]] 203 203 [[image:group1.svg]] 204 204 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 + 205 205 [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_2.html]] 206 206 [[image:group2.svg]] 207 207 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 + 208 208 [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_3.html]] 209 209 [[image:group3.svg]] 210 210 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 + 211 211 [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_4.html]] 212 212 [[image:group4.svg]] 213 213 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 + 214 214 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. 215 215 Getting very nice, fully robust and reliable results, is merely a hope and a dream. 216 216 However, we can try to consider the main trends that we are interested in.