You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current QuestionsPage.cpp contains all logic and UI elements related to that page. Separate the logic into its own file, and contain the UI to a single place.
Simplify the code such that repeated code is removed, and remove unnecessary code.