{
  "translations": {
    "en": {
      ".avTitle": "Sorted Array Find",
      "av_Authors": "Anna Boekelheide",
      ".instructLabel": "Instructions:",
      ".instructions": "<p>The simplest way to find a value in a sorted array is to do a <strong>linear search</strong>. The program starts at the beginning and looks at each value in the array one by one until it finds the correct value.</p><p> In this exercise, you will simulate a linear search for five values in a sorted array. </p><ol><p><li>Click the 'Next' button until you've reached the correct value.</li></p></p><li>Click 'Found' once you have reached the correct value.</li><p><p><li>Repeat until there are no more values left to find.</li></p></ol>",
      "#about": "About"
    }
  },
  "params": {
    "JXOP-feedback": "continuous",
    "JXOP-fixmode": "fix"
  }
}
