4  Methods of Teaching in Higher Learning

Methods of teaching in higher learning are organised on two axes:

  1. Teacher-centred versus Learner-centredwho drives the lesson.
  2. Off-line versus On-linewhere and how the lesson is delivered (including SWAYAM, SWAYAM PRABHA, MOOCs).
TipThe Two-Axis Matrix
Teacher-centred Learner-centred
Off-line Lecture, demonstration, chalk-and-talk Seminar, tutorial, project, problem-based learning
On-line Recorded lecture video, broadcast TV (SWAYAM PRABHA) MOOC with peer interaction, virtual lab, flipped classroom

4.1 Teacher-Centred vs Learner-Centred

In a teacher-centred method, the teacher is the primary source of content, controls pace, and decides what counts as a correct answer. In a learner-centred method, the learner is an active producer of meaning, controls some of the pace, and the teacher acts as facilitator. NEP-2020 endorses a shift toward the learner-centred end of the spectrum (Ministry of Education, Government of India, 2020).

TipTeacher-Centred and Learner-Centred Methods Compared
Dimension Teacher-centred Learner-centred
Source of content Teacher Teacher + learner + peers + resources
Role of teacher Authority, expert, presenter Facilitator, guide, designer
Role of learner Passive receiver, note-taker Active producer, investigator, peer-teacher
Pace Set by teacher Negotiated; often differentiated
Assessment Mostly summative; teacher-set Mix of formative and summative; often peer/self-assessment
Strengths Coverage, efficiency, structure Engagement, retention, transfer
Limitations Low engagement, low retention beyond exam Time-consuming, demands prepared learners
Typical methods Lecture, demonstration, recitation Seminar, tutorial, project, case method, PBL, flipped classroom

flowchart LR
  T[Teacher-centred<br/>Lecture · Demo · Recitation] --> M[Mixed methods<br/>Lecture + tutorial · Seminar after lecture]
  M --> L[Learner-centred<br/>Project · Case · PBL · Flipped]
    classDef default fill:#003366,color:#ffffff,stroke:#ffcc00,stroke-width:3px,rx:10px,ry:10px;

A working higher-education classroom uses a blend — a lecture to introduce a difficult concept, followed by a tutorial in which the learner attempts the application, followed by a seminar in which the learner presents and defends an extension.

4.2 Off-line Methods

TipSix Off-line Methods of Teaching
Method What it does Best for cognitive level When to choose
Lecture Teacher presents organised content; learners listen and take notes Memory and understanding Large class, new content, time pressure
Demonstration Teacher performs a procedure; learners observe and replicate Understanding (psychomotor) Skill, technique, lab procedure
Discussion Teacher poses a question; learners exchange views Understanding to reflective Open-ended topic, multiple viewpoints
Seminar Learner presents a paper; class engages and debates Reflective Senior-level, current topic
Tutorial Small group works through problems with teacher guidance Application and analysis Reinforcement after lecture
Project / Problem-based learning Learners investigate an authentic problem over weeks Reflective (analyse, evaluate, create) Integration across topics

The lecture method is the most common — and the most criticised. It is efficient but retention beyond a week without reinforcement is poor; the lecture should be paired with at least one of the other five methods.

4.3 On-line Methods and Government of India Platforms

The Government of India has built a tiered digital infrastructure for higher learning. The candidate is expected to recognise three load-bearing platforms — SWAYAM, SWAYAM PRABHA and MOOCs — and to distinguish them by what they deliver and how the learner accesses them.

