Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
branching changes
#1
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!
Reply


Messages In This Thread
branching changes - by jwright8 - 03-13-2022, 03:57 PM
RE: branching changes - by Ting - 03-14-2022, 09:17 AM
RE: branching changes - by jwright8 - 03-15-2022, 11:21 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)