Potentially transform class into an iterator, so users would be able to iterate over it e.g. using a `for` loop: ```python q = QuestPlus(...) for stimulus in q: ... ```