static bool checkDifficulty(String eventId, int targetDifficulty) { return getDifficulty(eventId) >= targetDifficulty; }