Skip to content
Snippets Groups Projects

Sc209/dropdown menus

Merged Ghost User requested to merge SC209/dropdown-menus into review-window
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
+ 9
2
@@ -15,8 +15,15 @@ class ShadowTask:
.format(self._participant,
self._video,
self._condition,
self._results))
self._results)
)
def __repr__(self):
return ("{}_{}{}"
.format(self._participant,
self._condition,
self._video)
)
@property
def participant(self):
Loading