Example #1
0
    def run(self):
        """See item."""

        self._keyboard.flush()
        self.experiment.srbox.start()
        base_response_item.run(self)
        self.experiment.srbox.stop()
Example #2
0
	def run(self):

		"""See item."""

		if self._flush:
			self._keyboard.flush()
		base_response_item.run(self)
Example #3
0
	def run(self):

		"""See item."""

		self._t0 = self.set_item_onset()
		self.sampler.play()
		base_response_item.run(self)
Example #4
0
	def run(self):

		"""See item."""

		self._keyboard.flush()
		self.experiment.srbox.start()
		base_response_item.run(self)
		self.experiment.srbox.stop()
Example #5
0
    def run(self):
        """See item."""

        if self._flush:
            self._mouse.flush()
        # Show cursor if necessary
        if self.var.show_cursor == u'yes':
            self._mouse.visible = True
        base_response_item.run(self)
        self._mouse.visible = False
Example #6
0
	def run(self):

		"""See item."""

		if self._flush:
			self._mouse.flush()
		# Show cursor if necessary
		if self.var.show_cursor == u'yes':
			self._mouse.visible = True
		base_response_item.run(self)
		self._mouse.visible = False
    def run(self):
        """See item."""

        if self._flush:
            self._keyboard.flush()
        base_response_item.run(self)
Example #8
0
    def run(self):
        """See item."""

        self._t0 = self.set_item_onset(self.canvas.show())
        base_response_item.run(self)
Example #9
0
	def run(self):

		"""See item."""

		self._t0 = self.set_item_onset(self.canvas.show())
		base_response_item.run(self)
Example #10
0
    def run(self):
        """See item."""

        self._t0 = self.set_item_onset()
        self.sampler.play()
        base_response_item.run(self)