Skip to content

Commit

Permalink
Merge pull request #1 from tzhuang1/master
Browse files Browse the repository at this point in the history
Complete Mock Test
  • Loading branch information
jonters authored Aug 3, 2023
2 parents 9cb2007 + 3d04fdb commit 701fd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/innovator/solve/Question.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Question(boolean mock, String questionType, String question, TreeMap<Char
this.answer = answer;
this.explanation = explanation;
this.category = category;
this.questionPicNumber = picNumber;
this.questionPicNumber = 6;
this.explanationPicNumber = exPicNumber;

this.choices = choices;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
<string name="branchout_innovator_is_a_program_where_participants_use_their_skills_in_programming_curriculum_design_and_marketing_to_build_a_mobile_application">BranchOut! Innovator is a program where participants use their skills in programming, curriculum design, and marketing to build a mobile application.</string>
<string name="sign_In_Google">Please Sign-In to Google</string>
<string name="full_tests">Full Tests</string>
<string name="question_mark">\?</string>
</resources>

0 comments on commit 701fd8c

Please sign in to comment.