Changes for page Test

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

From version Icon 112.1 Icon
edited by Mathieu Jung-Muller
on 2022/04/03 19:14
Change comment: There is no comment for this version
To version Icon 117.1
edited by Mathieu Jung-Muller
on 2022/04/04 13:52
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -105,6 +105,7 @@
105 105  1. CL11: The PwD feels content.
106 106  There is a question related to this in the questionnaire.
107 107  
108 +
108 108  == Method ==
109 109  
110 110  In order to collect qualitative data, we prepared two questionnaires to give to the participants: the affect assessment questionnaire and the system assessment questionnaire. All questionnaire questions are expressed in the form of statements and the participant can express one out of seven levels of agreement/disagreement from strongly disagree to strongly agree. The only exception is the additional remarks field at the end of the system assessment questionnaire, where the participants can freely put any comment/remark/feedback they have on the experiment.
... ... @@ -148,7 +148,9 @@
148 148  1. How was Pepper's ability to guide the participant through the task? [Questions: 4]
149 149  
150 150  Question 1 is used to take into consideration the expected baseline enjoyment of the task for each participant.
152 +We also intended to use question 2 for similar subgroups, but there were not enough different answers to get a significant number of participants in each subgroup.
151 151  
154 +
152 152  == Participants ==
153 153  
154 154  In our situation, our participants are 24 students from TUD. Most of them come from Computer Science and/or from the SCE class. One third of them are female and two thirds male, so gender balance is decent.
... ... @@ -158,15 +158,18 @@
158 158  
159 159  Since our evaluating process is relatively short, we use within-subject, which means each participant goes through all conditions. In this way, our experiment tends to have more statistical power and less variability.
160 160  
164 +
161 161  == Tasks ==
162 162  
163 163  All participants will go through our designed testing process, which combines a calendar event reminder and an activity breakdown.
164 164  Pepper will propose the activity to the participant, then go step by step with them through the activity.
165 165  
170 +
166 166  == Measures ==
167 167  
168 168  We measure the mood of the participants through the affect assessment questionnaires. We also measure some aspects of the interaction between Pepper and the participant through the system assessment questionnaire. Both are qualitative data, as the participant gives an answer ranging from strongly disagree to strongly agree.
169 169  
175 +
170 170  == Procedure ==
171 171  
172 172  Before the experiment, we explain to the participants the purpose of our evaluation (context of SCE class, our prototype).
... ... @@ -177,6 +177,7 @@
177 177  After the activity is finished by the participant, they fill the second affect questionnaire and the system assessment questionnaire.
178 178  After this is done, we thank them for their participation and the evaluation session is over.
179 179  
186 +
180 180  == Material ==
181 181  
182 182  1. Consent form. To protect the privacy of participants and ensure the evaluation process goes smoothly, we will ask participants to sign a consent form, indicating they are willing to take part in the evaluation and the data gathered from the experiment will be analyzed by researchers. The consent form is accessed online via a QR code.
... ... @@ -184,14 +184,16 @@
184 184  1. Pepper robot. Our robot is programmed using Choregraphe. The robot will have the same behaviour for every participant. However, the input data will be entered by the HCP (and potentially the relatives).
185 185  1. Gardening stuff. In order to conduct the activity, we bought and brought basic stuff required for gardening (soil, pot, seeds, etc).
186 186  
194 +
187 187  == Results ==
188 188  
189 -We produced our results as interactive graphs. Only a printed version is shown below. To get a better version with more information (data point information on mouse hovering for instance), click the provided link for each graph.
197 +The following sections contains the results gather from the affect and system assessment. Apart from the printed version being included below, the results are also included as interactive graphs. To get a better version with more information (data point information on mouse hovering for instance), simply click the provided link for each graph.
190 190  
191 191  === Affect assessment ===
192 192  
193 193  [[Affect assessment, interactive version>>https://pietro99.github.io/SCE/graphs/mood_questionnaire.html]]
194 194  [[image:mood.svg]]
203 +Figure 1: Graphical results of affect assessment before and after conducting the evaluation activity with Pepper.
195 195  
196 196  {{html}}
197 197  <!DOCTYPE html>
... ... @@ -217,12 +217,11 @@
217 217  </head>
218 218  <body>
219 219  
220 -<h5>Wilcoxon Signed-rank test</h5>
221 221  <h6><i>H0</i>: The mood distribution before and after the interaction with Pepper is the same.</h6>
222 222  
223 223  <table>
224 224   <tr>
225 - <th>test results </th>
233 + <th><i>Wilcoxon Signed-Rank results</i></th>
226 226   <th>I feel caring </th>
227 227   <th>I feel content </th>
228 228   <th>I feel calm </th>
... ... @@ -255,9 +255,12 @@
255 255  </html>
256 256  {{/html}}
257 257  
258 -The hypothesis H0 is that Pepper does not have any effect. In this case, the questionnaires 1 and 2 should give the exact same values for each of the six feelings. However, the graphs and table below show that there is a slight increase regarding positive feelings, and a sligt decrease as well regarding negative feelings.
259 -There are however many biases in these results. The main one that we isolated is that the activity of gardening itself could lead to the mood improvement. For this reason, we made subgroups based on whether the participants liked gardening or not.
266 +Table 1: Results of wilcoxon statistical test on affect assessment
260 260  
268 +We analyzed the participants' moods before and after the interaction with Pepper in order to be able to observe positive and negative changes that are caused by the interaction with Pepper. The hypothesis H0 is that Pepper does not have any effect, which would mean that the questionnaires 1 and 2 should give the exact same values for each of the six feelings. However, the graphs and table below show that there is a slight increase regarding positive feelings, and a slight decrease as well regarding negative feelings. The Wilcoxon Signed-rank demonstrated that the only statistically significant change happened for contentness and tiredness based on a p-value threshold of 0.05.
269 +
270 +There however exists an important source of bias in the above mentioned result. The main one that we isolated is that the activity of gardening itself could lead to the mood improvement. For this reason, we made subgroups based on whether the participants liked gardening or not.
271 +
261 261  {{html}}
262 262  <!DOCTYPE html>
263 263  <html>
... ... @@ -282,12 +282,11 @@
282 282  </head>
283 283  <body>
284 284  
285 -<h5>Wilcoxon Rank-Sum test</h5>
286 286  <h6><i>H0</i>: The mood distribution after the interaction with Pepper for people who like gardening and people who do not like gardening is the same.</h6>
287 287  
288 288  <table>
289 289   <tr>
290 - <th>test results </th>
300 + <th><i>Wilcoxon Rank-Sum results</i> </th>
291 291   <th>I feel caring </th>
292 292   <th>I feel content </th>
293 293   <th>I feel calm </th>
... ... @@ -320,14 +320,26 @@
320 320  </html>
321 321  {{/html}}
322 322  
323 -We did not notice any relevant pattern indicating a significant difference between "like gardening" and "dislike gardening" groups. It seems to be that this is not the cause of the mood improvement.
333 +Table 2: Results of Wilcoxon Rank-Sum statistical test on affect assessment for people who like vs. dislike gardening
324 324  
325 325  
326 -=== System assessment ===
336 +In order to analyze the difference in the mood change between people who liked the activity of gardening and people who did not, we divided the assessments into two groups and performed a Wilcoxon Rank-Sum test. The results show that only the contentness mood shows a statistically significant difference between the two groups. Hence, we did not notice any relevant pattern indicating a significant difference between "like gardening" and "dislike gardening" groups. It seems to be that this is not the cause of the mood improvement.
327 327  
328 -[[System assessment, first subset of questions, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]]
338 +This confirms that PwDs can potentially benefit from a boost of energy from interacting with Pepper and, if the activity is enjoyable, a general improvement in contentness as well.
339 +
340 +
341 +=== System Assessment ===
342 +
343 +**Task Guidance Assessment**
344 +[[System assessment, task guidance questions, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]]
345 +The results of the system questionnaire will be divided into four different group with similar questions in each group. This is done to improve the readability of the results and provide a more indepth analysis of various aspects of the system setup.
346 +
329 329  [[image:group1.svg]]
348 +Figure 2: Graphical representation of results for task guidance subset of the system assessment, with results shown for people who like vs. dislike gardening, along with the average of the sample.
330 330  
350 +
351 +The first group, namely task guidance assessment, contains questions aimed at measuring how easy and pleasant was the activity when being guided by Pepper. The responses for this group are around the slightly agree line, a bit higher for the "Pepper was easy to understand" statement and a bit lower for the "I enjoyed the task more than if I had had to do it alone".
352 +
331 331  {{html}}
332 332  <!DOCTYPE html>
333 333  <html>
... ... @@ -352,12 +352,11 @@
352 352  </head>
353 353  <body>
354 354  
355 -<h5>Wilcoxon Rank-Sum test</h5>
356 356  <h6><i>H0</i>: The distribution of answers from people who like gardening and people who do not like gardening is the same.</h6>
357 357  
358 358  <table>
359 359   <tr>
360 - <th>test results </th>
381 + <th><i>Wilcoxon Rank-Sum results</i></th>
361 361   <th>I would have known how to do the whole task without Pepper.</th>
362 362   <th>I think Pepper made the task easier for me.</th>
363 363   <th>I enjoyed the task more than if I had had to do it alone.</th>
... ... @@ -387,12 +387,16 @@
387 387  </html>
388 388  {{/html}}
389 389  
390 -In this first system assessment graph, it is shown that participants slightly agree that Pepper made the task easier for them, and generally agree that she was easy to understand.
411 +Table 3: Results of Wilcoxon Rank-Sum statistical test on task guidance subset of system assessment for people who like vs. dislike gardening
391 391  
392 392  
393 -[[System assessment, second subset of questions, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_2.html]]
414 +**Accomplishment and Autonomy Assessment**
415 +[[System assessment, accomplishment and autonomy subset, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_2.html]]
394 394  [[image:group2.svg]]
417 +Figure 3: Graphical representation of results for accomplishment and autonomy subset of the system assessment, with results shown for people who like vs. dislike gardening, along with the average of the sample.
395 395  
419 +The second group, namely the accomplishment and autonomy subset has questions concerning the sense of control and accomplishment felt during the task by the participants. The participants on average responded between slightly agree and agree that completing the task was a good accomplishment and that they felt in control while doing it and a bit lower for the statement "I feel like I have accomplished it myself" suggestingthat it is possible for the participants to feel like Pepper is responsible, at least partially, for the accomplishment of the task.
420 +
396 396  {{html}}
397 397  <!DOCTYPE html>
398 398  <html>
... ... @@ -417,12 +417,11 @@
417 417  </head>
418 418  <body>
419 419  
420 -<h5>Wilcoxon Rank-Sum test</h5>
421 421  <h6><i>H0</i>: The distribution of answers from people who like gardening and people who do not like gardening is the same.</h6>
422 422  
423 423  <table>
424 424   <tr>
425 - <th>test results </th>
449 + <th><i>Wilcoxon Rank-Sum results </i></th>
426 426   <th>I feel like completing the task was a good accomplishment.</th>
427 427   <th>I feel like I accomplished it myself.</th>
428 428   <th>I felt in control of what I had to do.</th>
... ... @@ -446,13 +446,19 @@
446 446  </html>
447 447  {{/html}}
448 448  
449 -The sense of accomplishment is slightly higher for people who like gardening that for those who do not. It is globally around slightly agree.
450 -An interesting fact to notice is that participants who do not like gardening felt more in control of what they had to do.
473 +Table 4: Results of Wilcoxon Rank-Sum statistical test on accomplishment and autonomy subset of system assessment for people who like vs. dislike gardening
451 451  
452 452  
453 -[[System assessment, third subset of questions, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_3.html]]
476 +The sense of accomplishment is slightly higher for people who like gardening that for those who do not. It is globally around slightly agree. An interesting fact to notice is that participants who do not like gardening felt more in control of what they had to do.
477 +
478 +
479 +**Negative Experiences Assessment**
480 +[[System assessment, negative experiences subset, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_3.html]]
454 454  [[image:group3.svg]]
482 +Figure 4: Graphical representation of results for negative experiences subset of the system assessment, with results shown for people who like vs. dislike gardening, along with the average of the sample.
455 455  
484 +The third group, namely negative experiences subset is used to group together questions that measure negative feeling experiences with Pepper. The results show that the participants on average answered between slightly disagree and disagreed. This suggests that Pepper was not frustrating for most people but only for a small fraction of the participants.
485 +
456 456  {{html}}
457 457  <!DOCTYPE html>
458 458  <html>
... ... @@ -477,12 +477,11 @@
477 477  </head>
478 478  <body>
479 479  
480 -<h5>Wilcoxon Rank-Sum test</h5>
481 481  <h6><i>H0</i>: The distribution of answers from people who like gardening and people who do not like gardening is the same.</h6>
482 482  
483 483  <table>
484 484   <tr>
485 - <th>test results </th>
514 + <th><i> Wilcoxon Rank-Sum results </i></th>
486 486   <th>I felt annoyed by Pepper.</th>
487 487   <th>I felt frustrated by the task.</th>
488 488   <th>I felt pressured by Pepper.</th>
... ... @@ -506,12 +506,19 @@
506 506  </html>
507 507  {{/html}}
508 508  
538 +Table 5: Results of Wilcoxon Rank-Sum statistical test on negative experiences subset of system assessment for people who like vs. dislike gardening
539 +
540 +
509 509  The participants globally disagree that the presence of Pepper annoyed, frustrated or pressured them. Those who like gardening actually had a bit more negative feelings regarding the presence of Pepper than those who dislike gardening.
510 510  
511 511  
512 -[[System assessment, fourth subset of questions, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_4.html]]
544 +**Social Assessment**
545 +[[System assessment, social subset, interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_4.html]]
513 513  [[image:group4.svg]]
547 +Figure 5: Graphical representation of results for social subset of the system assessment, with results shown for people who like vs. dislike gardening, along with the average of the sample.
514 514  
549 +The fourth and final group addresses a social subset and is utilized for assessing Pepper's social presence and trustworthiness as felt by the participants. The two statements used are "Pepper cared about helping me" and "I would trust Pepper with more important activities". The responses were on average slightly above the neutral level.
550 +
515 515  {{html}}
516 516  <!DOCTYPE html>
517 517  <html>
... ... @@ -536,12 +536,11 @@
536 536  </head>
537 537  <body>
538 538  
539 -<h5>Wilcoxon Rank-Sum test</h5>
540 540  <h6><i>H0</i>: The distribution of answers from people who like gardening and people who do not like gardening is the same.</h6>
541 541  
542 542  <table>
543 543   <tr>
544 - <th>test results </th>
579 + <th><i>Wilcoxon Rank-Sum results</i></th>
545 545   <th>Pepper cared about helping me.</th>
546 546   <th>I would trust Pepper with more important activities.</th>
547 547   </tr>
... ... @@ -562,51 +562,44 @@
562 562  </html>
563 563  {{/html}}
564 564  
600 +Table 5: Results of Wilcoxon Rank-Sum statistical test on social subset of system assessment for people who like vs. dislike gardening
601 +
565 565  This graph shows that the trust in Pepper was highly dependent on whether the participants enjoyed the activity or not.
566 566  
604 +
567 567  == Discussion ==
568 568  
569 -* Reliability: Yes. One could replicate the same experiment with other patients.
570 -* Validity: TBD.
571 -* Biases: TBD.
572 -* Scope: No. It would be very difficult to generalize the results, since each prototype is built for a special patient. However, if the results conclude that the customized prototypes did improve the well-being of the people, then similar effort to customize Pepper for more patients should produce similar effects.
573 -* Ecological validity: Yes. Since we compare "without Pepper" (BEFORE) and "with Pepper" (AFTER) in a similar environment (i.e., for everything but Pepper), the results are not dependent on the environment.
607 +=== Evaluation key properties ===
574 574  
575 -**mood questionnaire**
609 +* Reliability: The evaluation is reliable. One could replicate the exact same experiment with other participants.
610 +* Validity: This evaluation is not really valid. Our feasible evaluation does not have the corresponding target group, and is of a much smaller scope compared to our ideal evaluation. We cannot test all our claims.
611 +* Biases: The evaluation has large biases. This is discussed more in detail in the limitations where different bias factors are explained.
612 +* Scope: The evaluation can be generalized to a larger scope, although with a lot of care, since the evaluation is not fully valid.
613 +* Ecological validity: The evaluation is partially valid in terms of influence from the environment. The affect assessment questionnaire is the same before and after the activity, with the same environment, so the environment is technically not involved in this. However, the system assessment questionnaire does rely on some elements from the environment.
576 576  
577 -We analyzed the participants' moods before and after the interaction with Pepper in order to be able to observe positive and negative changes that are caused by the interaction with Pepper. the results showed that, in general, there is a slight increase in positive moods and a slight decrease in negative moods. The Wilcoxon Signed-rank demonstrated that the only statistically significant change happened for contentness and tiredness based on a p-value threshold of 0.05.
615 +=== Results discussion ===
578 578  
579 -It is often the case that PwDs have to perform tasks that are not enjoyable for them such as taking medicines or performing routine activities. In order to analyze the difference in the mood change between people who liked the activity and people who didn't we divided into two groups and performed a Wilcoxon Rank-Sum test. The results show that only the contentness mood shows a statistically significant difference between the two groups.
580 -This confirms that PwDs can potentially benefit from a boost of energy from interacting with Pepper and, if the activity is enjoyable, a general improvement in contentness as well.
617 +As detailed in the results section, the mood of the participants slightly improved between before and after the activity.
618 +However, based on the Wilcoxon test, the results have only a small significance. Most notably, the significant improvements are only that the participants on average felt more content and less tired. This can be explained by the fact that they enjoyed and got motivated by the activity, but it could also simply be the case of participating in an experiment and testing out the stuff we had prepared for them. Because the participants are not our target group, and although there is a slightly significant result, we cannot really conclude that our activity really is the cause for the mood improvement. More participants and, potentially, control groups would be required to validate the results.
581 581  
582 -**system questionnaire**
620 +In terms of task guidance, the answers are mostly around slightly agree. This means Pepper's impact was quite positive for the participants. Furthermore, participants generally agree that Pepper was easy to understand. This is a good result, but needs to be nuanced: our participants are Masters students so they are probably more used to robots than the average person, thus giving a positive bias in this question.
583 583  
584 -We divided the results from the system questionnaire into 4 separate groups containing similar questions as illustrated by the 4 different graphs above.
622 +For the accomplishment and autonomy part, the answers are around slightly agree. Participants who like gardening have a slightly better feeling of accomplishment. However, participants who dislike gardening felt more in control. This may be explained by the fact that they are less proactive in the activity because they enjoy it less, so Pepper telling them the task is enough for them. On the other side, participants who like gardening may want to go faster and see Pepper as an unnecessary control.
585 585  
586 -The first group contains questions aimed at measuring how easy and pleasant was the activity when being guided by Pepper. The responses for this group are around the slightly agree line, a bit higher for the "Pepper was easy to understand" statement and a bit lower for the "I enjoyed the task more than if I had had to do it alone".
624 +In terms of negative experiences, the answers are between slightly disagree and disagree. This means Pepper did not cause by herself the participants to experience negative feelings, which is already a great result. The participants who like gardening answered a bit lower than those who dislike. This may be explained by the same reason as for the previous part.
587 587  
588 -The second group has questions concerning the sense of control and accomplishment felt during the task by the participants. The participants on average responded between slightly agree and agree that completing the task was a good accomplishment and that they felt in control while doing it and a bit lower for the statement "I feel like I have accomplished it myself" suggesting
589 -that it is possible for the participants to feel like Pepper is responsible, at least partially, for the accomplishment of the task.
626 +Both results for the accomplishment and autonomy part and the negative experiences part are to be taken with extreme care. Since the participants do not have dementia, their attitude towards the activity is most likely very different than for people affected by dementia.
590 590  
591 -The third group is used to group together questions that measure negative experiences with Pepper. The results show that the participants on average answered between slightly disagree and disagreed. This suggests that Pepper was not frustrating for most people but only for a small fraction of the participants.
628 +Regarding social assessment, the participants barely agree that Pepper cared about helping them. This may be caused by the fact that most of them are Computer Science and/or SCE class students. Such students are very conscious that Pepper is nothing more than the behaviour we implemented. Some participants even tried to find edge cases to test the answers of Pepper. It would be very useful to conduct the same experiment on average people randomly chosen to see whether the answers are the same. If they are, then that would be a good point to improve.
629 +Finally, still in terms of social assessment, whether the participants would trust Pepper with more important activities greatly depends on whether they like gardening or not, which highlights the importance of having specific tasks for the specific patients.
592 592  
593 -The fourth and final group is for assessing Pepper's social presence and trustworthiness as felt by the participants. The two statements used are "Pepper cared about helping me" and "I would trust Pepper with more important activities". The responses were on average slightly above the neutral level.
631 +=== Observations ===
594 594  
595 -We performed a statistical test for the system questionnaire to see if the difference between the "like gardening" group and the "dislike gardening" group is significant in any of the questions. The results didn't show any statistical significance with the exception of the question "I would trust Pepper with more important activities" which showed that people who liked gardening were more likely to trust Pepper with more important activities.
633 +We also made some observations while monitoring the evaluation sessions.
634 +Although it did not necessarily reflect in the questionnaires, some participants still found Pepper frustrating or annoying. This was often due to Pepper's speech recognition functions. For instance, a participant would say a positive answer and get into the negative loop because Pepper understood their "yep" as "nope".
635 +We also noticed that participants had some difficulties interacting with Pepper in the beginning. Specifically, and although we did mention it to them, they very often spoke while the eyes were not blue. Since Pepper was not listening, they often got confused and did not know what to do. Most often, they simply repeated their answer, and then it worked. Sometimes, we had to remind them about the blue eyes. Usually, after a couple of steps of the activity, they got used to it. Overall, the ease of interaction with Pepper greatly improved over time.
596 596  
597 -**observations**
598 598  
599 -Despite having on average good results, some participants still found Pepper frustrating or annoying. In order to understand what could have caused that we analyzed the video of the interaction and the feedback from the participants. We observed that when a participant felt frustrated was often due to Pepper's limitation. For example, sometimes Pepper would start listening too late missing part of the participant's answer. It is also common for the participant to say a word that Pepper is not able to understand which can result in the participant being stuck in a loop during the conversation which can be frustrating. We notice that in most of the experiments the experience and the ease of the interaction with Pepper improved as the participant learned how to interact with Pepper.
600 -
601 -
602 -
603 -
604 -
605 -
606 -
607 -
608 -
609 -
610 610  == Conclusions ==
611 611  
612 612  The results from the mood questionnaire seem to support our claims CL10: the PwD feels reassured and CL11: the PwD feels content.
... ... @@ -620,6 +620,7 @@
620 620  
621 621  We did not have any question explictly aimed at targeting our claim CL08. However, frustration, annoyance and pressure are often linked to a lack of understanding from the other part. We can combine these with the question about whether Pepper cared about helping the participants, and with our observations during the experiment. When aggregated together, it seems that generally speaking, the participants felt understood. This supports our claim CL08: the PwD feels understood.
622 622  
651 +
623 623  == Limitations ==
624 624  
625 625  Although there seems to be a slight general trend that shows that our claim are satisfied, there are many limitations to take into account that reduce the significance of the results.