diff --git a/application/models/tables/CourseAceOutcomes.php b/application/models/tables/CourseAceOutcomes.php index 9d542748a5abc29c349ef619d8b423e010bc88ff..cd982a3c4188c27efb36fe9db1eb6ceb8bf3a648 100644 --- a/application/models/tables/CourseAceOutcomes.php +++ b/application/models/tables/CourseAceOutcomes.php @@ -20,7 +20,7 @@ class CourseAceOutcomes extends Nmc_Db_Table static protected $_outcomeDescriptions = array( 'SLO1' => 'Write texts, in various forms, with an identified purpose, that respond to specific audience needs, incorporate research or existing knowledge, and use applicable documentation and appropriate conventions of format and structure.', 'SLO2' => 'Demonstrate communication competence in one or more of the following ways: (a) by making oral presentations with supporting materials, (b) by leading and participating in problem-solving teams, (c) by employing a repertoire of communication skills for developing and maintaining professional relationships, or (d) by creating and interpreting visual information.', - 'SLO3' => 'Use mathematical, computational, statistical, or formal reasoning (including reasoning based on principles of logic) to solve problems, draw inferences, and determine responsableness.', + 'SLO3' => 'Use mathematical, computational, statistical, or formal reasoning (including reasoning based on principles of logic) to solve problems, draw inferences, and determine reasonableness.', 'SLO4' => 'Use scientific methods and knowledge of the natural and physical world to address problems through inquiry, interpretation, analysis, and the making of inferences from data, to determine whether conclusions or solutions are reasonable.', 'SLO5' => 'Use knowledge, historical perspectives, analysis, interpretation, critical evaluation, and the standards of evidence appropriate to the humanities to address problems and issues.', 'SLO6' => 'Use knowledge, theories, methods, and historical perspectives appropriate to the social sciences to understand and evaluate human behavior.', diff --git a/application/views/login.xhtml b/application/views/login.xhtml index cdd945fab6b2f95996c49ee57c1eef0be48b90a5..a646f15cc32e1fe18a4fbca7af938f39bd8a7b4e 100644 --- a/application/views/login.xhtml +++ b/application/views/login.xhtml @@ -13,7 +13,7 @@ <input type="submit" value="Login" /><br /> </form> Use your MyUNL (blackboard) login/password - <a href="http://my.unl.edu/webapps/blackboard/password">Forgot userername or password?</a> + <a href="http://my.unl.edu/webapps/blackboard/password">Forgot username or password?</a> </div> </div>