Houston Campus

Houston MACE Degree Plan

Three Year Plan

First Year

Fall Semester

CodeNameHours
BE101Bible Study Methods and Hermeneutics3
ST101Introduction to Theology3
CE101Educational Process of the Church3
SF100Spiritual Formation1 
  9 

Spring Semester

CodeNameHours
BE102Old Testament History I3
ST102Trinitarianism3
CE102History and Philosophy of C.E.3
  9 

Summer School

CodeNameHours
PM101Spiritual Life2
  2 

Second Year

Fall Semester

CodeNameHours
BE103Old Testament History II and Poetry2
ST103Angelology, Anthropology, and Hamartiology3
BE109Ruth, Psalms, Jonah, and Selected Epistles3
  8 

Spring Semester

CodeNameHours
BE104Old Testament Prophets3
ST104Soteriology3
CE105Teaching Process and Audiovisiual Presentations3
CE Elective3
  12 

Summer School

CodeNameHours
CE401Age-level Ministries3
  3 

Third Year

Fall Semester

CodeNameHours
BE105The Gospels2
BE107Hebrews, General Epistles, and Revelation3
ST105Sanctification and Ecclesiology3
  8 

Spring Semester

CodeNameHours
SL165Christian Education Internship2
BE106Acts and Pauline Epistles3
ST106Eschatology3
  8 

Summer School

CodeNameHours
CE515Family Life Education3
CE Elective3
  6 
  1. Students have two calendar years (four consecutive fall/spring semesters) to complete the SF100 spiritual formation requirement. Students who register for SF100 need to keep in mind that the course is a four-semester-long course that will meet at the same day and time each of the four semesters. See the Spiritual Formation and Leadership department for more information.
').each(function() { var degreeYear = $(this), maxHeight = 0; degreeYear.find('table').each(function() { maxHeight = Math.max(maxHeight, $(this).height()); }); degreeYear.find('table').each(function() { var table = $(this), currentHeight = table.height(), lastRow = table.find('tbody tr:last-child'), diff = maxHeight - currentHeight; console.log(maxHeight, currentHeight, diff); if (diff > 0) { lastRow.height( lastRow.height() + diff); } }); console.log(maxHeight); });