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;
4 Methods of Teaching in Higher Learning
Methods of teaching in higher learning are organised on two axes:
- Teacher-centred versus Learner-centred — who drives the lesson.
- Off-line versus On-line — where and how the lesson is delivered (including SWAYAM, SWAYAM PRABHA, MOOCs).
| 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).
| 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 |
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
| 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.
| 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
| 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
| 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
| 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
SWAYAM stands for:
View solution
Which of the following is not a learner-centred method?
View solution
SWAYAM PRABHA is best described as:
View solution
In a flipped classroom, what does the learner typically do before coming to class?
View solution
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 |
View solution
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:
View solution
Which method is most appropriate for a class of 8 senior postgraduate students working on current research literature?
View solution
NEP 2020 explicitly recommends a shift toward which end of the methods spectrum?
View solution
- 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.