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
91.1


edited by Pietro Piccini
on 2022/04/02 14:22
on 2022/04/02 14:22
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -197,6 +197,71 @@ 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 + 200 200 === System questionnaire results === 201 201 202 202 [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]]