#include "question_repository.hpp"
// TODO: Implement an external provider for questions.
-static std::vector<Question> questions
- = { "What does your morning routine look like?",
- "What do you like the most about your job?" };
+static std::vector<Question> questions = { "What does your morning routine look like?",
+ "What do you like the most about your job?",
+ "What is life in your country like?",
+ "What are your hobbies?",
+ "What do you do for a living?",
+ "Why are you learning X language?",
+ "Where have you traveled to?",
+ "What is your favourite food?",
+ "What kind of books do you like reading?" };
std::vector<Question> InMemoryQuestionRepository::list_questions() noexcept
{