Skip to content

Commit

Permalink
Fix swapped slots in probing_questions.json
Browse files Browse the repository at this point in the history
Northwest and northeast were swapped in the probing question text.
  • Loading branch information
briemadu authored Jun 9, 2023
1 parent da72200 commit 36ce0e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"Does the questioner know what is at the center?"
],
"northwest": [
"Does the questioner know what is in the northeast?"
"Does the questioner know what is in the northwest?"
],
"northeast": [
"Does the questioner know what is in the northwest?"
"Does the questioner know what is in the northeast?"
],
"southwest": [
"Does the questioner know what is in the southwest?"
Expand All @@ -44,4 +44,4 @@
"outside": [
"Does the questioner know what is outside?"
]
}
}

0 comments on commit 36ce0e1

Please sign in to comment.