Skip to content

Commit

Permalink
Fix: Added diversity to the question
Browse files Browse the repository at this point in the history
  • Loading branch information
UO283615 committed Apr 28, 2024
1 parent fe37443 commit 5d00180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class VideogamesReleaseDate extends QuestionTemplate {
List<String> videoGameLabels;

private static final String[] spanishStringsIni = {"¿Cuándo fue publicado ", "¿En qué fecha fue lanzado ", "¿Cuándo fue lanzado ", "¿En qué fecha fue publicado "};
private static final String[] spanishStringsIni = {"¿Cuándo se publicó ", "¿En qué fecha fue lanzado ", "¿Cuándo fue lanzado ", "¿En qué fecha fue publicado "};
private static final String[] englishStringsIni= {"When was ", "On what date was ", "When was ", "On what date was "};

private static final String[] spanishStringsFin = {"?", "?", "?", "?"};
Expand Down

0 comments on commit 5d00180

Please sign in to comment.