Bad use case? Using repeatable components for sequential screens, instead of for the layout of a single page?

Hi everyone,

Sorry if this is a stupid question as I am new to Strapi.

We were thinking of using Strapi in a learning app with lessons. Each lesson would have multiple questions, and each question would be a separate screen. We are considering using repeatable components for the questions/screens.

This seems like it might not be the intended use case of repeatable components, because the only examples I’ve seen involve a single page layout.

Is it a bad idea? I see at least one potential issue: the 2 level nesting limitation for components.

Thank you!