$string['averagescore'] = 'Average score';
$string['averagetime'] = 'Average time';
$string['branchtable'] = 'Branch Table';
+$string['cannotfindanswer'] = 'Cannot find answer';
+$string['cannotfindfirstpage'] = 'Could not find first page';
+$string['cannotfindfirstgrade'] = 'Error: could not find grades';
+$string['cannotfindgrade'] = 'Could not find Grade Records';
+$string['cannotfindpages'] = 'Could not find Lesson Pages';
+$string['cannotfindpagetitle'] = 'Confirm delete: page title not found';
+$string['cannotfindpagerecord'] = 'Add end of branch: page record not found';
+$string['cannotfindpreattempt'] = 'Previous attempt record could not be found!';
+$string['cannotfindnextpage'] = 'Could not find next page';
+$string['cannotfindnewestgrade'] = 'Error: could not find newest grade';
+$string['cannotfindnextpage'] = 'Lesson Backup: Next page not found!';
+$string['cannotfindtimer'] = 'Error: could not find lesson_timer records';
+$string['cannotdeleteanswer'] = 'Update page: unable to delete answer record';
+$string['cannotdeleteattempt'] = 'Error: could not delete old attempts';
+$string['cannotdeletebranch'] = 'Error: could not delete old seen branches';
+$string['cannotinsertanswer'] = 'Cannot insert answer record';
+$string['cannotinserthighscore'] = 'Insert of new high score Failed!';
+$string['cannotinsertpage'] = 'Cannot insert new page';
+$string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table';
+$string['cannotupdateanswer'] = 'Update page: answer not updated';
+$string['cannotupdategrade'] = 'Cannot update grade';
+$string['cannotupdatelink'] = 'Cannot update link';
+$string['cannotupdatepage'] = 'Update page: page not updated';
+$string['cannotupdatetimer'] = 'Error: could not update lesson_timer table';
$string['cancel'] = 'Cancel';
$string['canretake'] = '$a can re-take';
$string['casesensitive'] = 'Use Regular Expressions';
$string['numberofpagestoshow'] = 'Number of pages (cards) to show';
$string['numberofpagesviewed'] = 'Number of questions answered: $a';
$string['numberofpagesviewednotice'] = 'Number of questions answered: $a->nquestions; (You should answer at least: $a->minquestions)';
+$string['onpostperpage'] = 'Only one posting per grade';
$string['ongoing'] = 'Display ongoing score';
$string['ongoingcustom'] = 'You have earned $a->score point(s) out of $a->currenthigh point(s) thus far.';
$string['ongoingnormal'] = 'You have answered $a->correct correctly out of $a->viewed attempts.';