diff --git a/tutorials/04_Import/Importing_Event_Epoch_Info.md b/tutorials/04_Import/Importing_Event_Epoch_Info.md index 0fca310..e16a368 100644 --- a/tutorials/04_Import/Importing_Event_Epoch_Info.md +++ b/tutorials/04_Import/Importing_Event_Epoch_Info.md @@ -283,19 +283,43 @@ stimulus/response task, with subject responses being either 'correct' or 'wrong' and response latencies recorded in milliseconds. Then the epoch event file might look something like this: -|:----------------------------:|:------------------------------:|:---------------------------------------:| -|**Epoch** |**Response** |**Response_latency** | -|1 | Correct | 502 | -|2 | Correct | 477 | -|3 | Correct | 553 | -|4 | Correct | 612 | -|5 | Wrong | 430 | -|6 | Correct | 525 | -|7 | Correct | 498 | -|8 | Correct | 601 | -|9 | Correct | 398 | -|10 | Correct | 573 | - +
Epoch | +Response | +Response_latency | +
1 | +Correct | +502 | +
2 | +Correct | +477 | +
3 | +Correct | +553 | +
4 | +Correct | +612 | +
5 | +Wrong | +430 | +
... | +... | +... | +