Reworded the question

This commit is contained in:
tanvidadu 2018-07-29 20:32:10 +05:30 committed by Nicolas Raoul
parent ff2a89a054
commit 6f7793e5b0
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ public class QuizController {
quiz.add(q3); quiz.add(q3);
QuizQuestion q4 = new QuizQuestion(4, QuizQuestion q4 = new QuizQuestion(4,
context.getResources().getString(R.string.quiz_question_string), context.getResources().getString(R.string.quiz_screenshot_question),
URL_FOR_SCREENSHOT, URL_FOR_SCREENSHOT,
false, false,
context.getResources().getString(R.string.screenshot_answer)); context.getResources().getString(R.string.screenshot_answer));

View file

@ -323,6 +323,7 @@
<string name="continue_message">Continue</string> <string name="continue_message">Continue</string>
<string name="correct">Correct Answer</string> <string name="correct">Correct Answer</string>
<string name="wrong">Wrong Answer</string> <string name="wrong">Wrong Answer</string>
<string name="quiz_screenshot_question">Is this screenshot OK to upload?</string>
<string name="delete_recent_searches_dialog">Are you sure you want to clear your search history?</string> <string name="delete_recent_searches_dialog">Are you sure you want to clear your search history?</string>
<string name="search_history_deleted">Search history deleted</string> <string name="search_history_deleted">Search history deleted</string>