The correct response is:
In unit tests, each module is checked independently, whereas, in integration tests, all modules are combined and checked.
This accurately defines the difference between unit tests (which focus on individual components in isolation) and integration tests (which evaluate the interactions between those components).