03-13-2022, 03:57 PM
About 8-12 months ago I ran several studies that used branching. I need to run another condition now. The branching is no longer working. It seems things have changed that have resulted in my branching code to no longer work. Can someone help point out what needs to change now?
Here is the branching block:
"matchAFCblock": {
"trial_templates": ["MouseCheck1"],
"branching": {
"method": "match",
"triggers": [
{"trial_template": "MouseCheck1", "response": "MouseChoiceResponse1"}
],
"branches": {
"YesBranch": ["I have the right equipment"],
"NoBranch": ["I do not want to participate"]
}
}
},
"matchedYes": {
"trial_templates": ["YouClickedYes"]
},
"matchedNo": {
"trial_templates": ["YouClickedNo"]
},
Here is the block sequence:
"block_sequence": ["intro", "mouseintro", "headphoneintro",
"matchAFCblock", {
"NoBranch": ["matchedNo"],
"YesBranch": ["matchedYes",
"InstrBlock", "TrainBlock1", "TrainBlock2", "TrainBlock3", "TrainBlock4", "Test1Block", "Test2Block", "Test3Block", "OvertQuestionsBlock1", "OvertQuestionsBlock2", "OvertQuestionsBlock3", "LanguageBackgroundBlock"]
}
]
Thank you in advance for your help!
Here is the branching block:
"matchAFCblock": {
"trial_templates": ["MouseCheck1"],
"branching": {
"method": "match",
"triggers": [
{"trial_template": "MouseCheck1", "response": "MouseChoiceResponse1"}
],
"branches": {
"YesBranch": ["I have the right equipment"],
"NoBranch": ["I do not want to participate"]
}
}
},
"matchedYes": {
"trial_templates": ["YouClickedYes"]
},
"matchedNo": {
"trial_templates": ["YouClickedNo"]
},
Here is the block sequence:
"block_sequence": ["intro", "mouseintro", "headphoneintro",
"matchAFCblock", {
"NoBranch": ["matchedNo"],
"YesBranch": ["matchedYes",
"InstrBlock", "TrainBlock1", "TrainBlock2", "TrainBlock3", "TrainBlock4", "Test1Block", "Test2Block", "Test3Block", "OvertQuestionsBlock1", "OvertQuestionsBlock2", "OvertQuestionsBlock3", "LanguageBackgroundBlock"]
}
]
Thank you in advance for your help!