Skip to content

tricky randomization and block breaking #1052

Answered by becky-gilbert
viviantic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @viviantic! Sorry for the delay in responding to your question. Would you still like some help with this? If so could you share the way that you've structured your trial data? E.g. something like this:

var trial_info = [
  {condition: '1a', set: '1', type: 'critical', filler_number: 'NA'},
  {condition: '1b', set: '1', type: 'critical', filler_number: 'NA'},
  ...
  {condition: '2a', set: '2', type: 'critical', filler_number: 'NA'},
  {condition: '2b', set: '2', type: 'critical', filler_number: 'NA'},
  ...
  {condition: 'NA', set: 'NA', type: 'filler', filler_number: '1'},
  {condition: 'NA', set: 'NA', type: 'filler', filler_number: '2'}
];

Of course it doesn't need to be set up this…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
11 replies
@viviantic
Comment options

@becky-gilbert
Comment options

@viviantic
Comment options

@becky-gilbert
Comment options

@viviantic
Comment options

Answer selected by viviantic
Comment options

You must be logged in to vote
1 reply
@viviantic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants