Skip to content

Commit

Permalink
Merge branch '2022-03-29-Inserting-NSP-Questions' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMostow authored Jun 8, 2023
2 parents 4525efd + c3f1613 commit 76edb75
Show file tree
Hide file tree
Showing 34 changed files with 2,098 additions and 174 deletions.
36 changes: 0 additions & 36 deletions .githooks/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ android {
// Create a variable called keystorePropertiesFile, and initialize it to your
// keystore.properties file, in the sample_config_files folder, inside app/src.
def keystorePropertiesFile = rootProject.file("app/src/sample_config_files/sample_keystore.properties")

// Initialize a new Properties() object called keystoreProperties
def keystoreProperties = new Properties()

Expand Down
10 changes: 10 additions & 0 deletions app/src/main/assets/tutors/engine_descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,16 @@
"tutorName": "story_questions",
"features": "FTR_USER_HEAR:FTR_GEN"
},
"story.nsp.does.hear": {
"type": "TUTORVAR_MAP",
"tutorName": "story_questions",
"features": "FTR_USER_HEAR:FTR_NSP_DOES"
},
"story.nsp.which.hear": {
"type": "TUTORVAR_MAP",
"tutorName": "story_questions",
"features": "FTR_USER_HEAR:FTR_NSP_WHICH"
},
// "story.mix.hear": {
// "type": "TUTORVAR_MAP",
// "tutorName": "story_questions",
Expand Down
Loading

0 comments on commit 76edb75

Please sign in to comment.