TipOn-line Higher-Learning Platforms — Government of India
Platform Full form / nature What it delivers Access mode
SWAYAM Study Webs of Active-learning for Young Aspiring Minds MOOCs offered by Indian universities; certificate via proctored exam Web platform, self-paced
SWAYAM PRABHA Series of free DTH (Direct-to-Home) educational TV channels Curriculum-based lectures broadcast continuously Television (32+ DTH channels)
MOOCs Massive Open Online Courses (generic term) Video lectures, readings, assignments, peer discussion Web platform; large enrolment
NPTEL National Programme on Technology Enhanced Learning Engineering and science MOOCs Web; certification via exam
National Digital Library of India (NDLI) National e-content repository Books, journals, theses, audio-video Web, app
Virtual Labs Government-of-India initiative Browser-based laboratory simulations Web
e-PG Pathshala UGC postgraduate e-content Subject e-modules, e-text Web
DIKSHA Digital Infrastructure for Knowledge Sharing School e-content; teacher development Web, app

flowchart TB
  G[Government of India<br/>Ministry of Education] --> S1[SWAYAM<br/>MOOC platform]
  G --> S2[SWAYAM PRABHA<br/>32+ DTH channels]
  G --> N[NPTEL<br/>Engineering / Science MOOCs]
  G --> D[NDLI<br/>National Digital Library]
  G --> V[Virtual Labs]
  G --> P[e-PG Pathshala]
  G --> K[DIKSHA<br/>School + teacher dev.]
    classDef default fill:#003366,color:#ffffff,stroke:#ffcc00,stroke-width:3px,rx:10px,ry:10px;

Two distinctions are exam-decisive:

  • SWAYAM is a web MOOC platform; SWAYAM PRABHA is a DTH television channel network. NTA distractors swap these constantly.
  • MOOC is a generic term; SWAYAM and NPTEL are specific Indian implementations of the MOOC model.

4.4 Other Method-Frames

TipThree Working Method-Frames
Method-frame Working description When to recognise it
Inductive vs Deductive Inductive moves from particular instances to a general rule; deductive moves from rule to instance Stems about teaching maxims or sequence of content
Heuristic / Discovery / Inquiry Learner is guided to discover a principle for herself Stems about Armstrong’s heuristic method or guided discovery
Synchronous vs Asynchronous online Synchronous = same time (live class); asynchronous = different time (recorded lecture) Stems about online teaching modes or MOOC structure

Example. A live Zoom class is synchronous. A SWAYAM video the learner watches at midnight is asynchronous. SWAYAM PRABHA’s broadcast schedule is technically synchronous in time but asynchronous in interaction.

4.5 Flipped Classroom and Blended Learning

TipFlipped vs Blended
Arrangement Pre-class activity In-class activity Post-class activity
Flipped classroom Learner watches a video / reads a chapter at home Class time used for problem-solving, discussion, application Reflection, assignment
Blended learning Mix of online and face-to-face activity, designed together Some sessions online, some face-to-face Continuous assessment across both

A flipped classroom is a type of blended learning; not every blend is flipped. The defining feature of flipped is that the first encounter with content happens at home, freeing class time for higher-order activity.

4.6 Choosing a Method

TipFour Questions to Choose a Method
Question Implication
What level of cognition does the objective demand? Memory → lecture; understanding → discussion; reflective → project, PBL
How many learners are in the class? Large → lecture, MOOC; small → seminar, tutorial
What is the learner’s readiness? Low → teacher-centred; high → learner-centred
What infrastructure exists? No connectivity → off-line; reliable Wi-Fi → on-line or blended

flowchart TB
  Q1{Cognitive<br/>level?}
  Q1 -->|Memory| L[Lecture]
  Q1 -->|Understanding| D[Discussion · Demonstration]
  Q1 -->|Reflective| P[Project · PBL · Seminar]
  L --> Q2{Class size?}
  D --> Q2
  P --> Q2
  Q2 -->|Large| LARGE[Lecture · MOOC]
  Q2 -->|Small| SMALL[Tutorial · Seminar]
    classDef default fill:#003366,color:#ffffff,stroke:#ffcc00,stroke-width:3px,rx:10px,ry:10px;

4.7 Practice Questions

Q 01 SWAYAM Full Form Easy

