stroop | A console-only Github Issues board inspired by Waffle.io | Command Line Interface library
kandi X-RAY | stroop Summary
kandi X-RAY | stroop Summary
A console-mode Github issue board written in Go.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- getRemotes returns a slice of Remote objects
- Layout provides the layout for the controller .
- initKeybindings initializes the keybinding .
- Main entry point .
- startClient starts a stroop client .
- ReadConfig reads config file at path .
- NewController returns a new stroop controller .
- CreateCommentView creates a comment view .
- CleanBody returns the body
- LeftRightCenter is the opposite of LeftRightCenter
stroop Key Features
stroop Examples and Code Snippets
Community Discussions
Trending Discussions on stroop
QUESTION
I have a DF with behavioral data of an experiment (emotional stroop task) with trials which are either congruent or incrongruent. example:
...ANSWER
Answered 2020-Jul-06 at 10:04You can use lag
to get n - 1
value :
QUESTION
Hi i am running an experiment which has 120 trials. i want to add a break in the loop every 30 trials and wait for the participants to press a key when they are ready to continue. my code for the loop looks like this
...ANSWER
Answered 2020-Mar-09 at 12:54You can use enumerate to keep track of the number of iterations made:
QUESTION
I am using a custom excerpt in my blog post, but I got an empty output if the length of excerpt is too long.
If I reduce some words in excerpt, then it worked. Do you have any ideas how to fix it?
Thank you
My post configuration:
...ANSWER
Answered 2019-Jul-04 at 07:14Ok. I managed to reproduce your problem using this file.
And it was because of a colon used in your front matter post_description
.
eg : post_description: In a Stroop task, ... The task has two conditions: a congruent ...
To fix this, you can use quotes or double quotes.
QUESTION
I need to develop a simple interface for Stroop test using Python, but I don't know how to start it in Python.
The interface would be like:
10 seconds in a blank screen, the 10 seconds with a colored word on the center of the screen. This would repeat like 10 times, then finish the application.
The problem is: I don't know if I have to use Tkinter + anothe lib (timed events), or if Tkinter provides the methods to use timed events.
Could anyone enlight me,please?
Thank you very much!
...ANSWER
Answered 2018-Sep-12 at 04:12Timed events can be handled in tkinter with root.after
, and the number of reps using a parameter, and a test on the value of this parameter.
here is a short example that shows a text label alternatively on a simple window:
QUESTION
I'm working on a small C# Winforms
application that replicates several visual experiments concerning cognitive psychology. Instead of using premade images, I was trying to create them programmatically to train my skills.
Now I'm working on the Stroop Effect and I'm attempting to reproduce the following image:
I prepared two distinct arrays, one containing the colors and one containing the name of the colors:
...ANSWER
Answered 2017-Dec-31 at 00:12You could do the following:
Implement a rule of valid colors for each name:
QUESTION
I created a Stroop-like reaction time task in MATLAB and looking at pilot results suggests there might be something wrong with my code (the congruency effect is much bigger than expected). I suspect I may be recording RTs wrong, so could anyone help me out with whether the following setup is okay?
On any given trial, two events happen (following a fixation cross): first, the target stimulus is presented for a max of 3 seconds (or until response), then the participant has to press a button to start the next trial. RT for both buttonpresses (target and trial-start button) is recorded. Here's my code:
...ANSWER
Answered 2017-Oct-31 at 02:50You are correct that GetSecs
returns the time whenever it is called. But, although not the cause of your error, calling GetSecs after each window Flip isn't necessary, because the Flip function returns the estimate of stimulus onset, as the second output of the function. So for example, instead of:
Screen('Flip', mainwin); timeStart = GetSecs;
You can just use
[~, timeStart] = Screen('Flip', mainwin);
I don't notice anything obviously wrong in the code, when you say the RTs seem incorrect, do they seem too fast, or too slow? Personally I would use KbReleaseWait
after collecting RT to wait until the Key has been released, but perhaps FlushEvents is doing a similar thing here.
QUESTION
Below is some background information about my dataset if you want to understand where my question comes from (I actually want to merge datasets, so maybe somebody knows a more efficient way).
The question: How to replace only the final character of a variable name in R with nothing (for multiple variables)?
I tried using the sub() function and it worked fine, however, some variable names contain the character I want to change multiple times (e.g. str2tt2). I only want to 'remove' or replace the last '2' with blank space.
Example: Suppose I have a dataset with these variable names, and I only want to remove the last '_2' characters, I tried this:
...ANSWER
Answered 2017-Aug-10 at 16:44We need to use the metacharacter $
suggesting the end of the string on the original dataset column names
QUESTION
This is a simple script that is used to calculate Z scores of some neuropsychological tests.
But recently the code seems to be running on the background even after exiting the program. This problem didn't exist before, I use the following startup piece to ensure program is running with elevation, and is correct size for the display.
Program can be shut down using a "exit" command that raises SystemExit or just by pressing the X button on the top bar. Program keep running on the background regardless.
Where did I go wrong?
...ANSWER
Answered 2017-Jul-01 at 20:08Forgot to close the excel file after writing, that seemingly fixed the problem, thanks for everyone helping out.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install stroop
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page