Variable Scope
If you can teach Variable Scope using $marks = 72, you know it. If you only know the heading, you don’t.
Do Variable Scope once by hand. $name = 'Asha';. Change one input. Say the new result out loud.
Without Variable Scope, a result script gets messy and $marks = 72 is hard to trust.
Variable Scope shows up in a result script. Name $marks = 72, not “a real-world scenario”.
Variable Scope trap — using marks without $. Ananya loses marks for that every viva.
After Variable Scope, Ananya should still remember using marks without $.
Close Variable Scope with — “If I skip it, $marks = 72 goes wrong like this: using marks without $.”
Say Variable Scope in one breath, then $name = 'Asha';, then using marks without $.