The marked answer is False. While good practice encourages a connector for every explicit named return value, Decision shapes support an "Otherwise"/default connector that catches any return value not explicitly wired, so it's not strictly mandatory to have one connector per possible value — the catch-all default satisfies unmodeled outcomes. This makes the absolute statement ("there must be one Connector...for every possible return value") false, since the default path is a valid substitute.