visiomode.protocols.gonogo.GoNoGo

class visiomode.protocols.gonogo.GoNoGo(target, distractor, corrections_enabled='false', **kwargs)

Bases: Task

__init__(target, distractor, corrections_enabled='false', **kwargs)

Methods

__init__(target, distractor[, ...])

get_child(child_id)

get_children()

Return all inheriting children as a list.

get_common_name()

"Return the human-readable, space-separated name for the class.

get_form()

get_identifier()

Generate lowercase identifier for the class.

get_random_stimulus()

hide_stimulus()

on_correct()

on_incorrect()

on_no_response()

on_precued()

on_protocol_end()

on_protocol_start()

on_stimulus_start()

on_trial_end()

on_trial_start()

parse_trial(trial_start, outcome[, ...])

show_stimulus()

start()

Start the protocol

stop()

trial_block()

Trial block

update()

Protocol event handling and graphics rendering

update_stimulus()

Attributes

form_path

classmethod get_children()

Return all inheriting children as a list.

classmethod get_common_name()

“Return the human-readable, space-separated name for the class.

classmethod get_identifier()

Generate lowercase identifier for the class.

start()

Start the protocol

trial_block()

Trial block

update()

Protocol event handling and graphics rendering