Designing an Online Course
Opportunities to Rethink Our Face-to-Face Courses
2025-09-29
What could online courses ever teach us F2Fers?
The pandemic
MOTS and BAU but in online form
Each one of us has designed an online course.
- What did you learn from the experience?
- What did you complain about?
- Did you radically change things for your own courses?
Each one of us has actually attended an online course at some point.
Realities we face
- Student preparation is never ideal
- Never mind student retention of past materials
- Need quick and direct solutions to onboard students
- Cannot teach in the usual way for face-to-face classes
Motivations for rethinking
Motivations for rethinking
Student welfare
- High student workload (18*3 contact hours)
- Complaints about fast pace leading to being overwhelmed
- Students don’t necessarily know what their future looks like
Motivations for rethinking
Faculty welfare
- Difficult to play multiple roles anymore
- Accountability to colleagues when teaching prerequisites
- Strong need for solutions outside the university infrastructure, especially in the age of reduced funding
What solutions have been incubating in my mind?
Distilled in one slide
- Be brutal about shortening the course content.
- Want to add a pet topic? Remove a different topic.
- Don’t use up the total contact hours. Aim for using only half of it for lectures.
- Present the difficult applications right away.
- Exploit technology which can be reused.
Origins of the previous slide
Recent funding from Korean Ministry of Education for two courses:
- Differential calculus for economic analysis
- Precalculus in the age of AI
Audience: First year economics majors
Participation: Completely voluntary
Demands: Lectures and problem sets
Solving nonlinear equations
If \(x\) is on the horizontal axis and \(y\) is on the vertical axis, when does \(y= x^6 +3x^2 -2x-1\) cross the horizontal axis?
Let’s ask MathGPT this question.
- It will answer using the rational roots theorem.
- It will suggest a numerical method and produce two solutions.
- The numerical method uses SciPy and contains many lines.
Solving nonlinear equations
Solving nonlinear equations
Solving nonlinear equations
- There was an opportunity to graph the function, but it did not.
- MathGPT does not give an answer drawing from the course.
- It gives a Python script which needs to be understood.
- Verification skills are needed. How can students take responsibility?
- What if we change the function to \(y=x^2+x+1\)?
Solving nonlinear equations
Questions for discussion
- What evidence suggests that reducing lecture hours will improve learning outcomes rather than weaken knowledge retention?
- How can we simplify and reduce course content in online learning without compromising academic rigor?
- How can students be guided to use AI tools like MathGPT critically, rather than passively relying on them?