Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
possible to branch based on combination of two Responses?
#2
Hello! Calculating the score based on two responses is possible by using multiple triggers. You should have two responses in your experiment: one where the target is "same" and another where the target is "different". Create two different trial templates for your trials that correspond to each different response. Then, your branching block should look like this:

"accuracyBlock": {
// block definition
"branching": {
"method": "accuracy",
"min_score": 0.8,
"triggers": [
{"trial_template": "SameTemplate", "response": "SameResponse"},
{"trial_template": "DifferentTemplate", "response":"DifferentResponse"}
],
"branches": {"pass": true, "fail": false}

Here, the min_score is calculated out of the combination of responses where "same" is the target and the responses where "different" is the target.
Reply


Messages In This Thread
RE: possible to branch based on combination of two Responses? - by Lucy - FF Researcher Support - 01-06-2021, 04:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)