SWAYAM stands for:

  • AStudy Webs of Active-learning for Young Aspiring Minds
  • BSkill-based Web Access for Yearly Academic Modules
  • CSelf-paced Web Access for Young Adult Minds
  • DState Web for Aspiring Young Academic Minds
View solution
Correct Option: A
SWAYAM = Study Webs of Active-learning for Young Aspiring Minds.
Q 02 Learner-Centred Methods Easy

Which of the following is not a learner-centred method?

  • AProject method
  • BSeminar
  • CLecture
  • DProblem-based learning
View solution
Correct Option: C
The lecture is the most teacher-centred method of the four.
Q 03 SWAYAM PRABHA Medium

SWAYAM PRABHA is best described as:

  • AA web-based MOOC platform offered by IITs
  • BA series of free DTH (Direct-to-Home) educational television channels
  • CA digital library of books and journals
  • DA virtual laboratory platform
View solution
Correct Option: B
SWAYAM PRABHA is the DTH television channel network (32+ free-to-air channels); SWAYAM is the web MOOC platform.
Q 04 Flipped Classroom Easy

In a flipped classroom, what does the learner typically do before coming to class?

  • ATake a quiz
  • BWatch a video or read the assigned material
  • CSubmit the project
  • DSit for a peer-assessment
View solution
Correct Option: B
The flip is that the first encounter with content happens at home; class time is reserved for higher-order activity.
Q 05 GoI Platforms Hard

Match the platform with what it primarily offers:

(i) SWAYAM (a) Engineering and science MOOCs
(ii) NPTEL (b) Postgraduate e-content modules
(iii) NDLI (c) MOOCs from Indian universities
(iv) e-PG Pathshala (d) National Digital Library — books, journals, theses
  • A(i)-(c), (ii)-(a), (iii)-(d), (iv)-(b)
  • B(i)-(a), (ii)-(c), (iii)-(b), (iv)-(d)
  • C(i)-(b), (ii)-(d), (iii)-(a), (iv)-(c)
  • D(i)-(d), (ii)-(b), (iii)-(c), (iv)-(a)
View solution
Correct Option: A
SWAYAM → MOOCs from Indian universities; NPTEL → engineering and science; NDLI → digital library; e-PG Pathshala → PG e-content modules.
Q 06 Asynchronous Teaching Medium

A teacher records a lecture and uploads it on the LMS for students to watch any time before the next class. This is an example of:

  • ASynchronous on-line teaching
  • BAsynchronous on-line teaching
  • CSynchronous off-line teaching
  • DHybrid summative assessment
View solution
Correct Option: B
Asynchronous = learner engages at a different time from when the teacher recorded it.
Q 07 Choice of Method Medium

Which method is most appropriate for a class of 8 senior postgraduate students working on current research literature?

  • ALecture
  • BDemonstration
  • CSeminar
  • DDrill and practice
View solution
Correct Option: C
Seminars suit small senior classes engaging with current literature.
Q 08 NEP 2020 Easy

NEP 2020 explicitly recommends a shift toward which end of the methods spectrum?

  • ATeacher-centred and exam-driven
  • BLearner-centred, multidisciplinary and competency-based
  • CPure online delivery for all higher education
  • DMemorisation and rote learning
View solution
Correct Option: B
NEP 2020 endorses learner-centred, multidisciplinary, competency-based education.
ImportantQuick recall
  • Two axes: Teacher-centred vs Learner-centred + Off-line vs On-line.
  • Off-line methods: Lecture, Demonstration, Discussion, Seminar, Tutorial, Project/PBL.
  • Government India platforms: SWAYAM (MOOC web), SWAYAM PRABHA (DTH TV), NPTEL (engineering MOOCs), NDLI (digital library), e-PG Pathshala (PG e-content), Virtual Labs, DIKSHA (school).
  • Synchronous = same time; Asynchronous = different time.
  • Flipped classroom: content at home, application in class. A flipped class is always blended; a blended class is not always flipped.
  • NEP-2020 → learner-centred, multidisciplinary, competency-based.