DavidGoedicke
released this
13 Sep 17:47
·
235 commits
to main-Quest
since this release
For original release see https://github.com/FAR-Lab/CrossCulturalDriving2021/releases/tag/v0.9.3-beta
What's Changed
Again please check issue #15 for a complete list of bug fixes and features.
The latest feature includes :
shift + T
resets the server time.- Adding a field
QnImagePath
to the question field, the image on that path will be shown during that question.
❗The Questionnaires in the folder C:\Users\USERNAME\AppData\LocalLow\FarLab\XCDriving\QN_Updates override the QNs inside the released application. Make sure to delete old files or to update them.
An example question could look something like this:
{
"ID": 1,
"Scenario_ID": "CP1-1",
"SA_atoms": "Speed",
"SA_Level": "Perception",
"Awareness_to": "Myself",
"Participant": [
"A",
"B"
],
"QuestionText": {
"English": "How fast were you driving before the intersection?",
"Hebrew": "מה הייתה המהירות שלך בזמן שהתקרבת לצומת?"
},
"QnImagePath":"QNPictures\\CPapproach",
"Answers": []
}
- Version upgrade by @DavidGoedicke in FAR-Lab/CrossCulturalDriving2021#22
Full Changelog: FAR-Lab/CrossCulturalDriving2021@V0.9.2-beta...v0.9.3-beta