Skip to content
Snippets Groups Projects

Sc209/dropdown menus

Merged Ghost User requested to merge SC209/dropdown-menus into review-window
1 file
+ 8
6
Compare changes
  • Side-by-side
  • Inline
+ 8
6
@@ -10,6 +10,14 @@ class ShadowTask:
self._results = None
self._delays = None
def __str__(self):
return ("participant: {} video: {} condition: {} result: {}"
.format(self._participant,
self._video,
self._condition,
self._results))
@property
def participant(self):
return self._participant
@@ -46,9 +54,3 @@ class ShadowTask:
def delays(self, delays):
self._delays = delays
def __str__(self):
return ("participant: {} video: {} condition: {} result: {}"
.format(self._participant,
self._video,
self._condition,
self._results))
Loading