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


edited by Sneha Lodha
on 2022/04/03 23:58
on 2022/04/03 23:58
Change comment:
There is no comment for this version
To version
114.5


edited by Sneha Lodha
on 2022/04/04 00:06
on 2022/04/04 00:06
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -193,6 +193,7 @@ 193 193 [[Affect assessment, interactive version>>https://pietro99.github.io/SCE/graphs/mood_questionnaire.html]] 194 194 [[image:mood.svg]] 195 195 Figure 1: Graphical results of affect assessment before and after conducting the evaluation activity with Pepper. 196 + 196 196 {{html}} 197 197 <!DOCTYPE html> 198 198 <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> testresults225 + <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> ... ... @@ -254,6 +254,7 @@ 254 254 </body> 255 255 </html> 256 256 {{/html}} 257 + 257 257 Table 1: Results of wilcoxon statistical test on affect assessment 258 258 259 259 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. ... ... @@ -284,12 +284,11 @@ 284 284 </head> 285 285 <body> 286 286 287 -<h5>Wilcoxon Rank-Sum test</h5> 288 288 <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> 289 289 290 290 <table> 291 291 <tr> 292 - <th> testresults </th>292 + <th><i>Wilcoxon Rank-Sum results</i> </th> 293 293 <th>I feel caring </th> 294 294 <th>I feel content </th> 295 295 <th>I feel calm </th> ... ... @@ -322,7 +322,9 @@ 322 322 </html> 323 323 {{/html}} 324 324 325 +Table 2: Results of Wilcoxon Rank-Sum statistical test on affect assessment for people who like vs. dislike gardening 325 325 327 + 326 326 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 328 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.