``` if(container.type === Container.Type.EXERCISE)...
# announcements
c
Copy code
if(container.type === Container.Type.EXERCISE)
    providedContainers.find { it.type === Container.Type.EXPLAIN }?.let { containerList.add(it) }