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

        self._keyboard.flush()
        self.experiment.srbox.start()
        base_response_item.run(self)
        self.experiment.srbox.stop()
	def run(self):

		"""See item."""

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

		"""See item."""

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

		"""See item."""

		self._keyboard.flush()
		self.experiment.srbox.start()
		base_response_item.run(self)
		self.experiment.srbox.stop()
    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
Exemple #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)
Exemple #8
0
    def run(self):
        """See item."""

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

		"""See item."""

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

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