<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Madhulika</id>
		<title>Script | Spoken-Tutorial - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Madhulika"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Special:Contributions/Madhulika"/>
		<updated>2026-06-04T01:25:12Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C4/Understanding-the-RAG-pipeline/English</id>
		<title>Being-Creative-with-AI/C4/Understanding-the-RAG-pipeline/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C4/Understanding-the-RAG-pipeline/English"/>
				<updated>2026-05-23T16:44:41Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: Understanding the RAG Pipeline.'''&lt;br /&gt;
&lt;br /&gt;
'''Author: EdyPyramids Team.'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: RAG, Retrieval Augmented Generation, Artificial Intelligence, Embeddings, Vector Database, Vector Search, AI Chatbot, Document Chunking, AI Pipeline, Query Processing, Information Retrieval, Generative AI, EduPyramids, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this '''Spoken''' '''Tutorial''' on '''Understanding the RAG Pipeline.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn:&lt;br /&gt;
* The stages of a '''RAG pipeline.'''&lt;br /&gt;
* How a user query is processed.&lt;br /&gt;
* How retrieval improves the generated response.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer Slide'''&lt;br /&gt;
&lt;br /&gt;
As '''AI''' tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational '''AI''' '''Chatbot''' for guidance.&lt;br /&gt;
|| As '''AI''' tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational '''AI''' '''Chatbot''' for guidance.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using: &lt;br /&gt;
* '''Ubuntu 24.04 LTS, '''&lt;br /&gt;
* '''Firefox '''version''' 148.0.2'''&lt;br /&gt;
&lt;br /&gt;
Learners will also need a working internet connection&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
[https://edupyramids.org/ https://EduPyramids.org]&lt;br /&gt;
|| To follow this tutorial, &lt;br /&gt;
* Learners should know basic computer and internet usage. &lt;br /&gt;
* Basic '''AI''' knowledge is required.&lt;br /&gt;
&lt;br /&gt;
For the Prerequisite of this tutorial, visit the website shown on your screen&lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| Let us get started.&lt;br /&gt;
|- &lt;br /&gt;
|| '''RAG pipeline diagram with Retrieval + Generation blocks'''&lt;br /&gt;
|| '''RAG''' is known as '''Retrieval Augmented Generation.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Flowchart showing sequence of stages'''&lt;br /&gt;
|| It is a sequence of steps used to answer a question.&lt;br /&gt;
|- &lt;br /&gt;
|| '''AI system connected to external documents/database'''&lt;br /&gt;
|| It uses external data to generate accurate answers.&lt;br /&gt;
|- &lt;br /&gt;
|| '''AI brain with “Stored Knowledge” and “Retrieved Knowledge” labels'''&lt;br /&gt;
|| The system does not rely only on stored knowledge.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Search and retrieval animation from documents'''&lt;br /&gt;
|| It retrieves relevant information to generate answers.&lt;br /&gt;
|- &lt;br /&gt;
|| '''“Step-by-step process” illustration'''&lt;br /&gt;
|| Let us understand this step by step.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Grocery shopping chatbot interface'''&lt;br /&gt;
|| Consider a grocery app '''chatbot'''. &lt;br /&gt;
|- &lt;br /&gt;
|| '''User typing a question into chatbot'''&lt;br /&gt;
|| Ask this question: “Can I return vegetables after 2 days?”&lt;br /&gt;
|- &lt;br /&gt;
|| '''Human brain vs computer comparison graphic'''&lt;br /&gt;
|| Now the system cannot understand words directly like humans&lt;br /&gt;
|- &lt;br /&gt;
|| '''Flowchart showing processing stages'''&lt;br /&gt;
|| So it follows a series of steps to find the answer.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Text converting into vectors/numbers animation'''&lt;br /&gt;
|| First, the system converts the question into a machine-understandable form. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight the term “Embedding”'''&lt;br /&gt;
|| This process is called '''embedding'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Binary numbers or vectors beside words'''&lt;br /&gt;
|| Computers work with numbers, not words.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Words converting into numeric arrays'''&lt;br /&gt;
|| So every word is represented as a list of numbers.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Example vector representation of “vegetables”'''&lt;br /&gt;
|| For example,&lt;br /&gt;
&lt;br /&gt;
The word ‘vegetables’ may be converted into a list of numbers like:&lt;br /&gt;
&lt;br /&gt;
[0.21, 0.45, 0.78, and so on].&lt;br /&gt;
|- &lt;br /&gt;
|| '''Side-by-side vectors for vegetables and fruits'''&lt;br /&gt;
|| Similarly,&lt;br /&gt;
&lt;br /&gt;
The word ‘fruits’ will have a different set of numbers.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight closeness between vectors'''&lt;br /&gt;
|| But the values will be close to ‘vegetables’ because both are related.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Vector comparison illustration'''&lt;br /&gt;
|| Now, instead of comparing words,&lt;br /&gt;
&lt;br /&gt;
The system compares these numbers.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Similar vectors connected visually'''&lt;br /&gt;
|| If two sentences have similar '''vectors''', their meanings are similar.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Question matched with stored documents'''&lt;br /&gt;
|| This lets the system compare the question with stored documents&lt;br /&gt;
|- &lt;br /&gt;
|| '''Similarity measurement graphic'''&lt;br /&gt;
|| It helps measure sentence similarity.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Company documents or policy PDF shown'''&lt;br /&gt;
|| Next, the system searches company documents such as the return policy. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Large document splitting into blocks'''&lt;br /&gt;
|| These documents are often divided into smaller parts called '''chunks'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Three text boxes labeled Chunk 1, Chunk 2, Chunk 3'''&lt;br /&gt;
|| A return policy document may be split into '''chunks''' like this &lt;br /&gt;
|- &lt;br /&gt;
|| '''Three text boxes labeled Chunk 1, Chunk 2, Chunk 3'''&lt;br /&gt;
|| '''Chunk 1: '''Return rules for fruits and vegetables&lt;br /&gt;
&lt;br /&gt;
'''Chunk 2:''' Return rules for packaged items&lt;br /&gt;
&lt;br /&gt;
'''Chunk 3:''' Refund process and timelines&lt;br /&gt;
|- &lt;br /&gt;
|| '''Chunks converting into embeddings'''&lt;br /&gt;
|| Now, each '''chunk''' is converted into numbers using the same '''embedding''' process.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Vector database illustration with stored vectors'''&lt;br /&gt;
|| These number representations are stored in a '''database''' called a '''vector database'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Search icon over vector database'''&lt;br /&gt;
|| A '''vector database''' stores data in the form of numbers.&lt;br /&gt;
&lt;br /&gt;
It can quickly find similar meanings.&lt;br /&gt;
|- &lt;br /&gt;
|| '''User query converting into vectors'''&lt;br /&gt;
|| When you ask:&lt;br /&gt;
&lt;br /&gt;
‘Can I return vegetables after 2 days?’&lt;br /&gt;
&lt;br /&gt;
Your question is also converted into numbers.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Query vector compared with stored chunk vectors'''&lt;br /&gt;
|| Then, the system compares your question with '''chunks''' in the''' vector database'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Best matching chunk highlighted'''&lt;br /&gt;
|| It finds the most similar '''chunk'''.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
‘Fresh vegetables can be returned within 24 hours only.’&lt;br /&gt;
|- &lt;br /&gt;
|| '''Retrieved chunk sent to AI model'''&lt;br /&gt;
|| This relevant '''chunk''' is then used to generate the final answer.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Multiple retrieved policy lines displayed'''&lt;br /&gt;
|| The system compares the question with '''chunks''' and retrieves relevant '''chunks'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight retrieved policy statements'''&lt;br /&gt;
|| The system may retrieve statements such as:&lt;br /&gt;
* “Perishable items cannot be returned.” &lt;br /&gt;
* “Items can be returned within 24 hours.”&lt;br /&gt;
|- &lt;br /&gt;
|| '''Good retrieval vs bad retrieval comparison'''&lt;br /&gt;
|| Note that the quality of the final answer depends on the retrieved information.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Relevant chunk highlighted among many results'''&lt;br /&gt;
|| The system selects the most relevant information from the retrieved results.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Question and retrieved chunk combined visually'''&lt;br /&gt;
|| This information is combined with the original question.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Two blocks labeled Question and Policy Line'''&lt;br /&gt;
|| The system now has two things:&lt;br /&gt;
Your question and the relevant policy line.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Context box formed from question + retrieved text'''&lt;br /&gt;
|| Together, these form the '''context'''&lt;br /&gt;
&lt;br /&gt;
The '''AI''' uses the background information to generate an answer.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Policy statement highlighted'''&lt;br /&gt;
|| For example, from the return policy, it may find this line:&lt;br /&gt;
&lt;br /&gt;
‘Fresh vegetables can be returned within 24 hours only.’&lt;br /&gt;
|- &lt;br /&gt;
|| '''Original question shown beside retrieved statement'''&lt;br /&gt;
|| Now, this information is combined with your original question:&lt;br /&gt;
|- &lt;br /&gt;
|| '''Question displayed again prominently'''&lt;br /&gt;
|| ‘Can I return vegetables after 2 days?’&lt;br /&gt;
|- &lt;br /&gt;
|| '''Combined input entering AI model'''&lt;br /&gt;
|| So the system now has both, your question and the relevant policy information&lt;br /&gt;
|- &lt;br /&gt;
|| '''Label “Context” shown clearly'''&lt;br /&gt;
|| This combined input is called '''context'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Definition text animation'''&lt;br /&gt;
'''Context → AI → Response flowchart'''&lt;br /&gt;
|| In simple terms, '''context''' is the background information given to the system.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Final chatbot answer displayed on screen'''&lt;br /&gt;
|| Using this '''context''', the system can now generate a correct response, like this:&lt;br /&gt;
‘No, vegetables cannot be returned after 2 days.&lt;br /&gt;
&lt;br /&gt;
As the policy allows returns only within 24 hours.&lt;br /&gt;
|- &lt;br /&gt;
|| '''AI model reading retrieved chunk and question'''&lt;br /&gt;
|| The '''AI model''' reads the question and the retrieved information. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Generated answer appearing'''&lt;br /&gt;
|| It then generates an answer based on this information.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Alternative generated answer example'''&lt;br /&gt;
|| For example: &lt;br /&gt;
&lt;br /&gt;
“Vegetables are perishable items and cannot be returned after delivery.”&lt;br /&gt;
|- &lt;br /&gt;
|| '''Incorrect guessing crossed out, retrieved answer ticked'''&lt;br /&gt;
|| The system reduces guess work and bases its answer on retrieved information.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Relevant answer highlighted'''&lt;br /&gt;
|| This leads to a more relevant response.&lt;br /&gt;
&lt;br /&gt;
Without retrieval, the answer may be generic or incorrect.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Three-step pipeline animation: Question → Retrieval → Answer'''&lt;br /&gt;
|| The process is as follows: &lt;br /&gt;
* A question is asked. &lt;br /&gt;
* Relevant information is retrieved. &lt;br /&gt;
* An answer is generated.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Wrong retrieval leading to incorrect answer illustration'''&lt;br /&gt;
|| Wrong or unrelated retrieval may lead to an incorrect answer.&lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
'''In this tutorial, we learnt:'''&lt;br /&gt;
* '''The stages of a RAG pipeline.'''&lt;br /&gt;
* '''How a user query is processed.'''&lt;br /&gt;
* '''How retrieval improves the generated response.'''&lt;br /&gt;
|| In this tutorial, we learnt:&lt;br /&gt;
* The stages of a RAG pipeline.&lt;br /&gt;
* How a user query is processed.&lt;br /&gt;
* How retrieval improves the generated response.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment '''&lt;br /&gt;
&lt;br /&gt;
'''Create a simple grocery return policy with at least three rules.'''&lt;br /&gt;
&lt;br /&gt;
'''Ask the question: “Can I return vegetables after 2 days?”'''&lt;br /&gt;
&lt;br /&gt;
'''Then ask the same question again using your policy as context.'''&lt;br /&gt;
&lt;br /&gt;
'''Compare both responses and observe how retrieval improves the final answer.'''&lt;br /&gt;
&lt;br /&gt;
'''Also identify:'''&lt;br /&gt;
* '''the user question,'''&lt;br /&gt;
* '''the retrieved information, and'''&lt;br /&gt;
* '''the final answer.'''&lt;br /&gt;
|| We encourage you to do this assignment.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
&lt;br /&gt;
'''Domain Inputs: Bhavani Shankar R and Saisudha Sugavanam '''&lt;br /&gt;
&lt;br /&gt;
'''Script Writer: Ketki Naina'''&lt;br /&gt;
&lt;br /&gt;
'''Admin Reviewer: Arthi Varadarajan'''&lt;br /&gt;
&lt;br /&gt;
'''Quality Reviewer: Sakina Sidhwa'''&lt;br /&gt;
&lt;br /&gt;
'''Novice Reviewer: Misbah Samir'''&lt;br /&gt;
&lt;br /&gt;
'''AI Narration: Debosmita Mukherjee'''&lt;br /&gt;
&lt;br /&gt;
'''AI Graphics: Arvind Pillai'''&lt;br /&gt;
&lt;br /&gt;
'''Video Editor: Arvind Pillai'''&lt;br /&gt;
&lt;br /&gt;
'''Web Developer: Ankita Singhal'''&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 9'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
&lt;br /&gt;
'''This Spoken Tutorial is brought to you by EduPyramids Educational Services Private Limited at SINE, IIT Bombay. '''&lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</id>
		<title>Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English"/>
				<updated>2026-05-22T23:51:06Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide 1'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Importance of Critical Thinking in the AI Era'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives 2'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of '''AI''' and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using the following setup.&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''.&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
Learners should be familiar with using the internet.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
https://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''Importance-of-critical-Thinking.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link on this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| Let's get started.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show what AI can do&lt;br /&gt;
&lt;br /&gt;
| Nowadays, '''AI''' can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Difference between real and fake is hard&lt;br /&gt;
&lt;br /&gt;
| As a result, it's difficult to distinguish between what is true and what's not.&lt;br /&gt;
&lt;br /&gt;
That's why critical thinking is important.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''What is Critical thinking?'''&lt;br /&gt;
&lt;br /&gt;
| Critical thinking means checking information before deciding if it is true.&lt;br /&gt;
&lt;br /&gt;
However, while using '''AI''', it is important to question the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Google Gemini''' icon&lt;br /&gt;
&lt;br /&gt;
| For this demonstration, we will use '''Google Gemini'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open Firefox browser.&lt;br /&gt;
&lt;br /&gt;
Type: https://gemini.google.com/app&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open the Firefox web browser.&lt;br /&gt;
&lt;br /&gt;
In the address bar type this '''url''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on homepage&lt;br /&gt;
&lt;br /&gt;
| Gemini Homepage opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Enter a prompt for Gemini.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Under &amp;quot;Where should we start?&amp;quot;, there is a '''prompt bar'''.&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Enter a prompt for Gemini&amp;quot;''' appears as default.&lt;br /&gt;
&lt;br /&gt;
Type: Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Output&lt;br /&gt;
&lt;br /&gt;
| Notice, '''Gemini''' generates an answer with several benefits.&lt;br /&gt;
&lt;br /&gt;
The answer seems correct but should we trust it completely?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
| Think!&lt;br /&gt;
&lt;br /&gt;
Is this scientifically proven?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: Please provide sources for this prompt&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Type: Please provide sources for this output and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output.&lt;br /&gt;
&lt;br /&gt;
| Review the provided sources.&lt;br /&gt;
&lt;br /&gt;
'''Click''' links to verify the source.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reviewing the output&lt;br /&gt;
&lt;br /&gt;
|Check if it's research based or just '''social media''' opinion.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open a new tab.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open a new tab.&lt;br /&gt;
&lt;br /&gt;
In the address bar '''type''' Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the answer&lt;br /&gt;
&lt;br /&gt;
| We can see it generated the answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the first link.&lt;br /&gt;
&lt;br /&gt;
| Open the top '''links''' and read what it has to say.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the webpage answer.&lt;br /&gt;
&lt;br /&gt;
| You may notice that the '''AI's''' answer may not be entirely accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We should not accept or rely on '''AI''' answers directly.&lt;br /&gt;
&lt;br /&gt;
We must always verify and understand them first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Forwarded message&lt;br /&gt;
&lt;br /&gt;
| Now let us look at another example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
| Imagine receiving this message on Edison's birth anniversary.&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Forwarded message&lt;br /&gt;
&lt;br /&gt;
| Nowadays '''AI''' can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
It is easy to create such messages using '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
Forwarding messages&lt;br /&gt;
&lt;br /&gt;
| Think about it.&lt;br /&gt;
&lt;br /&gt;
Should we trust and forward this message?&lt;br /&gt;
&lt;br /&gt;
Is this fully true?&lt;br /&gt;
&lt;br /&gt;
Did only one person invent the light bulb?&lt;br /&gt;
&lt;br /&gt;
Why is it asking you to forward this message?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
| Let us verify the actual information.&lt;br /&gt;
'''Bold text'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open google new tab.&lt;br /&gt;
&lt;br /&gt;
| Open a '''search engine''' on a new tab.&lt;br /&gt;
&lt;br /&gt;
I'm using Google.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| In the '''address bar''', '''type''' '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Output.&lt;br /&gt;
&lt;br /&gt;
| The search results are displayed.&lt;br /&gt;
&lt;br /&gt;
Open the top three '''links''' from the results.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight scientists' names.&lt;br /&gt;
&lt;br /&gt;
| We can see that the message is not fully accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| The message seems too general and may not be accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We will be spreading wrong information.&lt;br /&gt;
&lt;br /&gt;
So, do not forward messages without verifying.&lt;br /&gt;
&lt;br /&gt;
Always check before sharing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Caution slide'''&lt;br /&gt;
&lt;br /&gt;
AI and online content may be incorrect or incomplete.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
| '''AI''' generated content can be incorrect or misleading.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
Always question, analyze and verify.&lt;br /&gt;
&lt;br /&gt;
Verify information from trusted and reliable sources.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of AI and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
| With this we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of '''AI''' and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
&lt;br /&gt;
Take any forwarded message&lt;br /&gt;
&lt;br /&gt;
Use the above steps to check if the message is true or not&lt;br /&gt;
&lt;br /&gt;
| We encourage you to do this assignment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement Slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final Slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</id>
		<title>Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English"/>
				<updated>2026-05-22T23:47:35Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide 1'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Importance of Critical Thinking in the AI Era'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives 2'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of '''AI''' and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using the following setup.&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''.&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
Learners should be familiar with using the internet.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
https://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''Importance-of-critical-Thinking.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link on this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| Let's get started.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show what AI can do&lt;br /&gt;
&lt;br /&gt;
| Nowadays, '''AI''' can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Difference between real and fake is hard&lt;br /&gt;
&lt;br /&gt;
| As a result, it's difficult to distinguish between what is true and what's not.&lt;br /&gt;
&lt;br /&gt;
That's why critical thinking is important.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''What is Critical thinking?'''&lt;br /&gt;
&lt;br /&gt;
| Critical thinking means checking information before deciding if it is true.&lt;br /&gt;
&lt;br /&gt;
However, while using '''AI''', it is important to question the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Google Gemini''' icon&lt;br /&gt;
&lt;br /&gt;
| For this demonstration, we will use '''Google Gemini'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open Firefox browser.&lt;br /&gt;
&lt;br /&gt;
Type: https://gemini.google.com/app&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open the Firefox web browser.&lt;br /&gt;
&lt;br /&gt;
In the address bar type this '''url''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on homepage&lt;br /&gt;
&lt;br /&gt;
| Gemini Homepage opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Enter a prompt for Gemini.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Under &amp;quot;Where should we start?&amp;quot;, there is a '''prompt bar'''.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Enter a prompt for Gemini&amp;quot; appears as default.&lt;br /&gt;
&lt;br /&gt;
Type: Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Output&lt;br /&gt;
&lt;br /&gt;
| Notice, '''Gemini''' generates an answer with several benefits.&lt;br /&gt;
&lt;br /&gt;
The answer seems correct but should we trust it completely?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
| Think!&lt;br /&gt;
&lt;br /&gt;
Is this scientifically proven?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: Please provide sources for this prompt&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Type: Please provide sources for this output and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output.&lt;br /&gt;
&lt;br /&gt;
| Review the provided sources.&lt;br /&gt;
&lt;br /&gt;
'''Click''' links to verify the source.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reviewing the output&lt;br /&gt;
&lt;br /&gt;
|Check if it's research based or just '''social media''' opinion.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open a new tab.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open a new tab.&lt;br /&gt;
&lt;br /&gt;
In the address bar '''type''' Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the answer&lt;br /&gt;
&lt;br /&gt;
| We can see it generated the answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the first link.&lt;br /&gt;
&lt;br /&gt;
| Open the top '''links''' and read what it has to say.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the webpage answer.&lt;br /&gt;
&lt;br /&gt;
| You may notice that the '''AI's''' answer may not be entirely accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We should not accept or rely on '''AI''' answers directly.&lt;br /&gt;
&lt;br /&gt;
We must always verify and understand them first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Forwarded message&lt;br /&gt;
&lt;br /&gt;
| Now let us look at another example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
| Imagine receiving this message on Edison's birth anniversary.&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Forwarded message&lt;br /&gt;
&lt;br /&gt;
| Nowadays '''AI''' can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
It is easy to create such messages using '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
Forwarding messages&lt;br /&gt;
&lt;br /&gt;
| Think about it.&lt;br /&gt;
&lt;br /&gt;
Should we trust and forward this message?&lt;br /&gt;
&lt;br /&gt;
Is this fully true?&lt;br /&gt;
&lt;br /&gt;
Did only one person invent the light bulb?&lt;br /&gt;
&lt;br /&gt;
Why is it asking you to forward this message?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
| Let us verify the actual information.&lt;br /&gt;
'''Bold text'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open google new tab.&lt;br /&gt;
&lt;br /&gt;
| Open a '''search engine''' on a new tab.&lt;br /&gt;
&lt;br /&gt;
I'm using Google.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| In the address bar, type '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Output.&lt;br /&gt;
&lt;br /&gt;
| The search results are displayed.&lt;br /&gt;
&lt;br /&gt;
Open the top three '''links''' from the results.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight scientists' names.&lt;br /&gt;
&lt;br /&gt;
| We can see that the message is not fully accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| The message seems too general and may not be accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We will be spreading wrong information.&lt;br /&gt;
&lt;br /&gt;
So, do not forward messages without verifying.&lt;br /&gt;
&lt;br /&gt;
Always check before sharing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Caution slide'''&lt;br /&gt;
&lt;br /&gt;
AI and online content may be incorrect or incomplete.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
| '''AI''' generated content can be incorrect or misleading.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
Always question, analyze and verify.&lt;br /&gt;
&lt;br /&gt;
Verify information from trusted and reliable sources.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of '''AI''' and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
| With this we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of '''AI''' and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
&lt;br /&gt;
Take any forwarded message&lt;br /&gt;
&lt;br /&gt;
Use the above steps to check if the message is true or not&lt;br /&gt;
&lt;br /&gt;
| We encourage you to do this assignment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement Slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final Slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</id>
		<title>Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English"/>
				<updated>2026-05-22T23:35:34Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide 1'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Importance of Critical Thinking in the AI Era'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives 2'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of '''AI''' and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using the following setup.&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''.&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
Learners should be familiar with using the internet.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
https://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''Importance-of-critical-Thinking.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link on this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| Let's get started.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show what AI can do&lt;br /&gt;
&lt;br /&gt;
| Nowadays, '''AI''' can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Difference between real and fake is hard&lt;br /&gt;
&lt;br /&gt;
| As a result, it's difficult to distinguish between what is true and what's not.&lt;br /&gt;
&lt;br /&gt;
That's why critical thinking is important.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''What is Critical thinking?'''&lt;br /&gt;
&lt;br /&gt;
| Critical thinking means checking information before deciding if it is true.&lt;br /&gt;
&lt;br /&gt;
However, while using '''AI''', it is important to question the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Google Gemini''' icon&lt;br /&gt;
&lt;br /&gt;
| For this demonstration, we will use '''Google Gemini'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open Firefox browser.&lt;br /&gt;
&lt;br /&gt;
Type: https://gemini.google.com/app&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open the Firefox web browser.&lt;br /&gt;
&lt;br /&gt;
In the address bar type this '''url''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on homepage&lt;br /&gt;
&lt;br /&gt;
| Gemini Homepage opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Enter a prompt for Gemini.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Under &amp;quot;Where should we start?&amp;quot;, there is a '''prompt bar'''.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Enter a prompt for Gemini&amp;quot; appears as default.&lt;br /&gt;
&lt;br /&gt;
Type: Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Output&lt;br /&gt;
&lt;br /&gt;
| Notice, '''Gemini''' generates an answer with several benefits.&lt;br /&gt;
&lt;br /&gt;
The answer seems correct but should we trust it completely?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
| Think!&lt;br /&gt;
&lt;br /&gt;
Is this scientifically proven?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: Please provide sources for this prompt&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Type: Please provide sources for this output and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output.&lt;br /&gt;
&lt;br /&gt;
| Review the provided sources.&lt;br /&gt;
&lt;br /&gt;
Click links to verify the source.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reviewing the output&lt;br /&gt;
&lt;br /&gt;
|Check if it's research based or just social media opinion.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open a new tab.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open a new tab.&lt;br /&gt;
&lt;br /&gt;
In the address bar type Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the answer&lt;br /&gt;
&lt;br /&gt;
| We can see it generated the answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the first link.&lt;br /&gt;
&lt;br /&gt;
| Open the top links and read what it has to say.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the webpage answer.&lt;br /&gt;
&lt;br /&gt;
| You may notice that the AI's answer may not be entirely accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We should not accept or rely on AI answers directly.&lt;br /&gt;
&lt;br /&gt;
We must always verify and understand them first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Whatsapp forwarded message&lt;br /&gt;
&lt;br /&gt;
| Now let us look at another example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
| Imagine receiving this message on '''WhatsApp''' on Edison's birth anniversary.&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Whatsapp forwarded message&lt;br /&gt;
&lt;br /&gt;
| Nowadays AI can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
It is easy to create such messages using '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
Forwarding messages&lt;br /&gt;
&lt;br /&gt;
| Think about it.&lt;br /&gt;
&lt;br /&gt;
Should we trust and forward this message?&lt;br /&gt;
&lt;br /&gt;
Is this fully true?&lt;br /&gt;
&lt;br /&gt;
Did only one person invent the light bulb?&lt;br /&gt;
&lt;br /&gt;
Why is it asking you to forward this message?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
| Let us verify the actual information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open google new tab.&lt;br /&gt;
&lt;br /&gt;
| Open a search engine on a new tab.&lt;br /&gt;
&lt;br /&gt;
I'm using Google.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| In the address bar, type '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Output.&lt;br /&gt;
&lt;br /&gt;
| The search results are displayed.&lt;br /&gt;
&lt;br /&gt;
Open the top three links from the results.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight scientists' names.&lt;br /&gt;
&lt;br /&gt;
| We can see that the message is not fully accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| The message seems too general and may not be accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We will be spreading wrong information.&lt;br /&gt;
&lt;br /&gt;
So, do not forward messages without verifying.&lt;br /&gt;
&lt;br /&gt;
Always check before sharing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Caution slide'''&lt;br /&gt;
&lt;br /&gt;
AI and online content may be incorrect or incomplete.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
| AI generated content can be incorrect or misleading.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
Always question, analyze and verify.&lt;br /&gt;
&lt;br /&gt;
Verify information from trusted and reliable sources.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of AI and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
| With this we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of AI and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
&lt;br /&gt;
Take any forwarded message&lt;br /&gt;
&lt;br /&gt;
Use the above steps to check if the message is true or not&lt;br /&gt;
&lt;br /&gt;
| We encourage you to do this assignment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement Slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final Slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</id>
		<title>Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Importance-of-Critical-Thinking-in-the-AI-Era/English"/>
				<updated>2026-05-22T23:31:12Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide 1'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Importance of Critical Thinking in the AI Era'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives 2'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of AI and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using the following setup.&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 24.04 LTS'''.&lt;br /&gt;
&lt;br /&gt;
'''Firefox web browser'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
Learners should be familiar with using the internet.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
https://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''Importance-of-critical-Thinking.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link on this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| Let's get started.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show what AI can do&lt;br /&gt;
&lt;br /&gt;
| Nowadays, AI can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Difference between real and fake is hard&lt;br /&gt;
&lt;br /&gt;
| As a result, it's difficult to distinguish between what is true and what's not.&lt;br /&gt;
&lt;br /&gt;
That's why critical thinking is important.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''What is Critical thinking?'''&lt;br /&gt;
&lt;br /&gt;
| Critical thinking means checking information before deciding if it is true.&lt;br /&gt;
&lt;br /&gt;
However, while using AI, it is important to question the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Google Gemini''' icon&lt;br /&gt;
&lt;br /&gt;
| For this demonstration, we will use '''Google Gemini'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open Firefox browser.&lt;br /&gt;
&lt;br /&gt;
Type: https://gemini.google.com/app&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open the Firefox web browser.&lt;br /&gt;
&lt;br /&gt;
In the address bar type this '''url''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on homepage&lt;br /&gt;
&lt;br /&gt;
| Gemini Homepage opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Enter a prompt for Gemini.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Under &amp;quot;Where should we start?&amp;quot;, there is a '''prompt bar'''.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Enter a prompt for Gemini&amp;quot; appears as default.&lt;br /&gt;
&lt;br /&gt;
Type: Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Output&lt;br /&gt;
&lt;br /&gt;
| Notice, Gemini generates an answer with several benefits.&lt;br /&gt;
&lt;br /&gt;
The answer seems correct but should we trust it completely?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
| Think!&lt;br /&gt;
&lt;br /&gt;
Is this scientifically proven?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: Please provide sources for this prompt&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Type: Please provide sources for this output and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output.&lt;br /&gt;
&lt;br /&gt;
| Review the provided sources.&lt;br /&gt;
&lt;br /&gt;
Click links to verify the source.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reviewing the output&lt;br /&gt;
&lt;br /&gt;
|Check if it's research based or just social media opinion.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open a new tab.&lt;br /&gt;
&lt;br /&gt;
Type: '''Is drinking lemon water good for weight loss?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Let us open a new tab.&lt;br /&gt;
&lt;br /&gt;
In the address bar type Is drinking lemon water good for weight loss?&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the answer&lt;br /&gt;
&lt;br /&gt;
| We can see it generated the answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the first link.&lt;br /&gt;
&lt;br /&gt;
| Open the top links and read what it has to say.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the webpage answer.&lt;br /&gt;
&lt;br /&gt;
| You may notice that the AI's answer may not be entirely accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We should not accept or rely on AI answers directly.&lt;br /&gt;
&lt;br /&gt;
We must always verify and understand them first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Whatsapp forwarded message&lt;br /&gt;
&lt;br /&gt;
| Now let us look at another example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
| Imagine receiving this message on '''WhatsApp''' on Edison's birth anniversary.&lt;br /&gt;
&lt;br /&gt;
Thomas Edison made the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
It is the world's greatest invention.&lt;br /&gt;
&lt;br /&gt;
Before this, nights were completely dark and people could not do much work.&lt;br /&gt;
&lt;br /&gt;
After its invention, lighting improved and life became easier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
| He worked alone for many years to create the electric light bulb.&lt;br /&gt;
&lt;br /&gt;
His invention transformed the world and made him a renowned inventor.&lt;br /&gt;
&lt;br /&gt;
Forward this message to 5 people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Whatsapp forwarded message&lt;br /&gt;
&lt;br /&gt;
| Nowadays AI can generate audio, video, images and text that look real.&lt;br /&gt;
&lt;br /&gt;
It is easy to create such messages using '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A girl thinking&lt;br /&gt;
&lt;br /&gt;
Forwarding messages&lt;br /&gt;
&lt;br /&gt;
| Think about it.&lt;br /&gt;
&lt;br /&gt;
Should we trust and forward this message?&lt;br /&gt;
&lt;br /&gt;
Is this fully true?&lt;br /&gt;
&lt;br /&gt;
Did only one person invent the light bulb?&lt;br /&gt;
&lt;br /&gt;
Why is it asking you to forward this message?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
| Let us verify the actual information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open google new tab.&lt;br /&gt;
&lt;br /&gt;
| Open a search engine on a new tab.&lt;br /&gt;
&lt;br /&gt;
I'm using Google.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type: '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| In the address bar, type '''Who invented the light bulb?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on Output.&lt;br /&gt;
&lt;br /&gt;
| The search results are displayed.&lt;br /&gt;
&lt;br /&gt;
Open the top three links from the results.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight scientists' names.&lt;br /&gt;
&lt;br /&gt;
| We can see that the message is not fully accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| The message seems too general and may not be accurate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| We will be spreading wrong information.&lt;br /&gt;
&lt;br /&gt;
So, do not forward messages without verifying.&lt;br /&gt;
&lt;br /&gt;
Always check before sharing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Caution slide'''&lt;br /&gt;
&lt;br /&gt;
AI and online content may be incorrect or incomplete.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
| AI generated content can be incorrect or misleading.&lt;br /&gt;
&lt;br /&gt;
Do not trust it blindly.&lt;br /&gt;
&lt;br /&gt;
Always question, analyze and verify.&lt;br /&gt;
&lt;br /&gt;
Verify information from trusted and reliable sources.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of AI and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
| With this we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
What critical thinking is?&lt;br /&gt;
&lt;br /&gt;
The limits of AI and online content.&lt;br /&gt;
&lt;br /&gt;
Questioning the information before trusting it.&lt;br /&gt;
&lt;br /&gt;
Verifying and cross checking the information.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
&lt;br /&gt;
Take any forwarded message&lt;br /&gt;
&lt;br /&gt;
Use the above steps to check if the message is true or not&lt;br /&gt;
&lt;br /&gt;
| We encourage you to do this assignment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement Slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final Slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C4/Rag-and-its-Uses/English</id>
		<title>Being-Creative-with-AI/C4/Rag-and-its-Uses/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C4/Rag-and-its-Uses/English"/>
				<updated>2026-05-22T17:17:28Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: RAG and its Uses.'''&lt;br /&gt;
&lt;br /&gt;
'''Author: EduPyramids'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: RAG, Retrieval, Generation, Chatbot, AI, EduPyramids, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''RAG and its Uses'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn: &lt;br /&gt;
* How an '''AI''' model answers questions using additional information&lt;br /&gt;
* What is '''Retrieval-Augmented Generation (RAG)'''&lt;br /&gt;
* How '''RAG''' helps improve the accuracy of answers&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer Slide'''&lt;br /&gt;
&lt;br /&gt;
As '''AI''' tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational '''AI''' '''Chatbot''' for guidance.&lt;br /&gt;
|| As '''AI''' tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational '''AI''' '''Chatbot''' for guidance.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using: &lt;br /&gt;
*'''Ubuntu 24.04 LTS, '''and&lt;br /&gt;
*'''Firefox '''version''' 148.0.2'''&lt;br /&gt;
&lt;br /&gt;
Learners will also need a working internet connection&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisites'''&lt;br /&gt;
|| To follow this tutorial, &lt;br /&gt;
* Learners should know basic computer and internet usage. &lt;br /&gt;
* No prior '''AI''' knowledge is required. &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let us get started.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show grocery app order (1 kg onions)'''&lt;br /&gt;
|| Imagine this: you ordered one kilogram of onions from a grocery app.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show wrong delivery (tomatoes)'''&lt;br /&gt;
|| But you receive one kilogram of tomatoes''' '''instead.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show support chat opening'''&lt;br /&gt;
|| To resolve this, you open the support section of the app.&lt;br /&gt;
&lt;br /&gt;
You ask the support chatbot: “I got the wrong item. Can I return it?”&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show chatbot response'''&lt;br /&gt;
|| The '''chatbot''' powered by '''AI''' gives you an answer.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Pause on screen (AI thinking?)'''&lt;br /&gt;
|| But how does it know what to say?&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show AI model trained on large data'''&lt;br /&gt;
|| The '''AI model''' is trained on a large amount of general text data.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show How AI is helping to understand languages and generating responses as well'''&lt;br /&gt;
|| This helps it understand language and generate responses.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight limitation'''&lt;br /&gt;
|| However, this training does not include the app’s return policy.&lt;br /&gt;
&lt;br /&gt;
It is unique to each company&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show return policy document'''&lt;br /&gt;
|| The return policy exists as a separate document on the company’s server.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show secure storage'''&lt;br /&gt;
|| This document is stored securely and is not part of the '''model’s''' training.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show search inside documents'''&lt;br /&gt;
|| When you ask the question, the system first searches the policy document.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight relevant lines'''&lt;br /&gt;
|| It finds the most relevant information related to your query.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show info + question sent to AI'''&lt;br /&gt;
|| This information is sent along with your question to the '''AI model.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show final response generation'''&lt;br /&gt;
|| The '''AI model''' then generates an answer based on this information.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight term RAG'''&lt;br /&gt;
|| This process is called '''Retrieval-Augmented Generation''', or '''RAG'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show chatbot without policy'''&lt;br /&gt;
|| Let us see what happens without a policy document for the '''chatbot'''.&lt;br /&gt;
&lt;br /&gt;
When a user asks “I got the wrong item in a grocery app. Can I return it?”&lt;br /&gt;
&lt;br /&gt;
Without specific information, the '''chatbot''' gives a general response.&lt;br /&gt;
&lt;br /&gt;
The response may not match the company’s actual return policy.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show policy document'''&lt;br /&gt;
|| Now imagine the same question is asked with a policy document.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Display policy points'''&lt;br /&gt;
|| The policy states that items can be returned within 24 hours. &lt;br /&gt;
&lt;br /&gt;
Perishable items cannot be returned.&lt;br /&gt;
&lt;br /&gt;
Refunds take 3 to 5 business days.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Ask same question again '''&lt;br /&gt;
|| We ask the same question again.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show improved answer '''&lt;br /&gt;
|| Observe the new response.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight improvement'''&lt;br /&gt;
|| The answer now clearly follows the given policy.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Compare both responses'''&lt;br /&gt;
|| The first response is general. The second response is accurate and specific.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Embedding / vector visual'''&lt;br /&gt;
|| The question is converted into a machine-readable form.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Search visual'''&lt;br /&gt;
|| The system searches for similar information in the document.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight retrieval'''&lt;br /&gt;
|| The most relevant part is retrieved.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Send to model '''&lt;br /&gt;
|| This retrieved content is sent to the '''AI model.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Final answer generation.'''&lt;br /&gt;
|| The '''model''' generates the final answer using this information.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
'''Key Idea behind RAG'''&lt;br /&gt;
* '''RAG helps the AI retrieve relevant information and use it to generate accurate answers.'''&lt;br /&gt;
* '''Question → Retrieve → Generate Answer'''&lt;br /&gt;
|| This is the key idea behind '''RAG'''.&lt;br /&gt;
&lt;br /&gt;
'''RAG''' lets '''AI''' fetch relevant data and generate more accurate answers.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learnt: &lt;br /&gt;
* How an '''AI''' model answers questions using additional information,&lt;br /&gt;
* What is '''Retrieval-Augmented Generation(RAG)''', and &lt;br /&gt;
* How '''RAG''' helps improve the accuracy of answers.&lt;br /&gt;
|| In this tutorial, we learnt: &lt;br /&gt;
* How an '''AI''' model answers questions using additional information,&lt;br /&gt;
* What is '''Retrieval-Augmented Generation (RAG)''', &lt;br /&gt;
* How '''RAG''' helps improve the accuracy of answers.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
'''As an Assignment,'''&lt;br /&gt;
* '''Create your own return policy document with at least three rules.'''&lt;br /&gt;
* '''Ask a chatbot the same question with and without the document.'''&lt;br /&gt;
* '''Compare the responses and observe the difference.'''&lt;br /&gt;
|| We encourage you to do this assignment.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 9'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
&lt;br /&gt;
'''Domain Inputs: Bhavani Shankar R and Saisudha Sugavanam '''&lt;br /&gt;
&lt;br /&gt;
'''Script Writer: Ketki Naina'''&lt;br /&gt;
&lt;br /&gt;
'''Admin Reviewer: Arthi Varadarajan'''&lt;br /&gt;
&lt;br /&gt;
'''Quality Reviewer: Sakina Sidhwa'''&lt;br /&gt;
&lt;br /&gt;
'''Novice Reviewer: Misbah Samir'''&lt;br /&gt;
&lt;br /&gt;
'''AI Narration: Debosmita Mukherjee'''&lt;br /&gt;
&lt;br /&gt;
'''AI Graphics: Arvind Pillai'''&lt;br /&gt;
&lt;br /&gt;
'''Video Editor: Arvind Pillai'''&lt;br /&gt;
&lt;br /&gt;
'''Web Developer: Ankita Singhal'''&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
Thank you for watching.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by EduPyramids Educational Services Private Limited at SINE, IIT Bombay. &lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C4/Rag-and-its-Uses/English</id>
		<title>Being-Creative-with-AI/C4/Rag-and-its-Uses/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C4/Rag-and-its-Uses/English"/>
				<updated>2026-05-22T17:14:31Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: RAG and its Uses.'''&lt;br /&gt;
&lt;br /&gt;
'''Author: EduPyramids'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: RAG, Retrieval, Generation, Chatbot, AI, EduPyramids, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''RAG and its Uses'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn: &lt;br /&gt;
* How an '''AI''' model answers questions using additional information&lt;br /&gt;
* What is '''Retrieval-Augmented Generation (RAG)'''&lt;br /&gt;
* How '''RAG''' helps improve the accuracy of answers&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer Slide'''&lt;br /&gt;
&lt;br /&gt;
As '''AI''' tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational '''AI''' '''Chatbot''' for guidance.&lt;br /&gt;
|| As '''AI''' tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational '''AI''' '''Chatbot''' for guidance.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using: &lt;br /&gt;
*'''Ubuntu 24.04 LTS, '''and&lt;br /&gt;
*'''Firefox '''version''' 148.0.2'''&lt;br /&gt;
&lt;br /&gt;
Learners will also need a working internet connection&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisites'''&lt;br /&gt;
|| To follow this tutorial, &lt;br /&gt;
* Learners should know basic computer and internet usage. &lt;br /&gt;
* No prior '''AI''' knowledge is required. &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let us get started.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show grocery app order (1 kg onions)'''&lt;br /&gt;
|| Imagine this: you ordered one kilogram of onions from a grocery app.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show wrong delivery (tomatoes)'''&lt;br /&gt;
|| But you receive one kilogram of tomatoes''' '''instead.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show support chat opening'''&lt;br /&gt;
|| To resolve this, you open the support section of the app.&lt;br /&gt;
&lt;br /&gt;
You ask the support chatbot: “I got the wrong item. Can I return it?”&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show chatbot response'''&lt;br /&gt;
|| The '''chatbot''' powered by '''AI''' gives you an answer.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Pause on screen (AI thinking?)'''&lt;br /&gt;
|| But how does it know what to say?&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show AI model trained on large data'''&lt;br /&gt;
|| The '''AI model''' is trained on a large amount of general text data.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show How AI is helping to understand languages and generating responses as well'''&lt;br /&gt;
|| This helps it understand language and generate responses.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight limitation'''&lt;br /&gt;
|| However, this training does not include the app’s return policy.&lt;br /&gt;
&lt;br /&gt;
It is unique to each company&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show return policy document'''&lt;br /&gt;
|| The return policy exists as a separate document on the company’s server.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show secure storage'''&lt;br /&gt;
|| This document is stored securely and is not part of the '''model’s''' training.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show search inside documents'''&lt;br /&gt;
|| When you ask the question, the system first searches the policy document.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight relevant lines'''&lt;br /&gt;
|| It finds the most relevant information related to your query.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show info + question sent to AI'''&lt;br /&gt;
|| This information is sent along with your question to the '''AI model.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show final response generation'''&lt;br /&gt;
|| The '''AI model''' then generates an answer based on this information.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight term RAG'''&lt;br /&gt;
|| This process is called '''Retrieval-Augmented Generation''', or '''RAG'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show chatbot without policy'''&lt;br /&gt;
|| Let us see what happens without a policy document for the '''chatbot'''.&lt;br /&gt;
&lt;br /&gt;
When a user asks “I got the wrong item in a grocery app. Can I return it?”&lt;br /&gt;
&lt;br /&gt;
Without specific information, the '''chatbot''' gives a general response.&lt;br /&gt;
&lt;br /&gt;
The response may not match the company’s actual return policy.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show policy document'''&lt;br /&gt;
|| Now imagine the same question is asked with a policy document.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Display policy points'''&lt;br /&gt;
|| The policy states that items can be returned within 24 hours. &lt;br /&gt;
&lt;br /&gt;
Perishable items cannot be returned.&lt;br /&gt;
&lt;br /&gt;
Refunds take 3 to 5 business days.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Ask same question again '''&lt;br /&gt;
|| We ask the same question again.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Show improved answer '''&lt;br /&gt;
|| Observe the new response.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight improvement'''&lt;br /&gt;
|| The answer now clearly follows the given policy.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Compare both responses'''&lt;br /&gt;
|| The first response is general. The second response is accurate and specific.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Embedding / vector visual'''&lt;br /&gt;
|| The question is converted into a machine-readable form.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Search visual'''&lt;br /&gt;
|| The system searches for similar information in the document.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Highlight retrieval'''&lt;br /&gt;
|| The most relevant part is retrieved.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Send to model '''&lt;br /&gt;
|| This retrieved content is sent to the '''AI model.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Final answer generation.'''&lt;br /&gt;
|| The '''model''' generates the final answer using this information.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
'''Key Idea behind RAG'''&lt;br /&gt;
* '''RAG helps the AI retrieve relevant information and use it to generate accurate answers.'''&lt;br /&gt;
* '''Question → Retrieve → Generate Answer'''&lt;br /&gt;
|| This is the key idea behind '''RAG'''.&lt;br /&gt;
&lt;br /&gt;
'''RAG''' lets '''AI''' fetch relevant data and generate more accurate answers.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learnt: &lt;br /&gt;
* How an '''AI''' model answers questions using additional information,&lt;br /&gt;
* What is '''Retrieval-Augmented Generation(RAG)''', and &lt;br /&gt;
* How '''RAG''' helps improve the accuracy of answers.&lt;br /&gt;
|| In this tutorial, we learnt to: &lt;br /&gt;
* How an '''AI''' model answers questions using additional information,&lt;br /&gt;
* What is '''Retrieval-Augmented Generation (RAG)''', &lt;br /&gt;
* How '''RAG''' helps improve the accuracy of answers.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
'''As an Assignment,'''&lt;br /&gt;
* '''Create your own return policy document with at least three rules.'''&lt;br /&gt;
* '''Ask a chatbot the same question with and without the document.'''&lt;br /&gt;
* '''Compare the responses and observe the difference.'''&lt;br /&gt;
|| We encourage you to do this assignment.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 9'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
&lt;br /&gt;
'''Domain Inputs: Bhavani Shankar R and Saisudha Sugavanam '''&lt;br /&gt;
&lt;br /&gt;
'''Script Writer: Ketki Naina'''&lt;br /&gt;
&lt;br /&gt;
'''Admin Reviewer: Arthi Varadarajan'''&lt;br /&gt;
&lt;br /&gt;
'''Quality Reviewer: Sakina Sidhwa'''&lt;br /&gt;
&lt;br /&gt;
'''Novice Reviewer: Misbah Samir'''&lt;br /&gt;
&lt;br /&gt;
'''AI Narration: Debosmita Mukherjee'''&lt;br /&gt;
&lt;br /&gt;
'''AI Graphics: Arvind Pillai'''&lt;br /&gt;
&lt;br /&gt;
'''Video Editor: Arvind Pillai'''&lt;br /&gt;
&lt;br /&gt;
'''Web Developer: Ankita Singhal'''&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
Thank you for watching.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by EduPyramids Educational Services Private Limited at SINE, IIT Bombay. &lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Using-Gemini-in-Google-Colab/English</id>
		<title>Being-Creative-with-AI/C3/Using-Gemini-in-Google-Colab/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Using-Gemini-in-Google-Colab/English"/>
				<updated>2026-05-22T12:56:43Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Using Gemini''' in '''Google Colab'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to:&lt;br /&gt;
&lt;br /&gt;
* Enable '''Gemini''' in '''Colab'''.&lt;br /&gt;
&lt;br /&gt;
* Generate '''Python''' code.&lt;br /&gt;
&lt;br /&gt;
* Explain code.&lt;br /&gt;
&lt;br /&gt;
* Debug errors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
&lt;br /&gt;
* '''Ubuntu 24.04 L T S'''.&lt;br /&gt;
&lt;br /&gt;
* '''Firefox''' version '''148.0.2''' and&lt;br /&gt;
&lt;br /&gt;
* A working internet connection.&lt;br /&gt;
&lt;br /&gt;
* An active '''Google account''' to access '''Google Colab'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial, learners should have basic knowledge of computers.&lt;br /&gt;
&lt;br /&gt;
They should also be familiar with using a web browser.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial&lt;br /&gt;
&lt;br /&gt;
'''gc-command.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| The following '''code file''' is required to practice this '''tutorial'''.&lt;br /&gt;
&lt;br /&gt;
This '''file''' is provided in the '''Code Files link''' of this '''tutorial''' page.&lt;br /&gt;
&lt;br /&gt;
Please '''download''' and extract the '''file'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Gemini in Google Colab'''&lt;br /&gt;
&lt;br /&gt;
| '''Gemini''' in '''Google Colab''' helps generate, explain, and debug code.&lt;br /&gt;
&lt;br /&gt;
It does not require an '''A P I''' key.&lt;br /&gt;
&lt;br /&gt;
'''A P I''' keys are used in applications.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Getting started&lt;br /&gt;
&lt;br /&gt;
| Let us get started.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type:&lt;br /&gt;
&lt;br /&gt;
'''https://colab.research.google.com/'''&lt;br /&gt;
&lt;br /&gt;
and press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
| You can use any '''browser'''.&lt;br /&gt;
&lt;br /&gt;
I'm using '''Firefox'''.&lt;br /&gt;
&lt;br /&gt;
Log into your '''Google account'''.&lt;br /&gt;
&lt;br /&gt;
Type this '''URL''' and press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''+New notebook''' button.&lt;br /&gt;
&lt;br /&gt;
| '''Open notebook''' '''window''' appears.&lt;br /&gt;
&lt;br /&gt;
Let us create a new notebook.&lt;br /&gt;
&lt;br /&gt;
Click the '''Plus New notebook''' button at the bottom left corner of the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| New notebook page&lt;br /&gt;
&lt;br /&gt;
| A '''New notebook''' page opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Gemini''' Toggle Highlight&lt;br /&gt;
&lt;br /&gt;
Click on the '''Gemini''' Toggle.&lt;br /&gt;
&lt;br /&gt;
| Locate the '''Toggle Gemini''' icon at the bottom.&lt;br /&gt;
&lt;br /&gt;
Click the toggle to enable '''Gemini'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Colab Privacy Notice''' window&lt;br /&gt;
&lt;br /&gt;
| A '''Colab Privacy Notice''' window displays.&lt;br /&gt;
&lt;br /&gt;
Click on '''Continue'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on '''Gemini''' Panel View&lt;br /&gt;
&lt;br /&gt;
| The '''Gemini''' panel appears on the right side of the screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Type the prompt:'''&lt;br /&gt;
&lt;br /&gt;
'''Write a Python program to calculate factorial.'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| In the prompt area, type: '''Write a Python program to calculate factorial.'''&lt;br /&gt;
&lt;br /&gt;
Press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
You can also press the '''arrow button''' to run the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Point the cursor to the generated code.&lt;br /&gt;
&lt;br /&gt;
| The code gets generated in the notebook.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click the '''Accept &amp;amp; Run''' button.&lt;br /&gt;
&lt;br /&gt;
| Click '''Accept &amp;amp; Run''' to execute the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the Output&lt;br /&gt;
&lt;br /&gt;
| The code gets executed and displays the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''At the prompt,'''&lt;br /&gt;
&lt;br /&gt;
'''Type: Explain this code line by line''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Type: '''Show how it computes factorial of 5''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Now at the prompt, type: '''Explain this code line by line''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
We can see each and every line of code is explained thoroughly.&lt;br /&gt;
&lt;br /&gt;
Now type the prompt: '''Show how it computes factorial of 5''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Point the cursor to the explanation.&lt;br /&gt;
&lt;br /&gt;
| Gemini displays the explanation clearly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Introducing error&lt;br /&gt;
&lt;br /&gt;
| Now, let us introduce an error in the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Select the code from the notebook and delete it.&lt;br /&gt;
&lt;br /&gt;
| Clear the colab screen by clicking on 'Delete cell' icon.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type the code in the code cell as shown on your screen.&lt;br /&gt;
&lt;br /&gt;
def factorial(n):&lt;br /&gt;
&lt;br /&gt;
result = 1&lt;br /&gt;
&lt;br /&gt;
for i in range(1, n):&lt;br /&gt;
&lt;br /&gt;
result = result * i&lt;br /&gt;
&lt;br /&gt;
return result&lt;br /&gt;
&lt;br /&gt;
print(factorial(5))&lt;br /&gt;
&lt;br /&gt;
| Click on the '''plus''' Code icon.&lt;br /&gt;
&lt;br /&gt;
A new code cell displays.&lt;br /&gt;
&lt;br /&gt;
Copy paste the code from the text editor in the code cell.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the Code.&lt;br /&gt;
&lt;br /&gt;
| There are 2 errors in this code.&lt;br /&gt;
&lt;br /&gt;
At first glance, the code looks correct, but it contains some errors.&lt;br /&gt;
&lt;br /&gt;
The first error is an indentation error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight '''result = result * i'''&lt;br /&gt;
&lt;br /&gt;
| This line is not indented inside the for loop.&lt;br /&gt;
&lt;br /&gt;
In Python, indentation defines the structure of the program.&lt;br /&gt;
&lt;br /&gt;
Because, Python will throw an indentation error and the code will not run.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight '''range(1, n)'''&lt;br /&gt;
&lt;br /&gt;
| The second error is a logical error in the range function.&lt;br /&gt;
&lt;br /&gt;
The range function excludes the last value.&lt;br /&gt;
&lt;br /&gt;
It runs from 1 to 4 instead of 1 to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Run cell''' icon&lt;br /&gt;
&lt;br /&gt;
| Now click on '''Run cell''' icon to execute the code.&lt;br /&gt;
&lt;br /&gt;
Observe the error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Type: Why is it showing an error?'''&lt;br /&gt;
&lt;br /&gt;
And press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
| In the Gemini panel, type: '''Why is it showing an error?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
In the '''Gemini''' panel, we can see an explanation of what the error is.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Now type: '''Fix the code and explain''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Now type: '''Fix the code and explain''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the '''Gemini''' suggestion.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept &amp;amp; run''' button.&lt;br /&gt;
&lt;br /&gt;
| '''Gemini''' suggests using a range from '''1 to n plus 1'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Accept &amp;amp; run''', to execute the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the output indicating the code is correct.&lt;br /&gt;
&lt;br /&gt;
| The code gets executed and the output is shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Caution Slide&lt;br /&gt;
&lt;br /&gt;
| Please note the following caution points.&lt;br /&gt;
&lt;br /&gt;
* Do not copy code blindly.&lt;br /&gt;
&lt;br /&gt;
* Always run and verify this output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Summary&lt;br /&gt;
&lt;br /&gt;
| With this, we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Summary&lt;br /&gt;
&lt;br /&gt;
| Let us summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learnt to:&lt;br /&gt;
&lt;br /&gt;
* Enable Gemini in Colab.&lt;br /&gt;
&lt;br /&gt;
* Generate Python code.&lt;br /&gt;
&lt;br /&gt;
* Explain code.&lt;br /&gt;
&lt;br /&gt;
* Debug errors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Assignment&lt;br /&gt;
&lt;br /&gt;
As an assignment,&lt;br /&gt;
&lt;br /&gt;
Generate a program with constraints, introduce an error, and fix it using Gemini.&lt;br /&gt;
&lt;br /&gt;
| We encourage you to do this assignment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement slide&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Closing slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Introduction_to_Generative_AI/English</id>
		<title>Being-Creative-with-AI/C2/Introduction to Generative AI/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C2/Introduction_to_Generative_AI/English"/>
				<updated>2026-05-22T09:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Title Slide: '''Introduction to Generative AI'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this Spoken Tutorial on '''Introduction to Generative AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 2&lt;br /&gt;
&lt;br /&gt;
Learning Objective&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, you will learn about -&lt;br /&gt;
&lt;br /&gt;
*'''Generative AI''' and '''Predictive AI'''&lt;br /&gt;
&lt;br /&gt;
*Differences between '''Predictive AI''' and '''Generative AI'''&lt;br /&gt;
&lt;br /&gt;
*Some important '''Generative AI''' terms&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Disclaimer Content Slide&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 3&lt;br /&gt;
System Requirements&lt;br /&gt;
&lt;br /&gt;
Graphic: Laptop, browser, internet icons&lt;br /&gt;
&lt;br /&gt;
| To practice this tutorial, you will need:&lt;br /&gt;
&lt;br /&gt;
A '''computer''', a '''laptop''', or a '''smartphone'''.&lt;br /&gt;
&lt;br /&gt;
A stable '''internet''' connection.&lt;br /&gt;
&lt;br /&gt;
An updated '''web browser''', such as '''Chrome, Edge,''' or '''Firefox'''.&lt;br /&gt;
&lt;br /&gt;
No '''coding''' knowledge is needed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 4&lt;br /&gt;
Pre-requisite&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the '''Pre-requisites''' of this '''tutorial''', visit the '''website''' shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
| In a previous '''tutorial''', we saw how '''AI''' helps '''computers''' to think and act smart. &lt;br /&gt;
&lt;br /&gt;
But have you ever wondered how '''AI''' makes all this happen?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 5&lt;br /&gt;
Generative AI&lt;br /&gt;
&lt;br /&gt;
| '''Generative AI''' can do creative tasks that we thought only humans could do.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Text highlight: &amp;quot;Create new things&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| '''Generative AI''', or '''GenAI''', doesn't just analyze '''data''' but can also create new things.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Montage: AI-generated poem, painting, code snippet&lt;br /&gt;
&lt;br /&gt;
| It can generate original content such as poems, images, music, '''code''', and more.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Split screen: Spam filter vs AI painting&lt;br /&gt;
&lt;br /&gt;
| Most '''AI''' we use daily is '''Predictive AI'''. &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' classifies '''data''' and makes predictions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Text on screen: &amp;quot;Predictive AI → What is this?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| '''Predictive AI''' helps in understanding two things. &lt;br /&gt;
&lt;br /&gt;
First, it can identify &amp;quot;What is this?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Second, it can guess &amp;quot;What will happen next?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
So, '''Predictive AI''' recognizes things and makes smart guesses about the future.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Spam filter animation&lt;br /&gt;
&lt;br /&gt;
| For example, use of a '''spam filter''' in an '''email inbox'''. &lt;br /&gt;
&lt;br /&gt;
Here, '''Predictive AI''' checks each '''email''' and decides whether it is '''spam''' or not.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Recommender system visual&lt;br /&gt;
&lt;br /&gt;
| We use '''Predictive AI''' in many everyday '''apps'''. &lt;br /&gt;
&lt;br /&gt;
Some of them are '''weather apps''', '''movie apps''', '''map apps''', and '''photo apps'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Transition: Text &amp;quot;Generative AI → Create something new&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| On the other hand, '''Generative AI''' or '''GenAI''', can create something new. &lt;br /&gt;
&lt;br /&gt;
It creates them based on the knowledge it has learned earlier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Astronaut riding horse (AI art)&lt;br /&gt;
&lt;br /&gt;
| It can generate a unique image, like an astronaut riding a horse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Poem generation example&lt;br /&gt;
&lt;br /&gt;
Code snippet generation&lt;br /&gt;
&lt;br /&gt;
| It can also write a short poem or generate a working '''code'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Text highlight: &amp;quot;Predictive → classify / Generative → create&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| So remember this difference. &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' classifies and predicts '''data''', whereas '''GenAI''' creates examples.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Timeline animation → 2017 marker&lt;br /&gt;
&lt;br /&gt;
| '''GenAI''' uses a '''model''' called '''Transformer'''. &lt;br /&gt;
&lt;br /&gt;
'''Transformers''' process language in parallel, rather than word by word. &lt;br /&gt;
&lt;br /&gt;
This makes them faster, smarter, and more efficient.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sentence visualization using a story analogy&lt;br /&gt;
&lt;br /&gt;
| '''Transformers''' understand how words relate to each other, like we follow a story.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Side-by-side: before vs after Transformer&lt;br /&gt;
&lt;br /&gt;
| This lets them generate well-structured, meaningful, human-like text.&lt;br /&gt;
&lt;br /&gt;
'''GenAI''' grew rapidly after '''Transformer architecture''' made a breakthrough in 2017.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Transition slide: &amp;quot;Core Terminology&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| Now, let's learn a few important '''GenAI''' terms.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Brain icon&lt;br /&gt;
&lt;br /&gt;
| First, let's understand the term '''Model'''.&lt;br /&gt;
&lt;br /&gt;
Think of the '''model''' as the &amp;quot;brain&amp;quot; of the '''AI''' system.&lt;br /&gt;
&lt;br /&gt;
A '''model''' can be small and task-specific. &lt;br /&gt;
&lt;br /&gt;
It can also be large and for general purposes.&lt;br /&gt;
&lt;br /&gt;
For example, '''ChatGPT''' is a '''model''' trained on large amounts of text.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Training animation&lt;br /&gt;
&lt;br /&gt;
| Next term is '''Training'''. &lt;br /&gt;
&lt;br /&gt;
It means teaching the '''model''' to use a large amount of data.&lt;br /&gt;
&lt;br /&gt;
The '''model''' is given numerous examples, including entire books and sample texts.&lt;br /&gt;
&lt;br /&gt;
The '''model''' learns patterns from this '''data''' during training.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Prompt box + user typing&lt;br /&gt;
&lt;br /&gt;
| Next term is '''Prompt'''. &lt;br /&gt;
&lt;br /&gt;
A '''prompt''' is the instruction you give to a '''Gen AI model'''.&lt;br /&gt;
&lt;br /&gt;
It tells the '''model''' what task it has to perform.&lt;br /&gt;
&lt;br /&gt;
For example, &amp;quot;Write a story about a robot.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Text cum Visual tokens like puzzle pieces:&lt;br /&gt;
&lt;br /&gt;
AI breaks your text into small pieces (tokens), &lt;br /&gt;
&lt;br /&gt;
understands each piece, &lt;br /&gt;
&lt;br /&gt;
and then puts the pieces together to form a meaningful response.&lt;br /&gt;
&lt;br /&gt;
| Next term is '''Tokens'''. '''AI models''' break the input into small pieces called '''tokens'''.&lt;br /&gt;
&lt;br /&gt;
A '''token''' is a unit of '''data'''. &lt;br /&gt;
&lt;br /&gt;
It can be in any form, such as text, image, or audio.&lt;br /&gt;
&lt;br /&gt;
The '''model''' reads, understands, and generates information '''token''' by '''token'''.&lt;br /&gt;
&lt;br /&gt;
Think of '''tokens''' like puzzle pieces. &lt;br /&gt;
&lt;br /&gt;
'''AI''' breaks your text into small pieces. &lt;br /&gt;
&lt;br /&gt;
Then it understands each piece and then puts the pieces together to form a meaningful response.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| LLM logo examples (GPT, Gemini, LLaMA)&lt;br /&gt;
&lt;br /&gt;
| Next term is '''LLM'''. &lt;br /&gt;
&lt;br /&gt;
It stands for '''Large Language Model'''.&lt;br /&gt;
&lt;br /&gt;
'''LLM''' is a powerful '''model''' trained on billions of text '''tokens'''.&lt;br /&gt;
&lt;br /&gt;
For example: '''ChatGPT''', '''Gemini''', and '''LLaMA'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Model responding to prompt&lt;br /&gt;
&lt;br /&gt;
| Next term is '''Inference'''. &lt;br /&gt;
&lt;br /&gt;
'''Inference''' is when the '''model''' takes a '''prompt''' and generates an '''output'''.&lt;br /&gt;
&lt;br /&gt;
It's the stage where the '''model''' produces a response after it has been trained.&lt;br /&gt;
&lt;br /&gt;
So, when you give a '''prompt''', the '''model''' generates text as an '''output'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Summary Slide&lt;br /&gt;
Bulleted list&lt;br /&gt;
&lt;br /&gt;
| Let's quickly summarize what we learnt:&lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' is used to '''classify or predict'''.&lt;br /&gt;
&lt;br /&gt;
'''Generative AI''' is used to '''create new content'''.&lt;br /&gt;
&lt;br /&gt;
How to differentiate '''Predictive AI''' from '''Generative AI'''.&lt;br /&gt;
&lt;br /&gt;
Some key '''terms used in Generative AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Assignment slide&lt;br /&gt;
Pick one '''Predictive AI''' example and one '''Generative AI''' example from your daily life.&lt;br /&gt;
&lt;br /&gt;
Write down one line explaining why each fits its category.&lt;br /&gt;
&lt;br /&gt;
Also, reflect on any risks or biases that may exist in your examples.&lt;br /&gt;
&lt;br /&gt;
| As an assignment do the following.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||Acknowledgement slides&lt;br /&gt;
&lt;br /&gt;
| This brings us to the end of the tutorial.&lt;br /&gt;
&lt;br /&gt;
Thank you for watching!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Using-Gemini-in-Google-Colab/English</id>
		<title>Being-Creative-with-AI/C3/Using-Gemini-in-Google-Colab/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Using-Gemini-in-Google-Colab/English"/>
				<updated>2026-05-20T06:02:06Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Using Gemini''' in '''Google Colab'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to:&lt;br /&gt;
&lt;br /&gt;
* Enable '''Gemini''' in '''Colab'''.&lt;br /&gt;
&lt;br /&gt;
* Generate '''Python''' code.&lt;br /&gt;
&lt;br /&gt;
* Explain code.&lt;br /&gt;
&lt;br /&gt;
* Debug errors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As AI tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational AI Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
&lt;br /&gt;
* '''Ubuntu 24.04 L T S'''.&lt;br /&gt;
&lt;br /&gt;
* '''Firefox''' version '''148.0.2''' and&lt;br /&gt;
&lt;br /&gt;
* A working internet connection.&lt;br /&gt;
&lt;br /&gt;
* An active '''Google account''' to access '''Google Colab'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial, learners should have basic knowledge of computers.&lt;br /&gt;
&lt;br /&gt;
They should also be familiar with using a web browser.&lt;br /&gt;
&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial&lt;br /&gt;
&lt;br /&gt;
'''gc-command.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| The following '''code file''' is required to practice this '''tutorial'''.&lt;br /&gt;
&lt;br /&gt;
This '''file''' is provided in the '''Code Files link''' of this '''tutorial''' page.&lt;br /&gt;
&lt;br /&gt;
Please '''download''' and extract the '''file'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Gemini in Google Colab'''&lt;br /&gt;
&lt;br /&gt;
| '''Gemini''' in '''Google Colab''' helps generate, explain, and debug code.&lt;br /&gt;
&lt;br /&gt;
It does not require an '''A P I''' key.&lt;br /&gt;
&lt;br /&gt;
'''A P I''' keys are used in applications.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Getting started&lt;br /&gt;
&lt;br /&gt;
| Let us get started.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type:&lt;br /&gt;
&lt;br /&gt;
'''https://colab.research.google.com/'''&lt;br /&gt;
&lt;br /&gt;
and press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
| You can use any '''browser'''.&lt;br /&gt;
&lt;br /&gt;
I'm using '''Firefox'''.&lt;br /&gt;
&lt;br /&gt;
Log into your '''Google account'''.&lt;br /&gt;
&lt;br /&gt;
Type this '''URL''' and press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''+New notebook''' button.&lt;br /&gt;
&lt;br /&gt;
| '''Open notebook''' '''window''' appears.&lt;br /&gt;
&lt;br /&gt;
Let us create a new notebook.&lt;br /&gt;
&lt;br /&gt;
Click the Plus New notebook button at the bottom left corner of the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| New notebook page&lt;br /&gt;
&lt;br /&gt;
| A '''New notebook''' page opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Gemini''' Toggle Highlight&lt;br /&gt;
&lt;br /&gt;
Click on the '''Gemini''' Toggle.&lt;br /&gt;
&lt;br /&gt;
| Locate the '''Toggle Gemini''' icon at the bottom.&lt;br /&gt;
&lt;br /&gt;
Click the toggle to enable '''Gemini'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Colab Privacy Notice''' window&lt;br /&gt;
&lt;br /&gt;
| A '''Colab Privacy Notice''' window displays.&lt;br /&gt;
&lt;br /&gt;
Click on '''Continue'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on '''Gemini''' Panel View&lt;br /&gt;
&lt;br /&gt;
| The '''Gemini''' panel appears on the right side of the screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Type the prompt:'''&lt;br /&gt;
&lt;br /&gt;
'''Write a Python program to calculate factorial.'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| In the prompt area, type: '''Write a Python program to calculate factorial.'''&lt;br /&gt;
&lt;br /&gt;
Press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
You can also press the '''arrow button''' to run the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Point the cursor to the generated code.&lt;br /&gt;
&lt;br /&gt;
| The code gets generated in the notebook.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click the '''Accept &amp;amp; Run''' button.&lt;br /&gt;
&lt;br /&gt;
| Click '''Accept &amp;amp; Run''' to execute the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the Output&lt;br /&gt;
&lt;br /&gt;
| The code gets executed and displays the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''At the prompt,'''&lt;br /&gt;
&lt;br /&gt;
'''Type: Explain this code line by line''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Type: '''Show how it computes factorial of 5''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Now at the prompt, type: '''Explain this code line by line''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
We can see each and every line of code is explained thoroughly.&lt;br /&gt;
&lt;br /&gt;
Now type the prompt: '''Show how it computes factorial of 5''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Point the cursor to the explanation.&lt;br /&gt;
&lt;br /&gt;
| Gemini displays the explanation clearly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Introducing error&lt;br /&gt;
&lt;br /&gt;
| Now, let us introduce an error in the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Select the code from the notebook and delete it.&lt;br /&gt;
&lt;br /&gt;
| Clear the colab screen by clicking on 'Delete cell' icon.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Copy paste the code from the text editor.&lt;br /&gt;
&lt;br /&gt;
def factorial(n):&lt;br /&gt;
&lt;br /&gt;
    result = 1&lt;br /&gt;
&lt;br /&gt;
    for i in range(1, n):&lt;br /&gt;
&lt;br /&gt;
    result = result * i&lt;br /&gt;
&lt;br /&gt;
    return result&lt;br /&gt;
&lt;br /&gt;
print(factorial(5))&lt;br /&gt;
&lt;br /&gt;
| Click on the '''plus''' Code icon.&lt;br /&gt;
&lt;br /&gt;
A new code cell displays.&lt;br /&gt;
&lt;br /&gt;
Copy paste the code from the text editor in the code cell.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the Code.&lt;br /&gt;
&lt;br /&gt;
| There are 2 errors in this code.&lt;br /&gt;
&lt;br /&gt;
At first glance, the code looks correct, but it contains some errors.&lt;br /&gt;
&lt;br /&gt;
The first error is an indentation error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight '''result = result * i'''&lt;br /&gt;
&lt;br /&gt;
| This line is not indented inside the for loop.&lt;br /&gt;
&lt;br /&gt;
In Python, indentation defines the structure of the program.&lt;br /&gt;
&lt;br /&gt;
Because, Python will throw an indentation error and the code will not run.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight '''range(1, n)'''&lt;br /&gt;
&lt;br /&gt;
| The second error is a logical error in the range function.&lt;br /&gt;
&lt;br /&gt;
The range function excludes the last value.&lt;br /&gt;
&lt;br /&gt;
It runs from 1 to 4 instead of 1 to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Run cell''' icon&lt;br /&gt;
&lt;br /&gt;
| Now click on '''Run cell''' icon to execute the code.&lt;br /&gt;
&lt;br /&gt;
Observe the error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Type: Why is it showing an error?'''&lt;br /&gt;
&lt;br /&gt;
And press the '''Enter''' key.&lt;br /&gt;
&lt;br /&gt;
| In the Gemini panel, type: '''Why is it showing an error?'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
In the '''Gemini''' panel, we can see an explanation of what the error is.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Now type: '''Fix the code and explain''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
| Now type: '''Fix the code and explain''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the '''Gemini''' suggestion.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept &amp;amp; run''' button.&lt;br /&gt;
&lt;br /&gt;
| '''Gemini''' suggests using a range from '''1 to n plus 1'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Accept &amp;amp; run''', to execute the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight the output indicating the code is correct.&lt;br /&gt;
&lt;br /&gt;
| The code gets executed and the output is shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Caution Slide&lt;br /&gt;
&lt;br /&gt;
| Please note the following caution points.&lt;br /&gt;
&lt;br /&gt;
* Do not copy code blindly.&lt;br /&gt;
&lt;br /&gt;
* Always run and verify the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Summary&lt;br /&gt;
&lt;br /&gt;
| With this, we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Summary&lt;br /&gt;
&lt;br /&gt;
| Let us summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learnt to:&lt;br /&gt;
&lt;br /&gt;
* Enable Gemini in Colab.&lt;br /&gt;
&lt;br /&gt;
* Generate Python code.&lt;br /&gt;
&lt;br /&gt;
* Explain code.&lt;br /&gt;
&lt;br /&gt;
* Debug errors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Assignment&lt;br /&gt;
&lt;br /&gt;
As an assignment,&lt;br /&gt;
&lt;br /&gt;
Generate a program with constraints, introduce an error, and fix it using Gemini.&lt;br /&gt;
&lt;br /&gt;
| We encourage you to do this assignment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement slide&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Closing slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by&lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Creating-and-using-a-Gemini-API-Key/English</id>
		<title>Being-Creative-with-AI/C3/Creating-and-using-a-Gemini-API-Key/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Creating-and-using-a-Gemini-API-Key/English"/>
				<updated>2026-05-20T05:52:03Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Title Slide&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial '''on '''Creating and using a Gemini API key'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Learning Objectives Slide&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to -&lt;br /&gt;
&lt;br /&gt;
* Use '''Google AI Studio'''&lt;br /&gt;
&lt;br /&gt;
* Create a '''Gemini API key'''&lt;br /&gt;
&lt;br /&gt;
* Store the '''key''' securely&lt;br /&gt;
&lt;br /&gt;
* Use the '''key''' in a simple '''Python''' example&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As Al tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational Al Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| System Requirement Slide&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
* A laptop with '''internet''' connection&lt;br /&gt;
* A '''web browser''' such as '''Chrome'''&lt;br /&gt;
* A '''Google account'''&lt;br /&gt;
* '''Google Colab''' for running '''Python code'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
&lt;br /&gt;
| Basic '''computer''' knowledge is enough to follow this tutorial.&lt;br /&gt;
&lt;br /&gt;
No '''programming''' experience is required.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite&lt;br /&gt;
&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial &lt;br /&gt;
'''Gemini-API-key.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: '''Why Gemini API?'''&lt;br /&gt;
&lt;br /&gt;
| The '''Gemini API''' helps us use '''Google’s AI models''' in '''applications.'''&lt;br /&gt;
&lt;br /&gt;
We will use '''Google AI Studio''' to create an '''API key.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show browser address bar&lt;br /&gt;
&lt;br /&gt;
| Open any '''web browser''' and log into your '''Google account'''. Now in the address bar type, '''aistudio dot google dot com'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| First-time login screen&lt;br /&gt;
&lt;br /&gt;
| Accept the terms and click '''Continue''' if prompted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “Get API key”&lt;br /&gt;
&lt;br /&gt;
| Click on '''Get API key''' in the bottom left corner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “Create API key”&lt;br /&gt;
&lt;br /&gt;
| On the top right, click on '''Create API key.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Rename field&lt;br /&gt;
&lt;br /&gt;
| A '''pop window''' named''' Create a new key''' opens.&lt;br /&gt;
&lt;br /&gt;
In the '''Name your key''' field, I will type''' Sample API'''&lt;br /&gt;
&lt;br /&gt;
Note that a default name is already provided in this field.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Project selection&lt;br /&gt;
&lt;br /&gt;
| Next field is '''Choose an imported project.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''dropdown''' and select '''plus Create project. '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Project field&lt;br /&gt;
&lt;br /&gt;
| Another '''pop up window''' named '''Create a new project''' opens. &lt;br /&gt;
&lt;br /&gt;
In '''Name your project''' field, I will again type '''Sample API'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Create project.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click Create Key&lt;br /&gt;
&lt;br /&gt;
| Again a '''pop up window''' opens. '''Create Key.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show generated key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click Copy key&lt;br /&gt;
&lt;br /&gt;
| Now the''' API key''' is generated.  &lt;br /&gt;
&lt;br /&gt;
In the '''pop up''' window you can see the details.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Copy key''' tab towards the bottom right corner.&lt;br /&gt;
&lt;br /&gt;
Doing so will '''copy''' the '''API key''' safely.&lt;br /&gt;
&lt;br /&gt;
Close the '''pop up''' window by clicking on the cross mark.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the copy icon&lt;br /&gt;
&lt;br /&gt;
| You can also '''copy''' the '''API key''' by clicking on the '''copy icon''' here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open Google Colab&lt;br /&gt;
&lt;br /&gt;
| In a new '''browser''' tab, type '''colab dot research dot google dot com'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click + New Notebook&lt;br /&gt;
&lt;br /&gt;
| Click on '''plus New notebook '''button''' '''on the left corner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click Key icon&lt;br /&gt;
Add new secret&lt;br /&gt;
&lt;br /&gt;
| Click on the '''Key icon''' on the left panel. &lt;br /&gt;
Here, click on '''plus Add new secret.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Enter Name and Value&lt;br /&gt;
&lt;br /&gt;
| I’m entering the '''Name''' as '''Spoken. '''&lt;br /&gt;
Paste the '''API key''' in the '''Value '''field.&lt;br /&gt;
&lt;br /&gt;
Click and drag the''' Notebook Access''' option to use the key.&lt;br /&gt;
&lt;br /&gt;
The key is now stored securely. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Point to the key&lt;br /&gt;
&lt;br /&gt;
| Do not share your '''API key''' publicly. Others can misuse your data.&lt;br /&gt;
&lt;br /&gt;
Let us close this '''Secrets''' window now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Using the API key&lt;br /&gt;
&lt;br /&gt;
| Next, let us use this '''API key''' to create an '''AI application.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show code&lt;br /&gt;
'''!pip install -q -U google-generativeai'''&lt;br /&gt;
&lt;br /&gt;
| First, let us install the library. &lt;br /&gt;
&lt;br /&gt;
In a new '''code cell '''type: &lt;br /&gt;
&lt;br /&gt;
'''exclamation pip space install space hyphen q space hyphen capital U space google hyphen generative ai'''&lt;br /&gt;
 &lt;br /&gt;
Press''' shift '''and''' enter keys '''to run it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight import statements&lt;br /&gt;
&lt;br /&gt;
'''import google.generativeai as genai '''&lt;br /&gt;
&lt;br /&gt;
'''from google.colab import userdata'''&lt;br /&gt;
&lt;br /&gt;
| Now we need to import the required modules. &lt;br /&gt;
&lt;br /&gt;
Now pause the video and type this command in a new '''code cell.'''&lt;br /&gt;
&lt;br /&gt;
This '''command''' should be in 2 lines as shown here.&lt;br /&gt;
&lt;br /&gt;
Always, Make sure the cursor is on the same line at the end of the '''command.'''&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show code&lt;br /&gt;
&lt;br /&gt;
'''GOOGLE_API_KEY = userdata.get('Spoken')'''&lt;br /&gt;
'''genai.configure(api_key=GOOGLE_API_KEY)'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Next we need to retrieve the '''API key''' from secrets using this code. &lt;br /&gt;
&lt;br /&gt;
Now pause the video and type this command in a new '''code cell.'''&lt;br /&gt;
&lt;br /&gt;
This '''command''' should be in 2 lines as shown here.&lt;br /&gt;
&lt;br /&gt;
Remember '''Spoken''' is the name given for the '''api key '''stored in the secret manager&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Create model&lt;br /&gt;
&lt;br /&gt;
'''model = genai.GenerativeModel('gemini-2.5-flash')'''&lt;br /&gt;
&lt;br /&gt;
| Now we will create a '''Gemini model''' with this code.&lt;br /&gt;
&lt;br /&gt;
Type''' model equal to genai dot GenerativeModel open parenthesis single quote gemini-2.5-flash close single quote parenthesis'''&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Generate content&lt;br /&gt;
&lt;br /&gt;
'''response = model.generate_content(&amp;quot;Write a slogan for a smart coffee mug&amp;quot;)'''&lt;br /&gt;
&lt;br /&gt;
| Let us now generate content using the model with this code.&lt;br /&gt;
&lt;br /&gt;
Now pause the video and type this '''command''' in a new '''code cell.'''&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
'''print(response.text)'''&lt;br /&gt;
&lt;br /&gt;
| We will now print the response with this '''print open parenthesis response dot text close parenthesis''' &lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
The '''model''' generates creative slogans. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
&lt;br /&gt;
| Let us summarise. We learnt the following.&lt;br /&gt;
&lt;br /&gt;
* Created a '''Gemini API key'''&lt;br /&gt;
* Stored it securely in '''Colab'''&lt;br /&gt;
* Used it in a '''Python''' example&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Assignment Slide'''&lt;br /&gt;
* Create your own '''API key'''&lt;br /&gt;
* Open '''Google Colab '''and store the key &lt;br /&gt;
* Create a '''Gemini model''' as mentioned in the tutorial&lt;br /&gt;
* Modify the prompt to '''create 5-questions for a science quiz. '''&lt;br /&gt;
* Run the '''code''' and observe the output.&lt;br /&gt;
&lt;br /&gt;
| Here is an assignment for you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Acknowledgement slide'''&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| This '''Spoken Tutorial '''is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay'''&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Creating-and-using-a-Gemini-API-Key/English</id>
		<title>Being-Creative-with-AI/C3/Creating-and-using-a-Gemini-API-Key/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Creating-and-using-a-Gemini-API-Key/English"/>
				<updated>2026-05-20T05:50:24Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Title Slide&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial '''on '''Creating and using a Gemini API key'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Learning Objectives Slide&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to -&lt;br /&gt;
&lt;br /&gt;
* Use '''Google AI Studio'''&lt;br /&gt;
&lt;br /&gt;
* Create a '''Gemini API key'''&lt;br /&gt;
&lt;br /&gt;
* Store the '''key''' securely&lt;br /&gt;
&lt;br /&gt;
* Use the '''key''' in a simple '''Python''' example&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As Al tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational Al Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| System Requirement Slide&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
* A laptop with '''internet''' connection&lt;br /&gt;
* A '''web browser''' such as '''Chrome'''&lt;br /&gt;
* A '''Google account'''&lt;br /&gt;
* '''Google Colab''' for running '''Python code'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
&lt;br /&gt;
| Basic '''computer''' knowledge is enough to follow this tutorial.&lt;br /&gt;
&lt;br /&gt;
No '''programming''' experience is required.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite&lt;br /&gt;
&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial &lt;br /&gt;
'''Gemini-API-key.txt'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: '''Why Gemini API?'''&lt;br /&gt;
&lt;br /&gt;
| The '''Gemini API''' helps us use '''Google’s AI models''' in '''applications.'''&lt;br /&gt;
&lt;br /&gt;
We will use '''Google AI Studio''' to create an '''API key.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show browser address bar&lt;br /&gt;
&lt;br /&gt;
| ''Open any '''web browser''' and log into your '''Google account'''. Now in the address bar type, '''aistudio dot google dot com'''.''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| First-time login screen&lt;br /&gt;
&lt;br /&gt;
| Accept the terms and click '''Continue''' if prompted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “Get API key”&lt;br /&gt;
&lt;br /&gt;
| Click on '''Get API key''' in the bottom left corner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “Create API key”&lt;br /&gt;
&lt;br /&gt;
| On the top right, click on '''Create API key.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Rename field&lt;br /&gt;
&lt;br /&gt;
| A '''pop window''' named''' Create a new key''' opens.&lt;br /&gt;
&lt;br /&gt;
In the '''Name your key''' field, I will type''' Sample API'''&lt;br /&gt;
&lt;br /&gt;
Note that a default name is already provided in this field.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Project selection&lt;br /&gt;
&lt;br /&gt;
| Next field is '''Choose an imported project.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''dropdown''' and select '''plus Create project. '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Project field&lt;br /&gt;
&lt;br /&gt;
| Another '''pop up window''' named '''Create a new project''' opens. &lt;br /&gt;
&lt;br /&gt;
In '''Name your project''' field, I will again type '''Sample API'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Create project.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click Create Key&lt;br /&gt;
&lt;br /&gt;
| Again a '''pop up window''' opens. '''Create Key.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show generated key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click Copy key&lt;br /&gt;
&lt;br /&gt;
| Now the''' API key''' is generated.  &lt;br /&gt;
&lt;br /&gt;
In the '''pop up''' window you can see the details.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Copy key''' tab towards the bottom right corner.&lt;br /&gt;
&lt;br /&gt;
Doing so will '''copy''' the '''API key''' safely.&lt;br /&gt;
&lt;br /&gt;
Close the '''pop up''' window by clicking on the cross mark.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show the copy icon&lt;br /&gt;
&lt;br /&gt;
| You can also '''copy''' the '''API key''' by clicking on the '''copy icon''' here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Open Google Colab&lt;br /&gt;
&lt;br /&gt;
| In a new '''browser''' tab, type '''colab dot research dot google dot com'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click + New Notebook&lt;br /&gt;
&lt;br /&gt;
| Click on '''plus New notebook '''button''' '''on the left corner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click Key icon&lt;br /&gt;
Add new secret&lt;br /&gt;
&lt;br /&gt;
| Click on the '''Key icon''' on the left panel. &lt;br /&gt;
Here, click on '''plus Add new secret.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Enter Name and Value&lt;br /&gt;
&lt;br /&gt;
| I’m entering the '''Name''' as '''Spoken. '''&lt;br /&gt;
Paste the '''API key''' in the '''Value '''field.&lt;br /&gt;
&lt;br /&gt;
Click and drag the''' Notebook Access''' option to use the key.&lt;br /&gt;
&lt;br /&gt;
The key is now stored securely. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Point to the key&lt;br /&gt;
&lt;br /&gt;
| Do not share your '''API key''' publicly. Others can misuse your data.&lt;br /&gt;
&lt;br /&gt;
Let us close this '''Secrets''' window now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Using the API key&lt;br /&gt;
&lt;br /&gt;
| Next, let us use this '''API key''' to create an '''AI application.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show code&lt;br /&gt;
'''!pip install -q -U google-generativeai'''&lt;br /&gt;
&lt;br /&gt;
| First, let us install the library. &lt;br /&gt;
&lt;br /&gt;
In a new '''code cell '''type: &lt;br /&gt;
&lt;br /&gt;
'''exclamation pip space install space hyphen q space hyphen capital U space google hyphen generative ai'''&lt;br /&gt;
 &lt;br /&gt;
Press''' shift '''and''' enter keys '''to run it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight import statements&lt;br /&gt;
&lt;br /&gt;
'''import google.generativeai as genai '''&lt;br /&gt;
&lt;br /&gt;
'''from google.colab import userdata'''&lt;br /&gt;
&lt;br /&gt;
| Now we need to import the required modules. &lt;br /&gt;
&lt;br /&gt;
Now pause the video and type this command in a new '''code cell.'''&lt;br /&gt;
&lt;br /&gt;
This '''command''' should be in 2 lines as shown here.&lt;br /&gt;
&lt;br /&gt;
Always, Make sure the cursor is on the same line at the end of the '''command.'''&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show code&lt;br /&gt;
&lt;br /&gt;
'''GOOGLE_API_KEY = userdata.get('Spoken')'''&lt;br /&gt;
'''genai.configure(api_key=GOOGLE_API_KEY)'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Next we need to retrieve the '''API key''' from secrets using this code. &lt;br /&gt;
&lt;br /&gt;
Now pause the video and type this command in a new '''code cell.'''&lt;br /&gt;
&lt;br /&gt;
This '''command''' should be in 2 lines as shown here.&lt;br /&gt;
&lt;br /&gt;
Remember '''Spoken''' is the name given for the '''api key '''stored in the secret manager&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Create model&lt;br /&gt;
&lt;br /&gt;
'''model = genai.GenerativeModel('gemini-2.5-flash')'''&lt;br /&gt;
&lt;br /&gt;
| Now we will create a '''Gemini model''' with this code.&lt;br /&gt;
&lt;br /&gt;
Type''' model equal to genai dot GenerativeModel open parenthesis single quote gemini-2.5-flash close single quote parenthesis'''&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Generate content&lt;br /&gt;
&lt;br /&gt;
'''response = model.generate_content(&amp;quot;Write a slogan for a smart coffee mug&amp;quot;)'''&lt;br /&gt;
&lt;br /&gt;
| Let us now generate content using the model with this code.&lt;br /&gt;
&lt;br /&gt;
Now pause the video and type this '''command''' in a new '''code cell.'''&lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
'''print(response.text)'''&lt;br /&gt;
&lt;br /&gt;
| We will now print the response with this '''print open parenthesis response dot text close parenthesis''' &lt;br /&gt;
&lt;br /&gt;
Press''' shift '''and''' enter.'''&lt;br /&gt;
&lt;br /&gt;
The '''model''' generates creative slogans. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
&lt;br /&gt;
| Let us summarise. We learnt the following.&lt;br /&gt;
&lt;br /&gt;
* Created a '''Gemini API key'''&lt;br /&gt;
* Stored it securely in '''Colab'''&lt;br /&gt;
* Used it in a '''Python''' example&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Assignment Slide'''&lt;br /&gt;
* Create your own '''API key'''&lt;br /&gt;
* Open '''Google Colab '''and store the key &lt;br /&gt;
* Create a '''Gemini model''' as mentioned in the tutorial&lt;br /&gt;
* Modify the prompt to '''create 5-questions for a science quiz. '''&lt;br /&gt;
* Run the '''code''' and observe the output.&lt;br /&gt;
&lt;br /&gt;
| Here is an assignment for you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Acknowledgement slide'''&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| This '''Spoken Tutorial '''is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay'''&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English</id>
		<title>Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English"/>
				<updated>2026-05-19T14:16:47Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''spoken tutorial '''on '''Getting Started with Python in Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives Slide'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to -&lt;br /&gt;
&lt;br /&gt;
* Use '''Google Colab'''&lt;br /&gt;
&lt;br /&gt;
* '''Run''' a '''Python code''' for the '''Hello World program'''&lt;br /&gt;
&lt;br /&gt;
* Create and use '''Variables''' and '''Strings'''&lt;br /&gt;
&lt;br /&gt;
* '''Format output '''using '''f-strings'''&lt;br /&gt;
&lt;br /&gt;
* '''Run''' the '''print function'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| ''' Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As Al tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational Al Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''System Requirement '''&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
* A '''laptop '''with an''' internet connection.'''&lt;br /&gt;
* A web browser such as '''Chrome''', '''Firefox''', or '''Edge'''. &lt;br /&gt;
* An active '''Google account to '''access '''Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Pre-requisite Slide '''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial, the learner should be familiar with basic''' computing.'''&lt;br /&gt;
&lt;br /&gt;
No prior '''Python programming''' experience is required.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code Files'''&lt;br /&gt;
The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
'''Python-in-Google-Colab.txt'''&lt;br /&gt;
 &lt;br /&gt;
This file is provided in the code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
The following '''code file''' is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Why Python?&lt;br /&gt;
&lt;br /&gt;
| '''Python''' is widely used for '''Artificial Intelligence'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Easy to read. Global community.&lt;br /&gt;
&lt;br /&gt;
| It is a simple and powerful programming language.&lt;br /&gt;
&lt;br /&gt;
It is easy to read and learn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Community&lt;br /&gt;
&lt;br /&gt;
| A large global community builds many free '''tools''' for '''Python'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Google Colab homepage&lt;br /&gt;
&lt;br /&gt;
| We will use '''Google Colab, a cloud-based editor''' in this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show browser address bar with colab.research.google.com&lt;br /&gt;
&lt;br /&gt;
| Open any '''web browser''' and Log into your '''Google account. '''&lt;br /&gt;
&lt;br /&gt;
Now in  the '''address bar''' type  and press enter. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Google Colab welcome page&lt;br /&gt;
&lt;br /&gt;
| '''Welcome to Colab '''webpage''' '''opens with an '''Open notebook '''pop-up window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “New Notebook” button&lt;br /&gt;
&lt;br /&gt;
| To begin, we will create a '''new notebook. '''&lt;br /&gt;
&lt;br /&gt;
For that, we will go to the bottom left of the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Then''' click '''on the tab''' plus New notebook.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show '''Untitled0.ipynb'''&lt;br /&gt;
&lt;br /&gt;
'''practice.ipynb'''&lt;br /&gt;
&lt;br /&gt;
| A new webpage opens. &lt;br /&gt;
&lt;br /&gt;
A file name appears on the top left corner of the webpage. &lt;br /&gt;
&lt;br /&gt;
By default it  is named as this: &lt;br /&gt;
&lt;br /&gt;
Let us rename this as shown on the screen. &lt;br /&gt;
&lt;br /&gt;
This '''file''' is automatically saved to your '''Google drive. '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show blank Colab code cell&lt;br /&gt;
&lt;br /&gt;
| Now we are ready to write '''Python code'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Code cell&lt;br /&gt;
&lt;br /&gt;
| Notice the '''input bar here''', it says''' Start coding or generate with AI.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type print(&amp;quot;Hello World&amp;quot;) in cell&lt;br /&gt;
&lt;br /&gt;
| In a new '''code cell''' type:&lt;br /&gt;
&lt;br /&gt;
'''print''' then '''open parenthesis '''followed by double quotes. '''Hello World '''in between the double quotes.&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
Notice the''' loading icon''', it means the '''output''' is getting generated. &lt;br /&gt;
&lt;br /&gt;
Here it is .&lt;br /&gt;
&lt;br /&gt;
The '''output''' says '''Hello World.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Hello World output&lt;br /&gt;
&lt;br /&gt;
| Congratulations. You have '''run''' your first '''Python program'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Variables and Strings — step by step&lt;br /&gt;
&lt;br /&gt;
| Now, we will learn about '''Variables''' and '''Strings''' step by step.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name = &amp;quot;Smart Coffee Mug&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| In a new cell, type '''product underscore name space equal to space double quotes open Smart Coffee Mug close double quotes'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
| Now, press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name=&amp;quot;Smart Coffee Mug&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| This saves the '''text '''inside a '''variable''' named '''product underscore name.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name&lt;br /&gt;
&lt;br /&gt;
| To check the value, in a new''' cell''' type: '''product underscore name'''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together  to view the value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output ‘Smart Coffee Mug’&lt;br /&gt;
&lt;br /&gt;
| You can see the stored '''text''', '''Smart Coffee Mug'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  type(product_name)&lt;br /&gt;
&lt;br /&gt;
| Now, let's check the''' data type.'''&lt;br /&gt;
&lt;br /&gt;
In a new cell, '''type''' this command: '''type parenthesis open  product underscore name parenthesis close'''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output &amp;lt;class 'str'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| The '''output''' is '''s t r, '''which stands for '''string.'''&lt;br /&gt;
&lt;br /&gt;
This is the '''format''' '''Python''' uses for '''text'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| New code cell&lt;br /&gt;
&lt;br /&gt;
| To open a new cell, press '''plus code''' button. &lt;br /&gt;
&lt;br /&gt;
If you already have a new cell, you may ignore this step.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| print(&amp;quot;Product:&amp;quot;, product_name)&lt;br /&gt;
&lt;br /&gt;
| Now type the following '''print open parenthesis double quotes Product colon close quote comma product underscore name close parenthesis '''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Display of product and variable&lt;br /&gt;
&lt;br /&gt;
| Here, '''Product''' is the '''text''' and '''product underscore name''' is the '''variable'''.&lt;br /&gt;
&lt;br /&gt;
Notice how both are displayed on the same line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| greeting=f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| Now pause the video and type the '''command '''&lt;br /&gt;
&lt;br /&gt;
'''Greeting ''''''is equal to f double quote Welcome to open braces product underscore name close braces'''&lt;br /&gt;
&lt;br /&gt;
Now press '''shift''' and '''enter''' '''keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| greeting = f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| This '''line''' uses an '''f-string.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type greeting = f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| '''f '''tells '''Python''' to insert the '''variable''' value inside the '''string'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| print(greeting)&lt;br /&gt;
&lt;br /&gt;
| Type '''print '''now '''open parenthesis greeting close parenthesis''' and press '''Shift '''and '''Enter '''keys together.&lt;br /&gt;
&lt;br /&gt;
Notice the output. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Welcome to Smart Coffee Mug&lt;br /&gt;
&lt;br /&gt;
| This is how '''variables''' and '''strings''' work together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide: Summary'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we learnt to:&lt;br /&gt;
&lt;br /&gt;
Set up and use '''Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
'''Execute''' the first '''Hello World program.'''&lt;br /&gt;
&lt;br /&gt;
Practice using the '''print function.'''&lt;br /&gt;
&lt;br /&gt;
Create and use '''variables''' and '''strings.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide: Assignment'''&lt;br /&gt;
&lt;br /&gt;
1) Open Google Colab&lt;br /&gt;
&lt;br /&gt;
2) Create your own product_name variable&lt;br /&gt;
&lt;br /&gt;
3) Print a greeting using that variable&lt;br /&gt;
&lt;br /&gt;
| Now, here is an assignment for you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement&lt;br /&gt;
&lt;br /&gt;
| This brings us to the end of this '''tutorial'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Closing slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English</id>
		<title>Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English"/>
				<updated>2026-05-19T14:15:35Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''spoken tutorial '''on '''Getting Started with Python in Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives Slide'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to -&lt;br /&gt;
&lt;br /&gt;
* Use '''Google Colab'''&lt;br /&gt;
&lt;br /&gt;
* '''Run''' a '''Python code''' for the '''Hello World program'''&lt;br /&gt;
&lt;br /&gt;
* Create and use '''Variables''' and '''Strings'''&lt;br /&gt;
&lt;br /&gt;
* '''Format output '''using '''f-strings'''&lt;br /&gt;
&lt;br /&gt;
* '''Run''' the '''print function'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| ''' Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As Al tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational Al Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''System Requirement '''&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
* A '''laptop '''with an''' internet connection.'''&lt;br /&gt;
* A web browser such as '''Chrome''', '''Firefox''', or '''Edge'''. &lt;br /&gt;
* An active '''Google account to '''access '''Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Pre-requisite Slide '''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial, the learner should be familiar with basic''' computing.'''&lt;br /&gt;
&lt;br /&gt;
No prior '''Python programming''' experience is required.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code Files'''&lt;br /&gt;
The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
'''Python-in-Google-Colab.txt'''&lt;br /&gt;
 &lt;br /&gt;
This file is provided in the code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
The following '''code file''' is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Why Python?&lt;br /&gt;
&lt;br /&gt;
| '''Python''' is widely used for '''Artificial Intelligence'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Easy to read. Global community.&lt;br /&gt;
&lt;br /&gt;
| It is a simple and powerful programming language.&lt;br /&gt;
&lt;br /&gt;
It is easy to read and learn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Community&lt;br /&gt;
&lt;br /&gt;
| A large global community builds many free '''tools''' for '''Python'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Google Colab homepage&lt;br /&gt;
&lt;br /&gt;
| We will use '''Google Colab, a cloud-based editor''' in this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show browser address bar with colab.research.google.com&lt;br /&gt;
&lt;br /&gt;
| Open any '''web browser''' and Log into your '''Google account. '''&lt;br /&gt;
&lt;br /&gt;
Now in  the '''address bar''' type  and press enter. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Google Colab welcome page&lt;br /&gt;
&lt;br /&gt;
| '''Welcome to Colab '''webpage''' '''opens with an '''Open notebook pop-up window'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “New Notebook” button&lt;br /&gt;
&lt;br /&gt;
| To begin, we will create a '''new notebook. '''&lt;br /&gt;
&lt;br /&gt;
For that, we will go to the bottom left of the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Then''' click '''on the tab''' plus New notebook.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show '''Untitled0.ipynb'''&lt;br /&gt;
&lt;br /&gt;
'''practice.ipynb'''&lt;br /&gt;
&lt;br /&gt;
| A new webpage opens. &lt;br /&gt;
&lt;br /&gt;
A file name appears on the top left corner of the webpage. &lt;br /&gt;
&lt;br /&gt;
By default it  is named as this: &lt;br /&gt;
&lt;br /&gt;
Let us rename this as shown on the screen. &lt;br /&gt;
&lt;br /&gt;
This '''file''' is automatically saved to your '''Google drive. '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show blank Colab code cell&lt;br /&gt;
&lt;br /&gt;
| Now we are ready to write '''Python code'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Code cell&lt;br /&gt;
&lt;br /&gt;
| Notice the '''input bar here''', it says''' Start coding or generate with AI.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type print(&amp;quot;Hello World&amp;quot;) in cell&lt;br /&gt;
&lt;br /&gt;
| In a new '''code cell''' type:&lt;br /&gt;
&lt;br /&gt;
'''print''' then '''open parenthesis '''followed by double quotes. '''Hello World '''in between the double quotes.&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
Notice the''' loading icon''', it means the '''output''' is getting generated. &lt;br /&gt;
&lt;br /&gt;
Here it is .&lt;br /&gt;
&lt;br /&gt;
The '''output''' says '''Hello World.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Hello World output&lt;br /&gt;
&lt;br /&gt;
| Congratulations. You have '''run''' your first '''Python program'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Variables and Strings — step by step&lt;br /&gt;
&lt;br /&gt;
| Now, we will learn about '''Variables''' and '''Strings''' step by step.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name = &amp;quot;Smart Coffee Mug&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| In a new cell, type '''product underscore name space equal to space double quotes open Smart Coffee Mug close double quotes'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
| Now, press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name=&amp;quot;Smart Coffee Mug&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| This saves the '''text '''inside a '''variable''' named '''product underscore name.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name&lt;br /&gt;
&lt;br /&gt;
| To check the value, in a new''' cell''' type: '''product underscore name'''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together  to view the value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output ‘Smart Coffee Mug’&lt;br /&gt;
&lt;br /&gt;
| You can see the stored '''text''', '''Smart Coffee Mug'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  type(product_name)&lt;br /&gt;
&lt;br /&gt;
| Now, let's check the''' data type.'''&lt;br /&gt;
&lt;br /&gt;
In a new cell, '''type''' this command: '''type parenthesis open  product underscore name parenthesis close'''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output &amp;lt;class 'str'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| The '''output''' is '''s t r, '''which stands for '''string.'''&lt;br /&gt;
&lt;br /&gt;
This is the '''format''' '''Python''' uses for '''text'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| New code cell&lt;br /&gt;
&lt;br /&gt;
| To open a new cell, press '''plus code''' button. &lt;br /&gt;
&lt;br /&gt;
If you already have a new cell, you may ignore this step.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| print(&amp;quot;Product:&amp;quot;, product_name)&lt;br /&gt;
&lt;br /&gt;
| Now type the following '''print open parenthesis double quotes Product colon close quote comma product underscore name close parenthesis '''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Display of product and variable&lt;br /&gt;
&lt;br /&gt;
| Here, '''Product''' is the '''text''' and '''product underscore name''' is the '''variable'''.&lt;br /&gt;
&lt;br /&gt;
Notice how both are displayed on the same line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| greeting=f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| Now pause the video and type the '''command '''&lt;br /&gt;
&lt;br /&gt;
'''Greeting ''''''is equal to f double quote Welcome to open braces product underscore name close braces'''&lt;br /&gt;
&lt;br /&gt;
Now press '''shift''' and '''enter''' '''keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| greeting = f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| This '''line''' uses an '''f-string.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type greeting = f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| '''f '''tells '''Python''' to insert the '''variable''' value inside the '''string'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| print(greeting)&lt;br /&gt;
&lt;br /&gt;
| Type '''print '''now '''open parenthesis greeting close parenthesis''' and press '''Shift '''and '''Enter '''keys together.&lt;br /&gt;
&lt;br /&gt;
Notice the output. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Welcome to Smart Coffee Mug&lt;br /&gt;
&lt;br /&gt;
| This is how '''variables''' and '''strings''' work together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide: Summary'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we learnt to:&lt;br /&gt;
&lt;br /&gt;
Set up and use '''Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
'''Execute''' the first '''Hello World program.'''&lt;br /&gt;
&lt;br /&gt;
Practice using the '''print function.'''&lt;br /&gt;
&lt;br /&gt;
Create and use '''variables''' and '''strings.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide: Assignment'''&lt;br /&gt;
&lt;br /&gt;
1) Open Google Colab&lt;br /&gt;
&lt;br /&gt;
2) Create your own product_name variable&lt;br /&gt;
&lt;br /&gt;
3) Print a greeting using that variable&lt;br /&gt;
&lt;br /&gt;
| Now, here is an assignment for you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement&lt;br /&gt;
&lt;br /&gt;
| This brings us to the end of this '''tutorial'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Closing slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English</id>
		<title>Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Being-Creative-with-AI/C3/Getting-Started-with-Python-in-Google-Colab/English"/>
				<updated>2026-05-19T14:14:18Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''spoken tutorial '''on '''Getting Started with Python in Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Learning Objectives Slide'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn to -&lt;br /&gt;
&lt;br /&gt;
* Use '''Google Colab'''&lt;br /&gt;
&lt;br /&gt;
* '''Run''' a '''Python code''' for the '''Hello World program'''&lt;br /&gt;
&lt;br /&gt;
* Create and use '''Variables''' and '''Strings'''&lt;br /&gt;
&lt;br /&gt;
* '''Format output '''using '''f-strings'''&lt;br /&gt;
&lt;br /&gt;
* '''Run''' the '''print function'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| ''' Disclaimer Content Slide'''&lt;br /&gt;
&lt;br /&gt;
| As Al tools constantly evolve, if you are unable to locate any icon or encounter difficulty at any step, you may use any conversational Al Chatbot for guidance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''System Requirement '''&lt;br /&gt;
&lt;br /&gt;
| To record this tutorial, I am using:&lt;br /&gt;
* A '''laptop '''with an''' internet connection.'''&lt;br /&gt;
* A web browser such as '''Chrome''', '''Firefox''', or '''Edge'''. &lt;br /&gt;
* An active '''Google account to '''access '''Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Pre-requisite Slide '''&lt;br /&gt;
&lt;br /&gt;
| To follow this tutorial, the learner should be familiar with basic''' computing.'''&lt;br /&gt;
&lt;br /&gt;
No prior '''Python programming''' experience is required.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite&lt;br /&gt;
For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
'''http://EduPyramids.org'''&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this tutorial, visit the website shown on your screen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Code Files'''&lt;br /&gt;
The following code file is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
'''Python-in-Google-Colab.txt'''&lt;br /&gt;
 &lt;br /&gt;
This file is provided in the code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
The following '''code file''' is required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code Files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Why Python?&lt;br /&gt;
&lt;br /&gt;
| '''Python''' is widely used for '''Artificial Intelligence'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Easy to read. Global community.&lt;br /&gt;
&lt;br /&gt;
| It is a simple and powerful programming language.&lt;br /&gt;
&lt;br /&gt;
It is easy to read and learn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Community&lt;br /&gt;
&lt;br /&gt;
| A large global community builds many free '''tools''' for '''Python'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Google Colab homepage&lt;br /&gt;
&lt;br /&gt;
| We will use '''Google Colab, a cloud-based editor''' in this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show browser address bar with colab.research.google.com&lt;br /&gt;
&lt;br /&gt;
| Open any '''web browser''' and Log into your '''Google account. '''&lt;br /&gt;
&lt;br /&gt;
Now in  the '''address bar''' type  and press enter. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Google Colab welcome page&lt;br /&gt;
&lt;br /&gt;
| '''Welcome to Colab '''webpage''' '''opens with an '''Open notebook pop-up window'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Highlight “New Notebook” button&lt;br /&gt;
&lt;br /&gt;
| To begin, we will create a '''new notebook. '''&lt;br /&gt;
&lt;br /&gt;
For that, we will go to the bottom left of the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Then''' click '''on the tab''' plus New notebook.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show '''Untitled0.ipynb'''&lt;br /&gt;
&lt;br /&gt;
'''practice.ipynb'''&lt;br /&gt;
&lt;br /&gt;
| A new webpage opens. &lt;br /&gt;
&lt;br /&gt;
A file name appears on the top left corner of the webpage. &lt;br /&gt;
&lt;br /&gt;
By default it  is named as this: &lt;br /&gt;
&lt;br /&gt;
Let us rename this as shown on the screen. &lt;br /&gt;
&lt;br /&gt;
This '''file''' is automatically saved to your '''Google drive. '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show blank Colab code cell&lt;br /&gt;
&lt;br /&gt;
| Now we are ready to write '''Python code'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Code cell&lt;br /&gt;
&lt;br /&gt;
| Notice the '''input bar here''', it says''' Start coding or generate with AI.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type print(&amp;quot;Hello World&amp;quot;) in cell&lt;br /&gt;
&lt;br /&gt;
| In a new '''code cell''' type:&lt;br /&gt;
&lt;br /&gt;
'''print''' then '''open parenthesis '''followed by double quotes. '''Hello World '''in between the double quotes.&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
Notice the''' loading icon''', it means the '''output''' is getting generated. &lt;br /&gt;
&lt;br /&gt;
Here it is .&lt;br /&gt;
&lt;br /&gt;
The '''output''' says '''Hello World.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show Hello World output&lt;br /&gt;
&lt;br /&gt;
| Congratulations. '''You have run''' your first '''Python program'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show slide: Variables and Strings — step by step&lt;br /&gt;
&lt;br /&gt;
| Now, we will learn about '''Variables''' and '''Strings''' step by step.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name = &amp;quot;Smart Coffee Mug&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| In a new cell, type '''product underscore name space equal to space double quotes open Smart Coffee Mug close double quotes'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
| Now, press '''Shift''' and''' Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name=&amp;quot;Smart Coffee Mug&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| This saves the '''text '''inside a '''variable''' named '''product underscore name.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| product_name&lt;br /&gt;
&lt;br /&gt;
| To check the value, in a new''' cell''' type: '''product underscore name'''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together  to view the value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output ‘Smart Coffee Mug’&lt;br /&gt;
&lt;br /&gt;
| You can see the stored '''text''', '''Smart Coffee Mug'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  type(product_name)&lt;br /&gt;
&lt;br /&gt;
| Now, let's check the''' data type.'''&lt;br /&gt;
&lt;br /&gt;
In a new cell, '''type''' this command: '''type parenthesis open  product underscore name parenthesis close'''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Show output &amp;lt;class 'str'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| The '''output''' is '''s t r, '''which stands for '''string.'''&lt;br /&gt;
&lt;br /&gt;
This is the '''format''' '''Python''' uses for '''text'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| New code cell&lt;br /&gt;
&lt;br /&gt;
| To open a new cell, press '''plus code''' button. &lt;br /&gt;
&lt;br /&gt;
If you already have a new cell, you may ignore this step.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| print(&amp;quot;Product:&amp;quot;, product_name)&lt;br /&gt;
&lt;br /&gt;
| Now type the following '''print open parenthesis double quotes Product colon close quote comma product underscore name close parenthesis '''&lt;br /&gt;
&lt;br /&gt;
Now, press '''Shift '''and '''Enter''' '''Keys''' together &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Display of product and variable&lt;br /&gt;
&lt;br /&gt;
| Here, '''Product''' is the '''text''' and '''product underscore name''' is the '''variable'''.&lt;br /&gt;
&lt;br /&gt;
Notice how both are displayed on the same line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| greeting=f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| Now pause the video and type the '''command '''&lt;br /&gt;
&lt;br /&gt;
'''Greeting ''''''is equal to f double quote Welcome to open braces product underscore name close braces'''&lt;br /&gt;
&lt;br /&gt;
Now press '''shift''' and '''enter''' '''keys''' together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| greeting = f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| This '''line''' uses an '''f-string.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type greeting = f&amp;quot;Welcome to {product_name}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| '''f '''tells '''Python''' to insert the '''variable''' value inside the '''string'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| print(greeting)&lt;br /&gt;
&lt;br /&gt;
| Type '''print '''now '''open parenthesis greeting close parenthesis''' and press '''Shift '''and '''Enter '''keys together.&lt;br /&gt;
&lt;br /&gt;
Notice the output. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Welcome to Smart Coffee Mug&lt;br /&gt;
&lt;br /&gt;
| This is how '''variables''' and '''strings''' work together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide: Summary'''&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we learnt to:&lt;br /&gt;
&lt;br /&gt;
Set up and use '''Google Colab.'''&lt;br /&gt;
&lt;br /&gt;
'''Execute''' the first '''Hello World program.'''&lt;br /&gt;
&lt;br /&gt;
Practice using the '''print function.'''&lt;br /&gt;
&lt;br /&gt;
Create and use '''variables''' and '''strings.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide: Assignment'''&lt;br /&gt;
&lt;br /&gt;
1) Open Google Colab&lt;br /&gt;
&lt;br /&gt;
2) Create your own product_name variable&lt;br /&gt;
&lt;br /&gt;
3) Print a greeting using that variable&lt;br /&gt;
&lt;br /&gt;
| Now, here is an assignment for you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement&lt;br /&gt;
&lt;br /&gt;
| This brings us to the end of this '''tutorial'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Closing slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Personality-and-Human-Development/C2/How-to-Change-Beliefs/English</id>
		<title>Personality-and-Human-Development/C2/How-to-Change-Beliefs/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Personality-and-Human-Development/C2/How-to-Change-Beliefs/English"/>
				<updated>2026-05-19T12:55:35Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Title slide – How to Change Beliefs&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''How to Change Beliefs'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Learning Objective&lt;br /&gt;
&lt;br /&gt;
| In this tutorial, we will learn how to change our beliefs through a story.&lt;br /&gt;
We will also observe how reflection and practice help us grow.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 2: Recap&lt;br /&gt;
&lt;br /&gt;
| In the previous tutorial, we learned how to recognise unhelpful beliefs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual – List of signs&lt;br /&gt;
&lt;br /&gt;
| Let’s recap a few signs.&lt;br /&gt;
&lt;br /&gt;
• We keep getting results we do not want.&lt;br /&gt;
&lt;br /&gt;
• We keep hearing negative feedback.&lt;br /&gt;
&lt;br /&gt;
• We feel emotions like fear, anger, or frustration.&lt;br /&gt;
&lt;br /&gt;
• We feel demotivated and tired.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual – Pause screen / reflection icon&lt;br /&gt;
&lt;br /&gt;
| Let’s pause for a moment.&lt;br /&gt;
Have you felt any of these signs recently?&lt;br /&gt;
Think quietly before moving ahead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Classroom announcement&lt;br /&gt;
&lt;br /&gt;
| Now, I will tell you a story to explain how beliefs can change.&lt;br /&gt;
Meet Tara, a second-year college student.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara working on project&lt;br /&gt;
&lt;br /&gt;
| Tara had worked very hard on her project.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor making announcement&lt;br /&gt;
&lt;br /&gt;
| One day, her Professor made an announcement.&lt;br /&gt;
Each student must present their project in 2 minutes to the whole class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara feeling nervous&lt;br /&gt;
&lt;br /&gt;
| Tara’s heart sank.&lt;br /&gt;
She disliked public speaking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Scene – Presentation day&lt;br /&gt;
&lt;br /&gt;
| On the presentation day, when her turn came, Tara stood up nervously.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sweating palms and nervous expression&lt;br /&gt;
&lt;br /&gt;
| Her palms sweated.&lt;br /&gt;
Her heart raced.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara freezing during presentation&lt;br /&gt;
&lt;br /&gt;
| Then she froze.&lt;br /&gt;
No words came out of her.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara sitting down quietly&lt;br /&gt;
&lt;br /&gt;
| After a pause, she sat down quietly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Scene – Result announcement&lt;br /&gt;
&lt;br /&gt;
| Her excellent project lost marks because she couldn’t present it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara feeling disappointed&lt;br /&gt;
&lt;br /&gt;
| She felt bad that she couldn't be a topper.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Professor’s feedback to Tara&lt;br /&gt;
&lt;br /&gt;
| After class, her professor said, “Your project was excellent, Tara.&lt;br /&gt;
But you lost marks in the presentation.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara speaking softly&lt;br /&gt;
&lt;br /&gt;
| Tara replied softly, “Ma’am, I am not good at public speaking.&lt;br /&gt;
I can’t do it.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Professor’s story&lt;br /&gt;
&lt;br /&gt;
| The professor smiled and said, “Do you know, I also hated public speaking once?”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor remembering past experience&lt;br /&gt;
&lt;br /&gt;
| She shared how she once froze on stage, forgot her lines, and cried.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor practicing speaking&lt;br /&gt;
&lt;br /&gt;
| But she practised.&lt;br /&gt;
Slowly, step by step, she improved.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor teaching confidently&lt;br /&gt;
&lt;br /&gt;
| Today, she speaks confidently as a teacher.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor encouraging Tara&lt;br /&gt;
&lt;br /&gt;
| She told Tara, “Beliefs are not fixed.&lt;br /&gt;
They can be changed.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Tara’s new belief&lt;br /&gt;
&lt;br /&gt;
| Tara was surprised and curious.&lt;br /&gt;
She felt hopeful.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara thinking positively&lt;br /&gt;
&lt;br /&gt;
| She thought, “Maybe with practice, I can also get better at public speaking.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara’s initial beliefs&lt;br /&gt;
&lt;br /&gt;
| Let’s look at her beliefs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Thought bubble with negative belief&lt;br /&gt;
&lt;br /&gt;
| Initially, she believed, “I’m not good at public speaking.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reflection visual&lt;br /&gt;
&lt;br /&gt;
| Was it helping her?&lt;br /&gt;
No.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara losing topper position&lt;br /&gt;
&lt;br /&gt;
| She was no longer the topper of her class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Negative emotions&lt;br /&gt;
&lt;br /&gt;
| She also experienced negative emotions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reflection visual&lt;br /&gt;
&lt;br /&gt;
| Clearly, her belief was not helping her.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor’s story to change belief&lt;br /&gt;
&lt;br /&gt;
| What convinced her to change her belief?&lt;br /&gt;
Her professor’s story did.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor speaking confidently to class&lt;br /&gt;
&lt;br /&gt;
| Her professor, with practice, became comfortable speaking in front of a crowd.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara reflecting&lt;br /&gt;
&lt;br /&gt;
| So Tara thought maybe with practice, she could also do it too.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| New belief text on screen&lt;br /&gt;
&lt;br /&gt;
| Her new belief is, “With practice, I can also become good at public speaking.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Tara’s preparation for next speech&lt;br /&gt;
&lt;br /&gt;
| For the next class, Tara wrote down what she wanted to say.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara mentally practicing&lt;br /&gt;
&lt;br /&gt;
| She practised it a couple of times in her mind.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara speaking aloud&lt;br /&gt;
&lt;br /&gt;
| She then tried saying one line aloud.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Nervous but continuing&lt;br /&gt;
&lt;br /&gt;
| Her voice shook, but she finished saying it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara feeling relieved&lt;br /&gt;
&lt;br /&gt;
| She felt nervous, but also felt relieved and a little proud.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Professor appreciating Tara&lt;br /&gt;
&lt;br /&gt;
| Her professor was also impressed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Friend encouraging Tara&lt;br /&gt;
&lt;br /&gt;
| Her close friend later said, “I’m proud of you.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Practice &amp;amp; tracking of Day 1&lt;br /&gt;
&lt;br /&gt;
| Tara began to keep a small journal of her progress.&lt;br /&gt;
She wrote in it daily.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Journal entry – Day 1&lt;br /&gt;
&lt;br /&gt;
| Day 1: I spoke one line. My voice was shaky.&lt;br /&gt;
I felt scared initially.&lt;br /&gt;
After I spoke, I felt proud.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Practice &amp;amp; tracking of Day 5 and Day 10&lt;br /&gt;
&lt;br /&gt;
| Day 5: I shared two points in a group discussion.&lt;br /&gt;
I felt less nervous.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Journal entry – Day 10&lt;br /&gt;
&lt;br /&gt;
| Day 10: I introduced a guest at a seminar.&lt;br /&gt;
I was still nervous, but I finished well.&lt;br /&gt;
My friends clapped for me.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara reviewing progress journal&lt;br /&gt;
&lt;br /&gt;
| Writing down her actions helped Tara to see that she was improving.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Breakthrough&lt;br /&gt;
&lt;br /&gt;
| Weeks later, Tara presented confidently in the class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara speaking confidently&lt;br /&gt;
&lt;br /&gt;
| Her heart still raced, but she smiled and began speaking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Successful presentation&lt;br /&gt;
&lt;br /&gt;
| This time, she remembered every line.&lt;br /&gt;
She spoke clearly and finished strong.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara feeling confident&lt;br /&gt;
&lt;br /&gt;
| Her belief had changed now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Positive belief text on screen&lt;br /&gt;
&lt;br /&gt;
| She believed, “With practice, I can be good at public speaking.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Tara smiling with friends&lt;br /&gt;
&lt;br /&gt;
| She now felt confident, joyful, and proud.&lt;br /&gt;
Her friends also celebrated her progress.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Visual: Reflection&lt;br /&gt;
&lt;br /&gt;
| Beliefs cannot be changed in an instant.&lt;br /&gt;
It is a journey.&lt;br /&gt;
It takes time and effort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Person feeling slightly uncomfortable but continuing&lt;br /&gt;
&lt;br /&gt;
| It’s okay to feel uncomfortable during the process.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Process of changing emotions&lt;br /&gt;
&lt;br /&gt;
| During the process, emotions also change.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Emotional progression visual&lt;br /&gt;
&lt;br /&gt;
| They shift from fear to discomfort, to awkwardness, to finally relief.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Friends supporting Tara&lt;br /&gt;
&lt;br /&gt;
| Support from friends can make the journey easier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Writing and practice visual&lt;br /&gt;
&lt;br /&gt;
| By practising and writing down, new beliefs grow stronger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
&lt;br /&gt;
| Let’s summarize what we learnt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Summary points&lt;br /&gt;
&lt;br /&gt;
| Do the following to change a belief:&lt;br /&gt;
Become aware of your belief.&lt;br /&gt;
Ask yourself, if the belief is helping you or not?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
&lt;br /&gt;
| Create a new helpful belief.&lt;br /&gt;
&lt;br /&gt;
Practice it.&lt;br /&gt;
&lt;br /&gt;
Write down its progress.&lt;br /&gt;
&lt;br /&gt;
Celebrate each small step.&lt;br /&gt;
&lt;br /&gt;
Share your wins with friends.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Assignment&lt;br /&gt;
&lt;br /&gt;
• Identify a belief that is not working for you and write it down&lt;br /&gt;
&lt;br /&gt;
• Also write a new, supportive one you want to build&lt;br /&gt;
&lt;br /&gt;
• Take one small action this week to practice the new belief&lt;br /&gt;
&lt;br /&gt;
• Track your emotions using a simple log book&lt;br /&gt;
&lt;br /&gt;
• Share your progress with a friend. Be open to listening to their journey as well&lt;br /&gt;
&lt;br /&gt;
| Here is an assignment for you.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Disclaimer slide&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final slide&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by &lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Ltd''', '''SINE IIT Bombay'''.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Personality-and-Human-Development/C2/Understanding-Guilt/English</id>
		<title>Personality-and-Human-Development/C2/Understanding-Guilt/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Personality-and-Human-Development/C2/Understanding-Guilt/English"/>
				<updated>2026-05-18T14:49:20Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  '''Visual Cue '''&lt;br /&gt;
&lt;br /&gt;
|  '''Narration '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Title Slide&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Understanding Guilt'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Learning Objectives &lt;br /&gt;
&lt;br /&gt;
| In this tutorial you will learn to:&lt;br /&gt;
&lt;br /&gt;
- Define the concept of guilt.&lt;br /&gt;
&lt;br /&gt;
- Identify common triggers for guilt.&lt;br /&gt;
&lt;br /&gt;
- Recognize the impact of guilt on individuals.&lt;br /&gt;
&lt;br /&gt;
- Explore different ways to process guilt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this '''tutorial''', visit the '''website''' shown on your screen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Computer and mobile phone&lt;br /&gt;
Notebook&lt;br /&gt;
Pause&lt;br /&gt;
&lt;br /&gt;
| To learn you will need a computer or a mobile phone.&lt;br /&gt;
&lt;br /&gt;
Before we start, please keep a notebook ready to note your reflections.&lt;br /&gt;
&lt;br /&gt;
Pause and practice when instructed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Guilt&lt;br /&gt;
&lt;br /&gt;
| Guilt is an emotion we all experience.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A woman feeling guilty&lt;br /&gt;
&lt;br /&gt;
| It often makes us uncomfortable.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A woman feeling guilty&lt;br /&gt;
&lt;br /&gt;
| But guilt exists for an important reason.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Guilt vs values&lt;br /&gt;
&lt;br /&gt;
| It helps us see when we have gone against our values or broken someone's trust.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Hunter-gatherer life&lt;br /&gt;
&lt;br /&gt;
| Thousands of years ago, humans lived as hunter-gatherers in small tribes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Hunter-gatherer scenes&lt;br /&gt;
&lt;br /&gt;
| Survival depended on sharing food, protecting one another, and cooperation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A member of tribe lying&lt;br /&gt;
&lt;br /&gt;
Getting attacked by wolf&lt;br /&gt;
&lt;br /&gt;
| If one person lied, hid food from everyone, or broke trust, the entire group suffered.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Guilty man&lt;br /&gt;
&lt;br /&gt;
| Guilt helped early humans notice this from within.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A man alert&lt;br /&gt;
&lt;br /&gt;
| It acted as an inner alarm saying, &amp;quot;I may harm my group.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Man asking for forgiveness&lt;br /&gt;
&lt;br /&gt;
| This pushed to admit mistakes, repair harm, and restore trust.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A woman guilty with chains symbol&lt;br /&gt;
&lt;br /&gt;
| Guilt is not a moral weakness.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| A woman repairing the chains&lt;br /&gt;
&lt;br /&gt;
| It is a signal that something needs repair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Today's scenario&lt;br /&gt;
&lt;br /&gt;
| Life today is very different from the past.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Emotions&lt;br /&gt;
&lt;br /&gt;
| But our emotional system is the same.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Guilt vs values&lt;br /&gt;
&lt;br /&gt;
| Guilt still appears when our actions hurt others or break trust.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| College&lt;br /&gt;
&lt;br /&gt;
| Let us understand this through a college story.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Test announced in classroom&lt;br /&gt;
&lt;br /&gt;
| In class, a test was announced on Friday for the following Monday.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sonia noticing down&lt;br /&gt;
&lt;br /&gt;
| '''Sonia''' noted it down but soon forgot about it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Friends on a trek&lt;br /&gt;
&lt;br /&gt;
| That weekend, '''Sonia''' went on a short trek with her friend '''Rachita'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Friends on a trek&lt;br /&gt;
&lt;br /&gt;
| They enjoyed the walk and the fresh air.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Exam paper distribution&lt;br /&gt;
&lt;br /&gt;
| On Monday, the teacher entered the class and distributed question papers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sonia tensed&lt;br /&gt;
&lt;br /&gt;
| '''Sonia''' felt her stomach tighten.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sonia tensed&lt;br /&gt;
&lt;br /&gt;
| She had not studied at all.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher–student conversation&lt;br /&gt;
&lt;br /&gt;
| '''Sonia''' told the teacher she had travelled for a family emergency.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher–student conversation&lt;br /&gt;
&lt;br /&gt;
| The teacher believed her and allowed her to take the test later.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Bus stop scene&lt;br /&gt;
&lt;br /&gt;
| That evening, the teacher met '''Rachita''' at a bus stop.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Bus stop scene&lt;br /&gt;
&lt;br /&gt;
| She noticed '''Rachita''' limping and asked what had happened.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Casual question&lt;br /&gt;
&lt;br /&gt;
| '''Rachita''' said she was hurt during a trek.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Casual question&lt;br /&gt;
&lt;br /&gt;
| The teacher casually asked who went with her.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Casual question&lt;br /&gt;
&lt;br /&gt;
| '''Rachita''' replied, &amp;quot;'''Sonia'''!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher surprised&lt;br /&gt;
&lt;br /&gt;
| The teacher said, &amp;quot;Oh, but '''Sonia''' told me she travelled for a family emergency.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Phone call between Rachita and Sonia&lt;br /&gt;
&lt;br /&gt;
| Later that evening, '''Rachita''' called '''Sonia''' and shared this conversation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Inner conflict&lt;br /&gt;
&lt;br /&gt;
| '''Sonia''' felt a heaviness in her chest.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Inner conflict&lt;br /&gt;
&lt;br /&gt;
| Her thoughts repeated, &amp;quot;I lied.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Inner conflict&lt;br /&gt;
&lt;br /&gt;
| &amp;quot;I broke my teacher's trust.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Restless night&lt;br /&gt;
&lt;br /&gt;
| She wondered, &amp;quot;Will my teacher trust me again?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Restless night&lt;br /&gt;
&lt;br /&gt;
| That night, '''Sonia''' slept uneasily.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sonia approaches teacher&lt;br /&gt;
&lt;br /&gt;
| The next day, '''Sonia''' walked up to her teacher after class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sonia admitting the truth to the teacher&lt;br /&gt;
&lt;br /&gt;
| She admitted the truth and apologized sincerely.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher listening&lt;br /&gt;
&lt;br /&gt;
| The teacher appreciated '''Sonia's''' honesty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher explaining&lt;br /&gt;
&lt;br /&gt;
| She explained that trust takes time to rebuild.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Resolution&lt;br /&gt;
&lt;br /&gt;
| '''Sonia''' felt lighter after taking responsibility.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Resolution&lt;br /&gt;
&lt;br /&gt;
| She promised herself that she would not lie again.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Breakdown – Thoughts&lt;br /&gt;
&lt;br /&gt;
| Let us see how guilt showed up for '''Sonia'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Breakdown – Thoughts&lt;br /&gt;
&lt;br /&gt;
| As Thoughts: &amp;quot;I broke my teacher's trust.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Breakdown – Body&lt;br /&gt;
&lt;br /&gt;
| As body sensations: heaviness and uneasiness.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Breakdown – Feelings&lt;br /&gt;
&lt;br /&gt;
| As feelings: guilt and responsibility.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
&lt;br /&gt;
| Guilt is not about punishment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Repairing the damaged&lt;br /&gt;
&lt;br /&gt;
| It is a signal asking us to repair what was damaged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Repairing the damaged&lt;br /&gt;
&lt;br /&gt;
| Like all emotions, guilt does not stay forever.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher listening&lt;br /&gt;
&lt;br /&gt;
| Listening and acting on the message from the emotion helps the emotion fade away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Teacher listening&lt;br /&gt;
&lt;br /&gt;
| When guilt leads to honesty and repair, it is healthy.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Caution slide&lt;br /&gt;
&lt;br /&gt;
| When guilt turns into constant self-blame, it becomes harmful.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
&lt;br /&gt;
| Let us summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Guilt vs values&lt;br /&gt;
&lt;br /&gt;
| Guilt helps us notice when we have gone against our values.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Repairing trust&lt;br /&gt;
&lt;br /&gt;
| It guides us toward honesty, repair, and learning.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Repairing trust&lt;br /&gt;
&lt;br /&gt;
| When understood well, guilt strengthens relationships.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
&lt;br /&gt;
Write about a time you felt guilty&lt;br /&gt;
&lt;br /&gt;
What value or trust was affected?&lt;br /&gt;
&lt;br /&gt;
What action did guilt guide you towards?&lt;br /&gt;
&lt;br /&gt;
| Here is an assignment for you:&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Disclaimer slide&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final slide: &lt;br /&gt;
&lt;br /&gt;
This '''tutorial''' is brought to you by &lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Ltd''', '''SINE, IIT Bombay'''.&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Personality-and-Human-Development/C2/Understanding-Sadness/English</id>
		<title>Personality-and-Human-Development/C2/Understanding-Sadness/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Personality-and-Human-Development/C2/Understanding-Sadness/English"/>
				<updated>2026-05-18T14:25:41Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
&lt;br /&gt;
| '''Narration'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 1: Title – Understanding Sadness&lt;br /&gt;
&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on '''Understanding Sadness'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
&lt;br /&gt;
| For the Pre-requisites of this '''tutorial''', visit the '''website''' shown on your screen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide 2: Hunter-gatherer scene&lt;br /&gt;
&lt;br /&gt;
| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Death of a member&lt;br /&gt;
&lt;br /&gt;
| Sometimes, they lost a member of their group.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Feeling sad&lt;br /&gt;
&lt;br /&gt;
| In those moments, they felt deep sadness.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Comforting each other&lt;br /&gt;
&lt;br /&gt;
| Sadness made them seek comfort from others.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Being united as a tribe&lt;br /&gt;
&lt;br /&gt;
| This helped them stay united and survive.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Transition slide: Today's world&lt;br /&gt;
&lt;br /&gt;
| We don't live like hunter-gatherers anymore.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Today's world&lt;br /&gt;
&lt;br /&gt;
| But we still feel sad in similar ways.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sad emotion&lt;br /&gt;
&lt;br /&gt;
| How does that happen? We will see this through a story.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| College&lt;br /&gt;
&lt;br /&gt;
Raja and Gopi in college hostel&lt;br /&gt;
&lt;br /&gt;
| Let's look at a college story.&lt;br /&gt;
&lt;br /&gt;
'''Raja''' from '''Ajmer''' and '''Gopi''' from '''Chennai''' joined an Engineering college in '''Bangalore'''.&lt;br /&gt;
&lt;br /&gt;
Both were staying in the hostel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja sitting alone in the mess&lt;br /&gt;
&lt;br /&gt;
| '''Raja''' was sitting alone in the hostel mess.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja sitting alone at mess&lt;br /&gt;
&lt;br /&gt;
| He wasn't eating and looked very dull.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja missing home&lt;br /&gt;
&lt;br /&gt;
| He missed his parents, home food, and friends.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Gopi sitting with friends&lt;br /&gt;
&lt;br /&gt;
Gopi noticing Raja&lt;br /&gt;
&lt;br /&gt;
| '''Gopi''' had many school friends in the same college.&lt;br /&gt;
&lt;br /&gt;
While eating with them, he noticed '''Raja''' sitting alone.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja went next to Gopi&lt;br /&gt;
&lt;br /&gt;
| He walked up, sat next to him, and asked if he was okay.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Conversation between Raja and Gopi&lt;br /&gt;
&lt;br /&gt;
| '''Raja''' replied softly, &amp;quot;I'm okay,&amp;quot; but '''Gopi''' could make out that he wasn't.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Group eating together&lt;br /&gt;
&lt;br /&gt;
| '''Gopi''' invited '''Raja''' to join his friends for dinner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja feeling happy&lt;br /&gt;
&lt;br /&gt;
| Slowly, '''Raja''' felt comfortable and opened up.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Conversation between Raja and Gopi&lt;br /&gt;
&lt;br /&gt;
| He shared how lonely he was feeling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Movie outing&lt;br /&gt;
&lt;br /&gt;
| The next day, '''Gopi''' and his friends took '''Raja''' to a movie.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja feeling better while sleeping&lt;br /&gt;
&lt;br /&gt;
| This small act of care made '''Raja''' feel better.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
&lt;br /&gt;
| Let's see how sadness showed up for '''Raja'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja missing home&lt;br /&gt;
&lt;br /&gt;
| His thoughts were, &amp;quot;I miss my parents and my friends.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Low appetite&lt;br /&gt;
&lt;br /&gt;
| His body sensation was low appetite.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Loneliness&lt;br /&gt;
&lt;br /&gt;
| His feeling was Loneliness.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Raja feeling sad&lt;br /&gt;
&lt;br /&gt;
| Like '''Raja''', all of us feel sad sometimes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Sadness emotion&lt;br /&gt;
&lt;br /&gt;
| Sadness can feel heavy, but it helps us connect with others.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Relationship and bonding between people&lt;br /&gt;
&lt;br /&gt;
| It also helps us value relationships and seek support.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
&lt;br /&gt;
| Let's summarize. &lt;br /&gt;
&lt;br /&gt;
Sadness helped early humans survive.&lt;br /&gt;
&lt;br /&gt;
In today's world, we saw how sadness helped '''Raja''' build friendships.&lt;br /&gt;
&lt;br /&gt;
Sadness is not bad.&lt;br /&gt;
&lt;br /&gt;
It is a signal to reach out for help.&lt;br /&gt;
&lt;br /&gt;
When we get support, sadness becomes lighter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
&lt;br /&gt;
Write a short paragraph about a time when you felt sad&lt;br /&gt;
&lt;br /&gt;
Describe your thoughts, body sensations, and feelings&lt;br /&gt;
&lt;br /&gt;
Share it with a family member, or a friend&lt;br /&gt;
&lt;br /&gt;
| Here is an assignment for you&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Acknowledgement slides&lt;br /&gt;
&lt;br /&gt;
| Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Disclaimer slide&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Final slide: &lt;br /&gt;
&lt;br /&gt;
This '''tutorial''' is brought to you by &lt;br /&gt;
&lt;br /&gt;
'''EduPyramids Educational Services Private Ltd''', '''SINE, IIT Bombay'''.&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Developing-Empathy/C2/Reality-vs-Interpretation/English</id>
		<title>Developing-Empathy/C2/Reality-vs-Interpretation/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Developing-Empathy/C2/Reality-vs-Interpretation/English"/>
				<updated>2025-12-29T02:20:20Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Reality and Interpretations'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords:''' Reality, Interpretation, Self-awareness, Emotional intelligence, Perspective, Facts vs opinions, Subjective experience, video Tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite tutorial:''' Understanding Emotions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Reality and Interpretations&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on Reality and Interpretations.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 2: Learning Objective&lt;br /&gt;
|| Have you noticed how the same event feels different to different people?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| One may feel happy, another may feel angry. &lt;br /&gt;
&lt;br /&gt;
Why does that happen?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| In this tutorial, we will learn about Reality and Interpretations.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 3: What is Reality?&lt;br /&gt;
|| Reality is anything that can be measured, checked, or tested.&lt;br /&gt;
|-&lt;br /&gt;
|| Show in the visual cue.&lt;br /&gt;
|| For example: Petrol price is 112 rupees per litre.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the image.&lt;br /&gt;
|| Another example: Today’s outside temperature is '''30°C.''' &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They can be checked. The answer can be right or wrong &lt;br /&gt;
|-&lt;br /&gt;
|| Slide 4: What is Interpretation?&lt;br /&gt;
|| Interpretation is how we experience reality.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| For example: “Petrol is too expensive” or “Petrol is too cheap.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Another example:&lt;br /&gt;
&lt;br /&gt;
“The weather is beautiful” or “The weather is too hot.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| There is no right or wrong here. &lt;br /&gt;
&lt;br /&gt;
If the person is from a cold region, they will experience 30 degrees as hot.&lt;br /&gt;
&lt;br /&gt;
If they are from a hot region, they will experience 30 degrees as pleasant.&lt;br /&gt;
&lt;br /&gt;
These are interpretations.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 5: Sources of Interpretation&lt;br /&gt;
|| We form interpretations based on many factors.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Our past experiences. &lt;br /&gt;
&lt;br /&gt;
Stories from others.&lt;br /&gt;
&lt;br /&gt;
Books we read, movies we watch.&lt;br /&gt;
&lt;br /&gt;
What we hear from parents, teachers, and society.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 6: Fun Activity&lt;br /&gt;
|| Let’s play a quick game.&lt;br /&gt;
&lt;br /&gt;
You have to guess if it’s a Reality or an Interpretation.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “Room temperature is 28°C.” &lt;br /&gt;
&lt;br /&gt;
Can it be checked? &lt;br /&gt;
&lt;br /&gt;
Yes. So it’s reality.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “The tea tasted nice.” &lt;br /&gt;
&lt;br /&gt;
Can this statement be checked? &lt;br /&gt;
&lt;br /&gt;
No. So it's an interpretation.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “The bus arrived at 8:45 am.” &lt;br /&gt;
&lt;br /&gt;
Can this statement be checked? &lt;br /&gt;
&lt;br /&gt;
Yes. It’s reality.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “The monsoon season is beautiful.” &lt;br /&gt;
&lt;br /&gt;
There is no right or wrong for this statement. &lt;br /&gt;
&lt;br /&gt;
It depends on whether you like rain or not.&lt;br /&gt;
&lt;br /&gt;
So it's an Interpretation.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 7: Connection to Emotions&lt;br /&gt;
|| Did you notice?&lt;br /&gt;
&lt;br /&gt;
Only interpretations bring emotions.&lt;br /&gt;
|-&lt;br /&gt;
|| Graphics &lt;br /&gt;
&lt;br /&gt;
Tea is nice → Happiness&lt;br /&gt;
&lt;br /&gt;
Petrol price is high → Surprise”&lt;br /&gt;
|| Saying &amp;quot;Tea is nice” we express satisfaction&lt;br /&gt;
&lt;br /&gt;
Saying “Petrol price is high” we express surprise.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Saying “The weather is hot” we express discomfort.&lt;br /&gt;
&lt;br /&gt;
Saying “Monsoon is beautiful” we express joy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Statements of reality alone do not trigger emotions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| We experience emotions based on how we interpret reality.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 8: Reminder&lt;br /&gt;
|| Remember, emotions are not good or bad.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They simply tell us how we understand a situation.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 9: Summary&lt;br /&gt;
|| Let’s do a quick summary:&lt;br /&gt;
&lt;br /&gt;
We learned: What is reality, what is interpretation.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| How interpretations are formed?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| How emotions are formed based on our interpretations.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 10: Assignment&lt;br /&gt;
|| Now, let's do an assignment. Imagine you scored 80% in your final exam.&lt;br /&gt;
&lt;br /&gt;
That’s a statement of reality.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Write how you would interpret it.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| What emotion would you feel?&lt;br /&gt;
&lt;br /&gt;
What action would you take?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share it with a friend or a classmate.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of this '''tutoria'''l.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd.'''&lt;br /&gt;
&lt;br /&gt;
Thanks for watching.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English</id>
		<title>Understanding-Emotions/C2/Understanding-Fear/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English"/>
				<updated>2025-12-29T02:15:20Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Fear'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, fear, anxiety, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Fear&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Fear'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 2: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When they encountered a dangerous animal, they felt fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some froze, some ran, and some were prepared to fight.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear kept them alert and ready to protect themselves.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them survive dangerous situations.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| We don’t face wild animals often today.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But fear is still part of our daily life.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore more about fear in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: College exam hall&lt;br /&gt;
|| '''Raja''' from '''Ajmer''' and '''Gopi''' from '''Chennai''' joined a college in '''Bangalore'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They were preparing for their first exam in mathematics.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Raja in study hall&lt;br /&gt;
|| A week before the exam, '''Raja''' started to feel anxious.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| The maths taught in college seemed much harder.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He spent long hours with books, but the questions confused him.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some thoughts that ran in his head are: “What if I fail my exam?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “How will I tell my parents? &lt;br /&gt;
&lt;br /&gt;
What will my friends think of me?”&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Hostel evening&lt;br /&gt;
|| Each day, as the exam got closer, his fear grew stronger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His stomach felt upset and his breathing was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sometimes he skipped meals because he had no appetite.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Gopi noticing Raja&lt;br /&gt;
|| '''Gopi''' saw '''Raja''' sitting quietly and looking worried.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He asked, “You look tense, '''Raja'''. What’s wrong?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At the beginning, '''Raja''' didn’t say anything, but later he shared his thoughts.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He told '''Gopi''' he was scared of failing and letting his parents down.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Studying together&lt;br /&gt;
|| '''Gopi''' said, “Don’t worry. We still have a few days left.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “Let’s study together. Let’s go step by step.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Over the next three evenings, they studied together.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With '''Gopi's''' guidance '''Raja''' solved a few problems. It made him happy&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Gopi''' also explained the concepts and '''Raja''' slowly gained confidence.&lt;br /&gt;
|-'''&lt;br /&gt;
|| Scene: Exam day&lt;br /&gt;
|| On the day of the test, '''Raja''' still felt nervous.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He thought of '''Gopi’s''' tips and solved many questions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| By the end, '''Raja''' felt proud and relieved.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how fear showed up for '''Raja'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As Thoughts: “What if I fail? &lt;br /&gt;
&lt;br /&gt;
What will my parents and friends think?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Upset stomach and fast breathing.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Nervousness and being scared.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Raja''', we all experience fear sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear is not always bad. It pushes us to prepare.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When shared with friends, fear can become lighter.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. &lt;br /&gt;
&lt;br /&gt;
Fear helped early humans stay safe.&lt;br /&gt;
&lt;br /&gt;
In today’s world, fear helps us prepare for challenges.&lt;br /&gt;
&lt;br /&gt;
Fear helped '''Raja''' turn worry into confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment: &lt;br /&gt;
Write a short paragraph about a time you experienced fear.&lt;br /&gt;
&lt;br /&gt;
Describe your thoughts, body sensations, and your actions.&lt;br /&gt;
&lt;br /&gt;
Share it with a family member, friend, or a small group.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on fear.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd''', '''SINE, IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English</id>
		<title>Understanding-Emotions/C2/Understanding-Fear/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English"/>
				<updated>2025-12-29T02:12:35Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Fear'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, fear, anxiety, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Fear&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Fear'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 2: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When they encountered a dangerous animal, they felt fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some froze, some ran, and some were prepared to fight.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear kept them alert and ready to protect themselves.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them survive dangerous situations.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| We don’t face wild animals often today.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But fear is still part of our daily life.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore more about fear in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: College exam hall&lt;br /&gt;
|| '''Raja''' from '''Ajmer''' and '''Gopi''' from '''Chennai''' joined a college in '''Bangalore'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They were preparing for their first exam in mathematics.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Raja in study hall&lt;br /&gt;
|| A week before the exam, '''Raja''' started to feel anxious.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| The maths taught in college seemed much harder.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He spent long hours with books, but the questions confused him.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some thoughts that ran in his head are: “What if I fail my exam?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “How will I tell my parents? &lt;br /&gt;
&lt;br /&gt;
What will my friends think of me?”&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Hostel evening&lt;br /&gt;
|| Each day, as the exam got closer, his fear grew stronger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His stomach felt upset and his breathing was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sometimes he skipped meals because he had no appetite.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Gopi noticing Raja&lt;br /&gt;
|| '''Gopi''' saw '''Raja''' sitting quietly and looking worried.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He asked, “You look tense, '''Raja'''. What’s wrong?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At the beginning, '''Raja''' didn’t say anything, but later he shared his thoughts.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He told '''Gopi''' he was scared of failing and letting his parents down.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Studying together&lt;br /&gt;
|| '''Gopi''' said, “Don’t worry. We still have a few days left.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “Let’s study together. Let’s go step by step.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Over the next three evenings, they studied together.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With '''Gopi's''' guidance Raja solved a few problems. It made him happy&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Gopi''' also explained the concepts and '''Raja''' slowly gained confidence.&lt;br /&gt;
|-'''&lt;br /&gt;
|| Scene: Exam day&lt;br /&gt;
|| On the day of the test, '''Raja''' still felt nervous.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He thought of '''Gopi’s''' tips and solved many questions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| By the end, '''Raja''' felt proud and relieved.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how fear showed up for '''Raja'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As Thoughts: “What if I fail? &lt;br /&gt;
&lt;br /&gt;
What will my parents and friends think?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Upset stomach and fast breathing.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Nervousness and being scared.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Raja''', we all experience fear sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear is not always bad. It pushes us to prepare.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When shared with friends, fear can become lighter.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. &lt;br /&gt;
&lt;br /&gt;
Fear helped early humans stay safe.&lt;br /&gt;
&lt;br /&gt;
In today’s world, fear helps us prepare for challenges.&lt;br /&gt;
&lt;br /&gt;
Fear helped Raja turn worry into confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment: &lt;br /&gt;
Write a short paragraph about a time you experienced fear.&lt;br /&gt;
&lt;br /&gt;
Describe your thoughts, body sensations, and your actions.&lt;br /&gt;
&lt;br /&gt;
Share it with a family member, friend, or a small group.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the tutorial on fear.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd''', '''SINE, IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Anger/English</id>
		<title>Understanding-Emotions/C2/Understanding-Anger/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Anger/English"/>
				<updated>2025-12-29T02:06:42Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Anger'''&lt;br /&gt;
&lt;br /&gt;
Keywords: anger, sadness, fairness, bottled emotions, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Anger&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Anger'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, humans lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When someone threatened their family or food, early humans experienced anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger gave them energy to fight and protect their loved ones.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them ensure safety and unity of their group.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| Today, life is different, but we still experience anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It often shows up when something feels unfair.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Repeated sadness or fear can also turn into anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore this through a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: Hostel friendship&lt;br /&gt;
|| '''Meera''' and '''Anjali''' were first-year students in a hostel.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They ate together, studied together. They both became close friends.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| '''Anjali''' often missed home and felt lonely.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But she rarely spoke about her feelings.&lt;br /&gt;
|-&lt;br /&gt;
|| Sequence: Small incidents&lt;br /&gt;
|| As time passed, small events added to her sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Meera''' went shopping with another group of friends.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Another day, she joined them for a late-night movie.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At a college event, '''Meera''' sat with that group again.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Anjali''' wasn’t invited to any of these plans.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: The outburst&lt;br /&gt;
|| Each time, '''Anjali''' felt more left out.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| One evening in the mess, she saw '''Meera''' laughing with others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| All her bottled-up sadness burst out as anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “You’ve changed, '''Meera'''. You don’t care anymore!” She said angrily.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Anger’s signals&lt;br /&gt;
|| Notice '''Anjali’s''' body: her face has become red.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her jaw is tight, she is clenching her fist.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her heartbeat raced, and her breath was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| These are anger’s early alarms.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Resolution&lt;br /&gt;
|| Later that night, '''Meera''' went to '''Anjali’s''' room.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She said, “I’m sorry. I didn’t realize you felt left out.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Anjali''' admitted, “I was hurt and felt lonely.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Meera''' listened and promised to include her.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Both felt relieved after this conversation.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how anger showed up for '''Anjali'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As thoughts: “She doesn’t care about me anymore.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Red face, tight jaw, clenched fists, racing heart, fast breath.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Anger on the outside, sadness and fear of being left out inside.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Anjali''', we all feel anger sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger often hides sadness or fear we don’t express.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger is not always bad. It is a signal for fairness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| If handled well, anger can bring people closer.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But if anger goes out of control, it can damage trust and relationships.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| That’s why it must be expressed with care.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. Anger protected early humans.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Today, anger often comes from hurt, sadness, or fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger is a powerful energy — it must be managed with care.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment, write about a time you felt angry.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Was it linked to sadness or fear?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe your thoughts, body sensations, and actions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share it with a friend or a family member.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on anger.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Anger/English</id>
		<title>Understanding-Emotions/C2/Understanding-Anger/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Anger/English"/>
				<updated>2025-12-29T02:01:32Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Anger'''&lt;br /&gt;
&lt;br /&gt;
Keywords: anger, sadness, fairness, bottled emotions, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Anger&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Anger'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, humans lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When someone threatened their family or food, early humans experienced anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger gave them energy to fight and protect their loved ones.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them ensure safety and unity of their group.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| Today, life is different, but we still experience anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It often shows up when something feels unfair.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Repeated sadness or fear can also turn into anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore this through a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: Hostel friendship&lt;br /&gt;
|| '''Meera''' and '''Anjali''' were first-year students in a hostel.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They ate together, studied together. They both became close friends.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Anjali''' often missed home and felt lonely.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But she rarely spoke about her feelings.&lt;br /&gt;
|-&lt;br /&gt;
|| Sequence: Small incidents&lt;br /&gt;
|| As time passed, small events added to her sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Meera''' went shopping with another group of friends.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Another day, she joined them for a late-night movie.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At a college event, '''Meera''' sat with that group again.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anjali wasn’t invited to any of these plans.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: The outburst&lt;br /&gt;
|| Each time, '''Anjali''' felt more left out.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| One evening in the mess, she saw '''Meera''' laughing with others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| All her bottled-up sadness burst out as anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “You’ve changed, '''Meera'''. You don’t care anymore!” She said angrily.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Anger’s signals&lt;br /&gt;
|| Notice '''Anjali’s''' body: her face has become red.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her jaw is tight, she is clenching her fist.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her heartbeat raced, and her breath was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| These are anger’s early alarms.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Resolution&lt;br /&gt;
|| Later that night, '''Meera''' went to '''Anjali’s''' room.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She said, “I’m sorry. I didn’t realize you felt left out.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Anjali''' admitted, “I was hurt and felt lonely.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Meera''' listened and promised to include her.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Both felt relieved after this conversation.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how anger showed up for '''Anjali'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As thoughts: “She doesn’t care about me anymore.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Red face, tight jaw, clenched fists, racing heart, fast breath.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Anger on the outside, sadness and fear of being left out inside.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Anjali''', we all feel anger sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger often hides sadness or fear we don’t express.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger is not always bad. It is a signal for fairness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| If handled well, anger can bring people closer.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But if anger goes out of control, it can damage trust and relationships.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| That’s why it must be expressed with care.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. Anger protected early humans.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Today, anger often comes from hurt, sadness, or fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger is a powerful energy — it must be managed with care.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment, write about a time you felt angry.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Was it linked to sadness or fear?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe your thoughts, body sensations, and actions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share it with a friend or a family member.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on anger.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Sadness/English</id>
		<title>Understanding-Emotions/C2/Understanding-Sadness/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Sadness/English"/>
				<updated>2025-12-29T01:54:18Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Sadness'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, sadness, loneliness, self-awareness, college life, storytelling, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Sadness&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Sadness'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sometimes, they lost a member of their group.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| In those moments, they felt deep sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sadness made them seek comfort from others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This helped them stay united and survive.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| We don’t live like hunter-gatherers anymore.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But we still feel sad in similar ways.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| How does that happen? We will see this through a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: College hostel mess&lt;br /&gt;
|| Let’s look at a college story. &lt;br /&gt;
&lt;br /&gt;
'''Raja''' from '''Ajmer''' and '''Gopi''' from '''Chennai''' joined an Engineering college in '''Bangalore'''.&lt;br /&gt;
&lt;br /&gt;
Both were staying in the hostel.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: '''Raja''' sitting alone at mess&lt;br /&gt;
|| '''Raja''' was sitting alone in the hostel mess.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He wasn’t eating and looked very dull.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He missed his parents, home food, and friends.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Gopi noticing Raja&lt;br /&gt;
|| '''Gopi''' had many school friends in the same college. &lt;br /&gt;
&lt;br /&gt;
While eating with them, he noticed '''Raja''' sitting alone.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He walked up, sat next to him, and asked if he was okay.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Raja''' replied softly, “I’m okay,” but '''Gopi''' could make out that he wasn’t.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Group eating together&lt;br /&gt;
|| '''Gopi''' invited '''Raja''' to join his friends for dinner.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Slowly, '''Raja''' felt comfortable and opened up.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He shared how lonely he was feeling.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Movie outing&lt;br /&gt;
|| The next day, '''Gopi''' and his friends took '''Raja''' to a movie.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This small act of care made '''Raja''' feel better.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how sadness showed up for '''Raja'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His thoughts were: “I miss my parents and my friends.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His body sensation was low appetite &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His feeling was loneliness.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Raja''', all of us feel sad sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sadness can feel heavy, but it helps us connect with others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It also helps us value relationships and seek support.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. Sadness helped early humans survive.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| In today’s world, we saw how sadness helped '''Raja''' build friendships.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sadness is not bad. It is a signal to reach out for help.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When we get support, sadness becomes lighter.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| Here’s your assignment. &lt;br /&gt;
&lt;br /&gt;
Write a short paragraph about a time you felt sad.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe your thoughts, body sensations, and feelings. Also mention what actions you took. &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share it with a family member, or a friend. &lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutoria'''l is brought to you by '''EduPyramids Educational Services Private Ltd, SINE, IIT Bombay. '''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Happiness/English</id>
		<title>Understanding-Emotions/C2/Understanding-Happiness/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Happiness/English"/>
				<updated>2025-12-29T01:44:18Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Happiness'''&lt;br /&gt;
&lt;br /&gt;
Keywords: happiness, joy, achievement, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Happiness&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Happiness'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived by hunting and gathering.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When they hunted an animal or found food, they felt joy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness encouraged them to repeat what worked for survival.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It also strengthened bonds within their tribe.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| Today, happiness still plays the same role.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It motivates us to repeat actions that bring good results.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness also deepens our relationship when we share it.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore this through a college story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: Final-year classroom&lt;br /&gt;
|| '''Sneha''' was a final-year college student.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She had a dream of being selected by her favourite company.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| For months, she worked hard on her final-year project.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| There were setbacks, late nights, and some small victories too.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Preparation journey&lt;br /&gt;
|| On some days she even felt like giving up.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But her professors guided her, and friends encouraged her.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She kept going, step by step, improving her project.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Nervous anticipation&lt;br /&gt;
|| As placement season was coming up, '''Sneha''' grew nervous.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She often thought: “Will this be enough to impress job recruiters?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| During those moments, she looked at encouraging messages from her parents&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Deep down, she also felt hopeful. She knew she had done her best.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Interview day&lt;br /&gt;
|| The day of her interview finally arrived.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| The waiting room was tense, with students walking up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Sneha''' presented her project with clarity and passion.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She answered questions with confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: The announcement&lt;br /&gt;
|| That evening, the placement officer read her name aloud.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “'''Sneha''' Selected for the job!” he said.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Sneha''' burst into tears of joy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her friends clapped, hugged, and lifted her in celebration.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They felt proud too, as if her win was their win.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Sharing happiness&lt;br /&gt;
|| '''Sneha''' called her parents right away to share the news.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They were overjoyed too.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Professors congratulated her, juniors admired her journey.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her happiness spread to everyone around her.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how happiness showed up for '''Sneha'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Thoughts: “All my hard work has finally paid off.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Body: Smiles, lightness, racing heartbeat, excitement.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Feelings: Joy, pride, gratitude, and shared celebration.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Sneha''', we all feel happy at different times.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It may come from achievements, friendships, or small daily wins.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness is a signal to keep repeating the actions that work for us.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Unlike fear or anger, happiness tells us, “This is worth doing again.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sharing joy multiplies it and makes bonds stronger.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. &lt;br /&gt;
&lt;br /&gt;
Happiness helped early humans bond.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Today, it reminds us to repeat positive actions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness gives energy, pride, and connection.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment, write about a time when you felt happy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe the event by sharing your thoughts, body sensations and your feelings.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share your story with a close friend or a family member.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on happiness.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd''', '''SINE IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Happiness/English</id>
		<title>Understanding-Emotions/C2/Understanding-Happiness/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Happiness/English"/>
				<updated>2025-12-29T01:42:41Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Happiness'''&lt;br /&gt;
&lt;br /&gt;
Keywords: happiness, joy, achievement, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Happiness&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Happiness'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived by hunting and gathering.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When they hunted an animal or found food, they felt joy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness encouraged them to repeat what worked for survival.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It also strengthened bonds within their tribe.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| Today, happiness still plays the same role.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It motivates us to repeat actions that bring good results.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness also deepens our relationship when we share it.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore this through a college story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: Final-year classroom&lt;br /&gt;
|| '''Sneha''' was a final-year college student.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She had a dream of being selected by her favourite company.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| For months, she worked hard on her final-year project.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| There were setbacks, late nights, and some small victories too.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Preparation journey&lt;br /&gt;
|| On some days she even felt like giving up.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But her professors guided her, and friends encouraged her.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She kept going, step by step, improving her project.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Nervous anticipation&lt;br /&gt;
|| As placement season was coming up, '''Sneha''' grew nervous.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She often thought: “Will this be enough to impress job recruiters?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| During those moments, she looked at encouraging messages from her parents&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Deep down, she also felt hopeful. She knew she had done her best.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Interview day&lt;br /&gt;
|| The day of her interview finally arrived.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| The waiting room was tense, with students walking up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Sneha''' presented her project with clarity and passion.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She answered questions with confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: The announcement&lt;br /&gt;
|| That evening, the placement officer read her name aloud.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “'''Sneha''' Selected for the job!” he said&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| '''Sneha''' burst into tears of joy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her friends clapped, hugged, and lifted her in celebration.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They felt proud too, as if her win was their win.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Sharing happiness&lt;br /&gt;
|| '''Sneha''' called her parents right away to share the news.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They were overjoyed too.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Professors congratulated her, juniors admired her journey.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her happiness spread to everyone around her.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how happiness showed up for '''Sneha'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Thoughts: “All my hard work has finally paid off.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Body: Smiles, lightness, racing heartbeat, excitement.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Feelings: Joy, pride, gratitude, and shared celebration.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like '''Sneha''', we all feel happy at different times.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It may come from achievements, friendships, or small daily wins.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness is a signal to keep repeating the actions that work for us.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Unlike fear or anger, happiness tells us, “This is worth doing again.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sharing joy multiplies it and makes bonds stronger.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. &lt;br /&gt;
&lt;br /&gt;
Happiness helped early humans bond.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Today, it reminds us to repeat positive actions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Happiness gives energy, pride, and connection.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment, write about a time when you felt happy.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe the event by sharing your thoughts, body sensations and your feelings.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share your story with a close friend or a family member.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on happiness.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd''', '''SINE IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Sadness/English</id>
		<title>Understanding-Emotions/C2/Understanding-Sadness/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Sadness/English"/>
				<updated>2025-12-29T01:31:22Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Sadness'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, sadness, loneliness, self-awareness, college life, storytelling, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Sadness&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Sadness'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sometimes, they lost a member of their group.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| In those moments, they felt deep sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sadness made them seek comfort from others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This helped them stay united and survive.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| We don’t live like hunter-gatherers anymore.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But we still feel sad in similar ways.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| How does that happen? We will see this through a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: College hostel mess&lt;br /&gt;
|| Let’s look at a college story. &lt;br /&gt;
&lt;br /&gt;
Raja from Ajmer and Gopi from Chennai joined an Engineering college in Bangalore.&lt;br /&gt;
&lt;br /&gt;
Both were staying in the hostel.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Raja sitting alone at mess&lt;br /&gt;
|| Raja was sitting alone in the hostel mess.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He wasn’t eating and looked very dull.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He missed his parents, home food, and friends.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Gopi noticing Raja&lt;br /&gt;
|| Gopi had many school friends in the same college. &lt;br /&gt;
&lt;br /&gt;
While eating with them, he noticed Raja sitting alone.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He walked up, sat next to him, and asked if he was okay.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Raja replied softly, “I’m okay,” but Gopi could make out that he wasn’t.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Group eating together&lt;br /&gt;
|| Gopi invited Raja to join his friends for dinner.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Slowly, Raja felt comfortable and opened up.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He shared how lonely he was feeling.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Movie outing&lt;br /&gt;
|| The next day, Gopi and his friends took Raja to a movie.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This small act of care made Raja feel better.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how sadness showed up for Raja.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His thoughts were: “I miss my parents and my friends.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His body sensation was low appetite &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His feeling was loneliness.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like Raja, all of us feel sad sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sadness can feel heavy, but it helps us connect with others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It also helps us value relationships and seek support.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. Sadness helped early humans survive.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| In today’s world, we saw how sadness helped Raja build friendships.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sadness is not bad. It is a signal to reach out for help.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When we get support, sadness becomes lighter.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| Here’s your assignment. &lt;br /&gt;
&lt;br /&gt;
Write a short paragraph about a time you felt sad.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe your thoughts, body sensations, and feelings. Also mention what actions you took. &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share it with a family member, or a friend. &lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the '''tutorial''' on sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutoria'''l is brought to you by '''EduPyramids Educational Services Private Ltd, SINE, IIT Bombay. '''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Anger/English</id>
		<title>Understanding-Emotions/C2/Understanding-Anger/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Anger/English"/>
				<updated>2025-12-29T01:09:46Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Anger'''&lt;br /&gt;
&lt;br /&gt;
Keywords: anger, sadness, fairness, bottled emotions, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Anger&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Anger'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, humans lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When someone threatened their family or food, early humans experienced anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger gave them energy to fight and protect their loved ones.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them ensure safety and unity of their group.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| Today, life is different, but we still experience anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It often shows up when something feels unfair.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Repeated sadness or fear can also turn into anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore this through a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: Hostel friendship&lt;br /&gt;
|| Meera and Anjali were first-year students in a hostel.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They ate together, studied together. They both became close friends.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anjali often missed home and felt lonely.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But she rarely spoke about her feelings.&lt;br /&gt;
|-&lt;br /&gt;
|| Sequence: Small incidents&lt;br /&gt;
|| As time passed, small events added to her sadness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Meera went shopping with another group of friends.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Another day, she joined them for a late-night movie.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At a college event, Meera sat with that group again.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anjali wasn’t invited to any of these plans.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: The outburst&lt;br /&gt;
|| Each time, Anjali felt more left out.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| One evening in the mess, she saw Meera laughing with others.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| All her bottled-up sadness burst out as anger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “You’ve changed, Meera. You don’t care anymore!” She said angrily.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Anger’s signals&lt;br /&gt;
|| Notice Anjali’s body: her face has become red.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her jaw is tight, she is clenching her fist.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Her heartbeat raced, and her breath was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| These are anger’s early alarms.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Resolution&lt;br /&gt;
|| Later that night, Meera went to Anjali’s room.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| She said, “I’m sorry. I didn’t realize you felt left out.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anjali admitted, “I was hurt and felt lonely.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Meera listened and promised to include her.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Both felt relieved after this conversation.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how anger showed up for Anjali.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As thoughts: “She doesn’t care about me anymore.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Red face, tight jaw, clenched fists, racing heart, fast breath.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Anger on the outside, sadness and fear of being left out inside.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like Anjali, we all feel anger sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger often hides sadness or fear we don’t express.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger is not always bad. It is a signal for fairness.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| If handled well, anger can bring people closer.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But if anger goes out of control, it can damage trust and relationships.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| That’s why it must be expressed with care.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. Anger protected early humans.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Today, anger often comes from hurt, sadness, or fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Anger is a powerful energy — it must be managed with care.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment, write about a time you felt angry.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Was it linked to sadness or fear?&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Describe your thoughts, body sensations, and actions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Share it with a friend or a family member.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the tutorial on anger.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English</id>
		<title>Understanding-Emotions/C2/Understanding-Fear/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English"/>
				<updated>2025-12-29T01:02:28Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Fear'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, fear, anxiety, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Fear&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Fear'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 2: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When they encountered a dangerous animal, they felt fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some froze, some ran, and some were prepared to fight.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear kept them alert and ready to protect themselves.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them survive dangerous situations.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| We don’t face wild animals often today.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But fear is still part of our daily life.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore more about fear in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: College exam hall&lt;br /&gt;
|| Raja from Ajmer and Gopi from Chennai joined a college in Bangalore.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They were preparing for their first exam in mathematics.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Raja in study hall&lt;br /&gt;
|| A week before the exam, Raja started to feel anxious.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| The maths taught in college seemed much harder.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He spent long hours with books, but the questions confused him.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some thoughts that ran in his head are: “What if I fail my exam?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “How will I tell my parents? &lt;br /&gt;
&lt;br /&gt;
What will my friends think of me?”&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Hostel evening&lt;br /&gt;
|| Each day, as the exam got closer, his fear grew stronger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His stomach felt upset and his breathing was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sometimes he skipped meals because he had no appetite.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Gopi noticing Raja&lt;br /&gt;
|| Gopi saw Raja sitting quietly and looking worried.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He asked, “You look tense, Raja. What’s wrong?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At the beginning, Raja didn’t say anything, but later he shared his thoughts.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He told Gopi he was scared of failing and letting his parents down.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Studying together&lt;br /&gt;
|| Gopi said, “Don’t worry. We still have a few days left.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “Let’s study together. Let’s go step by step.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Over the next three evenings, they studied together.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With Gopi's guidance Raja solved a few problems. It made him happy&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Gopi also explained the concepts and Raja slowly gained confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Exam day&lt;br /&gt;
|| On the day of the test, Raja still felt nervous.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He thought of Gopi’s tips and solved many questions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| By the end, Raja felt proud and relieved.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how fear showed up for Raja.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As Thoughts: “What if I fail? &lt;br /&gt;
&lt;br /&gt;
What will my parents and friends think?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Upset stomach and fast breathing.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Nervousness and being scared.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like Raja, we all experience fear sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear is not always bad. It pushes us to prepare.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When shared with friends, fear can become lighter.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. &lt;br /&gt;
&lt;br /&gt;
Fear helped early humans stay safe.&lt;br /&gt;
&lt;br /&gt;
In today’s world, fear helps us prepare for challenges.&lt;br /&gt;
&lt;br /&gt;
Fear helped Raja turn worry into confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment: &lt;br /&gt;
Write a short paragraph about a time you experienced fear.&lt;br /&gt;
&lt;br /&gt;
Describe your thoughts, body sensations, and your actions.&lt;br /&gt;
&lt;br /&gt;
Share it with a family member, friend, or a small group.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the tutorial on fear.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd''', '''SINE, IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English</id>
		<title>Understanding-Emotions/C2/Understanding-Fear/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Understanding-Fear/English"/>
				<updated>2025-12-29T01:01:08Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Understanding Fear'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, fear, anxiety, self-awareness, college life, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 1: Title – Understanding Fear&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Understanding Fear'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Pre-requisite Slide&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
||For the pre-requisite '''tutorials''' on emotions, please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide 2: Hunter-gatherer scene&lt;br /&gt;
|| Thousands of years ago, people lived in small tribes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When they encountered a dangerous animal, they felt fear.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some froze, some ran, and some were prepared to fight.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear kept them alert and ready to protect themselves.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| It helped them survive dangerous situations.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Today’s world&lt;br /&gt;
|| We don’t face wild animals often today.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| But fear is still part of our daily life.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let’s explore more about fear in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: College exam hall&lt;br /&gt;
|| Raja from Ajmer and Gopi from Chennai joined a college in Bangalore.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| They were preparing for their first exam in mathematics.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Raja in study hall&lt;br /&gt;
|| A week before the exam, Raja started to feel anxious.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| The maths taught in college seemed much harder.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He spent long hours with books, but the questions confused him.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Some thoughts that ran in his head are: “What if I fail my exam?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “How will I tell my parents? &lt;br /&gt;
&lt;br /&gt;
What will my friends think of me?”&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Hostel evening&lt;br /&gt;
|| Each day, as the exam got closer, his fear grew stronger.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| His stomach felt upset and his breathing was fast.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Sometimes he skipped meals because he had no appetite.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Gopi noticing Raja&lt;br /&gt;
|| Gopi saw Raja sitting quietly and looking worried.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He asked, “You look tense, Raja. What’s wrong?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| At the beginning, Raja didn’t say anything, but later he shared his thoughts.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He told Gopi he was scared of failing and letting his parents down.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Studying together&lt;br /&gt;
|| Gopi said, “Don’t worry. We still have a few days left.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| “Let’s study together. Let’s go step by step.”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Over the next three evenings, they studied together.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With Gopi's guidance Raja solved a few problems. It made him happy&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Gopi also explained the concepts and Raja slowly gained confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Exam day&lt;br /&gt;
|| On the day of the test, Raja still felt nervous.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| He thought of Gopi’s tips and solved many questions.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| By the end, Raja felt proud and relieved.&lt;br /&gt;
|-&lt;br /&gt;
|| Breakdown slide&lt;br /&gt;
|| Let’s see how fear showed up for Raja.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As Thoughts: “What if I fail? &lt;br /&gt;
&lt;br /&gt;
What will my parents and friends think?”&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As body sensation: Upset stomach and fast breathing.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| As feelings: Nervousness and being scared.&lt;br /&gt;
|-&lt;br /&gt;
|| Reflection slide&lt;br /&gt;
|| Like Raja, we all experience fear sometimes.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Fear is not always bad. It pushes us to prepare.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| When shared with friends, fear can become lighter.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Summary&lt;br /&gt;
|| Let’s summarize. Fear helped early humans stay safe.&lt;br /&gt;
&lt;br /&gt;
In today’s world, fear helps us prepare for challenges.&lt;br /&gt;
&lt;br /&gt;
Fear helped Raja turn worry into confidence.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide: Assignment&lt;br /&gt;
|| As an assignment: &lt;br /&gt;
Write a short paragraph about a time you experienced fear.&lt;br /&gt;
&lt;br /&gt;
Describe your thoughts, body sensations, and your actions.&lt;br /&gt;
&lt;br /&gt;
Share it with a family member, friend, or a small group.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| With this, we come to the end of the tutorial on fear.&lt;br /&gt;
|-&lt;br /&gt;
|| Final slide: EduPyramids logo&lt;br /&gt;
|| This '''tutorial''' is brought to you by '''EduPyramids Educational Services Private Ltd''', '''SINE, IIT Bombay'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Origin-of-Emotions/English</id>
		<title>Understanding-Emotions/C2/Origin-of-Emotions/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Understanding-Emotions/C2/Origin-of-Emotions/English"/>
				<updated>2025-12-29T00:42:06Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Spoken Tutorial Script – Origin of Emotions'''&lt;br /&gt;
&lt;br /&gt;
Keywords: emotions, origin, compass, self-awareness, survival, storytelling, video tutorial, spoken tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
| Narration&lt;br /&gt;
|-&lt;br /&gt;
|  Slide 1: Title – Origin of Emotions&lt;br /&gt;
| Welcome to this '''Spoken Tutorial''' on the '''Origin of Emotions.'''&lt;br /&gt;
|-&lt;br /&gt;
|  Slide 2: Common greeting&lt;br /&gt;
| When someone asks us, “How are you?”, what do we say?&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Often, we just reply, “I’m fine, thank you,” and move on.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| But what if we could pause and look deeper into how we truly feel?&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| In this '''tutorial''', we will understand the origin of emotions.&lt;br /&gt;
|-&lt;br /&gt;
|  Slide 3: Word 'Emotion' on screen&lt;br /&gt;
| Emotions are powerful.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| The word 'emotion' comes from the Latin word '''emovere''', meaning 'to move.'&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Emotions give us energy to take action.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Just as a compass shows us direction, emotions guide the way we experience life.&lt;br /&gt;
|-&lt;br /&gt;
|  Slide 4: Four emotions icons&lt;br /&gt;
| Happiness, sadness, fear, and anger – we often hear these words.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| But do we really know what they mean, or how to recognize them?&lt;br /&gt;
|-&lt;br /&gt;
|  Illustration: Hunter-gatherers&lt;br /&gt;
| To answer this, let’s travel back thousands of years.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Imagine living in a hunter-gatherer tribe.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Their survival depended on hunting, gathering, and community life.&lt;br /&gt;
|-&lt;br /&gt;
|  Scene: Tiger or snake&lt;br /&gt;
| When they saw a dangerous animal, they felt fear.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Fear kept them alert and quick to respond.&lt;br /&gt;
|-&lt;br /&gt;
|  Scene: Sharing food&lt;br /&gt;
| When they found food and ate together, they felt happy&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Happiness strengthened bonds and encouraged teamwork.&lt;br /&gt;
|-&lt;br /&gt;
|  Scene: Death of a member&lt;br /&gt;
| When they lost a member of the tribe, they felt sad.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Sadness made them seek comfort and support from others.&lt;br /&gt;
|-&lt;br /&gt;
|  Scene: Threat inside tribe&lt;br /&gt;
| When threatened, they felt anger.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Anger gave them energy to protect their loved ones.&lt;br /&gt;
|-&lt;br /&gt;
|  Transition slide&lt;br /&gt;
| These emotions guided early humans to survive.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Life may be different now, but the emotions remain the same.&lt;br /&gt;
|-&lt;br /&gt;
|  Slide: Question – 'Are emotions good or bad?'&lt;br /&gt;
| So, what do you think? Are emotions good or bad?&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| The truth is, emotions are neither good nor bad.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| They are signals. &lt;br /&gt;
&lt;br /&gt;
They help us understand how we are experiencing a situation.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Once we listen to the message and take appropriate action, the emotion fades.&lt;br /&gt;
|-&lt;br /&gt;
|  Slide: Summary&lt;br /&gt;
| Let’s summarize what we learnt.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Emotions come from the word '''emovere''', meaning to move.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| They act like a compass, telling us how we are experiencing a situation.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Early humans survived because of emotions.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| We continue to feel the same emotions today.&lt;br /&gt;
|-&lt;br /&gt;
|  Slide: What’s Next?&lt;br /&gt;
| In the next '''tutorials''', we will explore some basic emotions.&lt;br /&gt;
|-&lt;br /&gt;
|  Slide: Assignment&lt;br /&gt;
| Here is an assignment. &lt;br /&gt;
&lt;br /&gt;
Write a short paragraph on what you think emotions are.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Then share your thoughts with a friend, classmate, or family member.&lt;br /&gt;
|-&lt;br /&gt;
|  &lt;br /&gt;
| Be open to listening to how they describe emotions.&lt;br /&gt;
|-&lt;br /&gt;
|  Closing slide&lt;br /&gt;
| With this, we come to the end of this '''tutorial'''.&lt;br /&gt;
|-&lt;br /&gt;
|  Final slide: EduPyramids logo&lt;br /&gt;
| This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE IIT Bombay'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English"/>
				<updated>2025-12-28T23:10:17Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name:''' Introduction to Prompting&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': Prompting, Generative AI, Clear Instructions, AI Tools, Prompt Engineering, Artificial Intelligence, AI Education, , AI Literacy, Communication with AI, Spoken Tutorial, EduPyramids&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''':| Generative AI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1 : Title Slide'''  &lt;br /&gt;
'''Introduction to Prompting'''&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Introduction to''' '''Prompting.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 : Learning Objectives'''&lt;br /&gt;
|| In this tutorial, you will learn,  &lt;br /&gt;
&lt;br /&gt;
Why '''prompting''' matters, and  &lt;br /&gt;
&lt;br /&gt;
How clear instructions improve '''AI’'''s outcomes.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4 Pre-requisite'''  &lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Montage of everyday AI tools (ChatGPT, Gemini, image generators)&lt;br /&gt;
|| Let's begin by understanding what '''prompting''' means.  &lt;br /&gt;
&lt;br /&gt;
In simple words, '''prompting''' means telling an '''AI''' exactly what you want it to do.  &lt;br /&gt;
&lt;br /&gt;
Good '''prompting''' skills help you to get the best from '''AI.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide – What is Prompting?'''&lt;br /&gt;
|| '''Prompting''' is a skill of writing clear and specific instructions to '''AI''' to get the right output.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide – “Understand: Why Clarity Matters”'''  &lt;br /&gt;
Visual: Person typing vague prompt vs. clear prompt, side by side&lt;br /&gt;
|| Now, let’s understand why clear '''prompts''' matter.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: A bright, curious child raising their hand eagerly&lt;br /&gt;
|| Think of '''AI''' as a child who is curious, intelligent, fast, and eager to help.  &lt;br /&gt;
&lt;br /&gt;
'''AI''' is capable, but it relies on your instructions to perform well.&lt;br /&gt;
|-&lt;br /&gt;
|| Close-up: Child listening carefully&lt;br /&gt;
|| Like a child, '''AI''' follows instructions literally.  &lt;br /&gt;
&lt;br /&gt;
It cannot read your mind or guess your intent.  &lt;br /&gt;
&lt;br /&gt;
It follows exactly what you tell it to do.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Adult telling child vaguely “Clean the room” — child only picks up a few toys&lt;br /&gt;
|| Imagine telling a child, “Clean the room.”  &lt;br /&gt;
&lt;br /&gt;
That’s vague.  &lt;br /&gt;
&lt;br /&gt;
The child may pick up a few things and think the job is done.  &lt;br /&gt;
&lt;br /&gt;
So vague instructions give vague results.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Adult giving step-by-step instructions — child follows happily&lt;br /&gt;
|| Now, let's think about how to explain the “clean the room” task to a child.  &lt;br /&gt;
&lt;br /&gt;
Break it into simple parts and give clear instructions.  &lt;br /&gt;
&lt;br /&gt;
So you can say, “Put all the toys in the box.  &lt;br /&gt;
&lt;br /&gt;
Fold the clothes and keep them in the cupboard.  &lt;br /&gt;
&lt;br /&gt;
Arrange the books on the '''shelf.'''”  &lt;br /&gt;
&lt;br /&gt;
Now the child knows exactly what to do and does the job well.  &lt;br /&gt;
&lt;br /&gt;
Structured guidance and clear steps give better outcomes'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Split screen: vague vs clear instruction to child&lt;br /&gt;
|| '''AI''' works the same way.  &lt;br /&gt;
&lt;br /&gt;
A vague '''prompt''' gives a vague answer.  &lt;br /&gt;
&lt;br /&gt;
A clear '''prompt''' gives a desired answer.&lt;br /&gt;
|-&lt;br /&gt;
|| Text highlight: “Prompting = giving instructions to AI”&lt;br /&gt;
|| '''Prompting''' is the art and science of guiding '''AI''' to produce desired results.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the activities&lt;br /&gt;
|| A good '''AI prompt''' should do 4 things.  &lt;br /&gt;
&lt;br /&gt;
It should say exactly what you want.  &lt;br /&gt;
&lt;br /&gt;
''For example, put all the toys in the box.''  &lt;br /&gt;
&lt;br /&gt;
Next, it should give a relevant background.  &lt;br /&gt;
&lt;br /&gt;
''For example, fold the clothes and keep them in the cupboard.''  &lt;br /&gt;
&lt;br /&gt;
It should also mention how the output should appear.  &lt;br /&gt;
&lt;br /&gt;
''For example, arrange the books on the shelf.''  &lt;br /&gt;
&lt;br /&gt;
Finally, it should specify why you need it.  &lt;br /&gt;
&lt;br /&gt;
''For example, the room should look clean and tidy.''&lt;br /&gt;
|-&lt;br /&gt;
|| Montage of outputs: text, code, images, tables&lt;br /&gt;
|| A good '''prompt''' can do tasks like writing, designing, brainstorming, and coding.  &lt;br /&gt;
&lt;br /&gt;
It can even help analyze data or create images without coding skills.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
|| Let’s summarize.  &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learned,  &lt;br /&gt;
&lt;br /&gt;
'''Prompting''' is about giving clear instructions.  &lt;br /&gt;
&lt;br /&gt;
Clear '''prompts''' lead to better '''AI''' results.  &lt;br /&gt;
&lt;br /&gt;
Structured steps make '''prompts''' powerful.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, let’s do a small activity.  &lt;br /&gt;
&lt;br /&gt;
Take the task: “Pack a school bag.” and  &lt;br /&gt;
&lt;br /&gt;
Write step-by-step instructions for '''AI.'''&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this tutorial.  &lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Closing slide'''&lt;br /&gt;
|| Thank you for joining!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English"/>
				<updated>2025-12-28T23:07:46Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
! '''Tutorial Name:''' Introduction to Prompting&lt;br /&gt;
|-&lt;br /&gt;
|| '''Keywords''': Prompting, Generative AI, Clear Instructions, AI Tools, Prompt Engineering, Artificial Intelligence, AI Education, , AI Literacy, Communication with AI, Spoken Tutorial, EduPyramids&lt;br /&gt;
|-&lt;br /&gt;
|| '''Pre-requisite Tutorial'''&lt;br /&gt;
| Generative AI&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1 : Title Slide'''  &lt;br /&gt;
'''Introduction to Prompting'''&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Introduction to''' '''Prompting.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 : Learning Objectives'''&lt;br /&gt;
|| In this tutorial, you will learn,  &lt;br /&gt;
&lt;br /&gt;
Why '''prompting''' matters, and  &lt;br /&gt;
&lt;br /&gt;
How clear instructions improve '''AI’'''s outcomes.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4 Pre-requisite'''  &lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Montage of everyday AI tools (ChatGPT, Gemini, image generators)&lt;br /&gt;
|| Let's begin by understanding what '''prompting''' means.  &lt;br /&gt;
&lt;br /&gt;
In simple words, '''prompting''' means telling an '''AI''' exactly what you want it to do.  &lt;br /&gt;
&lt;br /&gt;
Good '''prompting''' skills help you to get the best from '''AI.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide – What is Prompting?'''&lt;br /&gt;
|| '''Prompting''' is a skill of writing clear and specific instructions to '''AI''' to get the right output.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide – “Understand: Why Clarity Matters”'''  &lt;br /&gt;
Visual: Person typing vague prompt vs. clear prompt, side by side&lt;br /&gt;
|| Now, let’s understand why clear '''prompts''' matter.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: A bright, curious child raising their hand eagerly&lt;br /&gt;
|| Think of '''AI''' as a child who is curious, intelligent, fast, and eager to help.  &lt;br /&gt;
&lt;br /&gt;
'''AI''' is capable, but it relies on your instructions to perform well.&lt;br /&gt;
|-&lt;br /&gt;
|| Close-up: Child listening carefully&lt;br /&gt;
|| Like a child, '''AI''' follows instructions literally.  &lt;br /&gt;
&lt;br /&gt;
It cannot read your mind or guess your intent.  &lt;br /&gt;
&lt;br /&gt;
It follows exactly what you tell it to do.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Adult telling child vaguely “Clean the room” — child only picks up a few toys&lt;br /&gt;
|| Imagine telling a child, “Clean the room.”  &lt;br /&gt;
&lt;br /&gt;
That’s vague.  &lt;br /&gt;
&lt;br /&gt;
The child may pick up a few things and think the job is done.  &lt;br /&gt;
&lt;br /&gt;
So vague instructions give vague results.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Adult giving step-by-step instructions — child follows happily&lt;br /&gt;
|| Now, let's think about how to explain the “clean the room” task to a child.  &lt;br /&gt;
&lt;br /&gt;
Break it into simple parts and give clear instructions.  &lt;br /&gt;
&lt;br /&gt;
So you can say, “Put all the toys in the box.  &lt;br /&gt;
&lt;br /&gt;
Fold the clothes and keep them in the cupboard.  &lt;br /&gt;
&lt;br /&gt;
Arrange the books on the '''shelf.'''”  &lt;br /&gt;
&lt;br /&gt;
Now the child knows exactly what to do and does the job well.  &lt;br /&gt;
&lt;br /&gt;
Structured guidance and clear steps give better outcomes'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Split screen: vague vs clear instruction to child&lt;br /&gt;
|| '''AI''' works the same way.  &lt;br /&gt;
&lt;br /&gt;
A vague '''prompt''' gives a vague answer.  &lt;br /&gt;
&lt;br /&gt;
A clear '''prompt''' gives a desired answer.&lt;br /&gt;
|-&lt;br /&gt;
|| Text highlight: “Prompting = giving instructions to AI”&lt;br /&gt;
|| '''Prompting''' is the art and science of guiding '''AI''' to produce desired results.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the activities&lt;br /&gt;
|| A good '''AI prompt''' should do 4 things.  &lt;br /&gt;
&lt;br /&gt;
It should say exactly what you want.  &lt;br /&gt;
&lt;br /&gt;
''For example, put all the toys in the box.''  &lt;br /&gt;
&lt;br /&gt;
Next, it should give a relevant background.  &lt;br /&gt;
&lt;br /&gt;
''For example, fold the clothes and keep them in the cupboard.''  &lt;br /&gt;
&lt;br /&gt;
It should also mention how the output should appear.  &lt;br /&gt;
&lt;br /&gt;
''For example, arrange the books on the shelf.''  &lt;br /&gt;
&lt;br /&gt;
Finally, it should specify why you need it.  &lt;br /&gt;
&lt;br /&gt;
''For example, the room should look clean and tidy.''&lt;br /&gt;
|-&lt;br /&gt;
|| Montage of outputs: text, code, images, tables&lt;br /&gt;
|| A good '''prompt''' can do tasks like writing, designing, brainstorming, and coding.  &lt;br /&gt;
&lt;br /&gt;
It can even help analyze data or create images without coding skills.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
|| Let’s summarize.  &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learned,  &lt;br /&gt;
&lt;br /&gt;
'''Prompting''' is about giving clear instructions.  &lt;br /&gt;
&lt;br /&gt;
Clear '''prompts''' lead to better '''AI''' results.  &lt;br /&gt;
&lt;br /&gt;
Structured steps make '''prompts''' powerful.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, let’s do a small activity.  &lt;br /&gt;
&lt;br /&gt;
Take the task: “Pack a school bag.” and  &lt;br /&gt;
&lt;br /&gt;
Write step-by-step instructions for '''AI.'''&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this tutorial.  &lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Closing slide'''&lt;br /&gt;
|| Thank you for joining!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Prompting/English"/>
				<updated>2025-12-28T23:06:18Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
! '''Tutorial Name:''' Introduction to Prompting&lt;br /&gt;
|-&lt;br /&gt;
! '''Keywords''': Prompting, Generative AI, Clear Instructions, AI Tools, Prompt Engineering, Artificial Intelligence, AI Education, , AI Literacy, Communication with AI, Spoken Tutorial, EduPyramids&lt;br /&gt;
|-&lt;br /&gt;
! '''Pre-requisite Tutorial'''&lt;br /&gt;
| Generative AI&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1 : Title Slide'''  &lt;br /&gt;
'''Introduction to Prompting'''&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on Introduction to '''Prompting.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 : Learning Objectives'''&lt;br /&gt;
|| In this tutorial, you will learn,  &lt;br /&gt;
&lt;br /&gt;
Why '''prompting''' matters, and  &lt;br /&gt;
&lt;br /&gt;
How clear instructions improve '''AI’'''s outcomes.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4 Pre-requisite'''  &lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Montage of everyday AI tools (ChatGPT, Gemini, image generators)&lt;br /&gt;
|| Let's begin by understanding what '''prompting''' means.  &lt;br /&gt;
&lt;br /&gt;
In simple words, '''prompting''' means telling an '''AI''' exactly what you want it to do.  &lt;br /&gt;
&lt;br /&gt;
Good '''prompting''' skills help you to get the best from '''AI.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide – What is Prompting?'''&lt;br /&gt;
|| '''Prompting''' is a skill of writing clear and specific instructions to '''AI''' to get the right output.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide – “Understand: Why Clarity Matters”'''  &lt;br /&gt;
Visual: Person typing vague prompt vs. clear prompt, side by side&lt;br /&gt;
|| Now, let’s understand why clear '''prompts''' matter.&lt;br /&gt;
|-&lt;br /&gt;
|| Illustration: A bright, curious child raising their hand eagerly&lt;br /&gt;
|| Think of '''AI''' as a child who is curious, intelligent, fast, and eager to help.  &lt;br /&gt;
&lt;br /&gt;
'''AI''' is capable, but it relies on your instructions to perform well.&lt;br /&gt;
|-&lt;br /&gt;
|| Close-up: Child listening carefully&lt;br /&gt;
|| Like a child, '''AI''' follows instructions literally.  &lt;br /&gt;
&lt;br /&gt;
It cannot read your mind or guess your intent.  &lt;br /&gt;
&lt;br /&gt;
It follows exactly what you tell it to do.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Adult telling child vaguely “Clean the room” — child only picks up a few toys&lt;br /&gt;
|| Imagine telling a child, “Clean the room.”  &lt;br /&gt;
&lt;br /&gt;
That’s vague.  &lt;br /&gt;
&lt;br /&gt;
The child may pick up a few things and think the job is done.  &lt;br /&gt;
&lt;br /&gt;
So vague instructions give vague results.&lt;br /&gt;
|-&lt;br /&gt;
|| Scene: Adult giving step-by-step instructions — child follows happily&lt;br /&gt;
|| Now, let's think about how to explain the “clean the room” task to a child.  &lt;br /&gt;
&lt;br /&gt;
Break it into simple parts and give clear instructions.  &lt;br /&gt;
&lt;br /&gt;
So you can say, “Put all the toys in the box.  &lt;br /&gt;
&lt;br /&gt;
Fold the clothes and keep them in the cupboard.  &lt;br /&gt;
&lt;br /&gt;
Arrange the books on the '''shelf.'''”  &lt;br /&gt;
&lt;br /&gt;
Now the child knows exactly what to do and does the job well.  &lt;br /&gt;
&lt;br /&gt;
Structured guidance and clear steps give better outcomes'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Split screen: vague vs clear instruction to child&lt;br /&gt;
|| '''AI''' works the same way.  &lt;br /&gt;
&lt;br /&gt;
A vague '''prompt''' gives a vague answer.  &lt;br /&gt;
&lt;br /&gt;
A clear '''prompt''' gives a desired answer.&lt;br /&gt;
|-&lt;br /&gt;
|| Text highlight: “Prompting = giving instructions to AI”&lt;br /&gt;
|| '''Prompting''' is the art and science of guiding '''AI''' to produce desired results.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the activities&lt;br /&gt;
|| A good '''AI prompt''' should do 4 things.  &lt;br /&gt;
&lt;br /&gt;
It should say exactly what you want.  &lt;br /&gt;
&lt;br /&gt;
''For example, put all the toys in the box.''  &lt;br /&gt;
&lt;br /&gt;
Next, it should give a relevant background.  &lt;br /&gt;
&lt;br /&gt;
''For example, fold the clothes and keep them in the cupboard.''  &lt;br /&gt;
&lt;br /&gt;
It should also mention how the output should appear.  &lt;br /&gt;
&lt;br /&gt;
''For example, arrange the books on the shelf.''  &lt;br /&gt;
&lt;br /&gt;
Finally, it should specify why you need it.  &lt;br /&gt;
&lt;br /&gt;
''For example, the room should look clean and tidy.''&lt;br /&gt;
|-&lt;br /&gt;
|| Montage of outputs: text, code, images, tables&lt;br /&gt;
|| A good '''prompt''' can do tasks like writing, designing, brainstorming, and coding.  &lt;br /&gt;
&lt;br /&gt;
It can even help analyze data or create images without coding skills.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
|| Let’s summarize.  &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learned,  &lt;br /&gt;
&lt;br /&gt;
'''Prompting''' is about giving clear instructions.  &lt;br /&gt;
&lt;br /&gt;
Clear '''prompts''' lead to better '''AI''' results.  &lt;br /&gt;
&lt;br /&gt;
Structured steps make '''prompts''' powerful.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, let’s do a small activity.  &lt;br /&gt;
&lt;br /&gt;
Take the task: “Pack a school bag.” and  &lt;br /&gt;
&lt;br /&gt;
Write step-by-step instructions for '''AI.'''&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this tutorial.  &lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited''', '''SINE, IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Closing slide'''&lt;br /&gt;
|| Thank you for joining!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Generative-AI/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Generative-AI/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Generative-AI/English"/>
				<updated>2025-12-28T22:51:11Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Tutorial Name''': Generative AI  &lt;br /&gt;
 &lt;br /&gt;
'''Keywords''':  Generative AI, Predictive AI, Transformer, LLM, Prompt, Model, Training, Inference,  &lt;br /&gt;
Spoken Tutorial, Video Tutorial, EduPyramids  &lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''':  Introduction to Machine Learning and Deep Learning  &lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
“Introduction to Generative AI”&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Introduction to Generative AI'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objective'''&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| In this tutorial, you will learn about  &lt;br /&gt;
&lt;br /&gt;
'''Generative AI''' and '''Predictive AI'''  &lt;br /&gt;
&lt;br /&gt;
Differences between '''Predictive AI''' and '''Generative AI'''  &lt;br /&gt;
&lt;br /&gt;
Some important '''Generative AI''' terms&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
&lt;br /&gt;
||To practice this tutorial, you will need: &lt;br /&gt;
&lt;br /&gt;
* A '''computer''', a '''laptop''', or a '''smartphone'''&lt;br /&gt;
&lt;br /&gt;
* A stable '''internet''' connection&lt;br /&gt;
&lt;br /&gt;
* An updated '''web browser''', such as '''Google Chrome''', '''Microsoft Edge''', or '''Mozilla Firefox'''&lt;br /&gt;
&lt;br /&gt;
You do not need '''coding''' or technical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite'''&lt;br /&gt;
&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
|| For the prerequisite '''Artificial Intelligence tutorials''', please visit this '''website'''.  &lt;br /&gt;
&lt;br /&gt;
In a previous '''tutorial''', we saw how '''AI''' helps '''computer''' to think and act smart.  &lt;br /&gt;
&lt;br /&gt;
But have you ever wondered how '''AI''' makes all this happen?&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Generative AI'''&lt;br /&gt;
&lt;br /&gt;
Text highlight: “Create new things”&lt;br /&gt;
|| '''Generative AI''' can do creative tasks that we thought only humans could do.  &lt;br /&gt;
&lt;br /&gt;
'''Generative AI''', or '''GenAI''', doesn’t just analyze '''data''' but can also create new things.&lt;br /&gt;
|-&lt;br /&gt;
|| Montage: AI-generated poem, painting, code snippet&lt;br /&gt;
|| It can generate original content such as poems, images, music, '''code,''' and more.&lt;br /&gt;
|-&lt;br /&gt;
|| Split screen: Spam filter vs AI painting&lt;br /&gt;
|| Most '''AI''' we use daily is '''Predictive AI'''.  &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' classifies '''data''' and makes predictions.&lt;br /&gt;
|-&lt;br /&gt;
|| Text on screen: “Predictive AI → What is this?”&lt;br /&gt;
|| '''Predictive AI''' helps in understanding two things.  &lt;br /&gt;
&lt;br /&gt;
It can give answers to “What is this?” and “What may happen next?”&lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' recognizes things and makes smart guesses about the future.&lt;br /&gt;
|-&lt;br /&gt;
|| Spam filter animation&lt;br /&gt;
|| For example, use of a '''spam filter''' in an '''email inbox'''.  &lt;br /&gt;
&lt;br /&gt;
Here, '''Predictive AI''' checks each '''email''' and decides whether it is '''spam''' or not.&lt;br /&gt;
|-&lt;br /&gt;
|| Recommender system visual&lt;br /&gt;
|| We use '''Predictive AI''' in many everyday '''apps'''.  &lt;br /&gt;
&lt;br /&gt;
Some of them are '''weather apps''', '''movie apps''', '''map apps''', and '''photo apps'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition: Text “Generative AI → Create something new”&lt;br /&gt;
|| On the other hand, '''Generative AI''' or '''GenAI''', can create something new.  &lt;br /&gt;
&lt;br /&gt;
It creates them based on the knowledge it has learned earlier.&lt;br /&gt;
|-&lt;br /&gt;
|| Astronaut riding horse (AI art)&lt;br /&gt;
|| It can generate a unique image, like an astronaut riding a horse.&lt;br /&gt;
|-&lt;br /&gt;
|| Poem generation example  &lt;br /&gt;
&lt;br /&gt;
Code snippet generation&lt;br /&gt;
|| It can also write a short poem or generate a working '''code'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Text highlight: “Predictive → classify / Generative → create”&lt;br /&gt;
|| So remember this difference.  &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' classifies and predicts '''data''', whereas '''GenAI''' creates examples.&lt;br /&gt;
|-&lt;br /&gt;
|| Timeline animation → 2017 marker&lt;br /&gt;
|| '''GenAI''' uses a '''model''' called '''Transformer'''.  &lt;br /&gt;
&lt;br /&gt;
'''Transformers''' process language in parallel, rather than word by word.  &lt;br /&gt;
&lt;br /&gt;
This makes them faster, smarter, and more efficient.&lt;br /&gt;
|-&lt;br /&gt;
|| Sentence visualization using a story analogy&lt;br /&gt;
|| '''Transformers''' understand how words relate to each other, like we follow a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Side-by-side: before vs after Transformer&lt;br /&gt;
|| This lets them generate well-structured, meaningful, human-like text.  &lt;br /&gt;
&lt;br /&gt;
'''GenAI''' grew rapidly after '''Transformer''' architecture made a breakthrough in 2017.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: “Core Terminology”&lt;br /&gt;
|| Now, let’s learn a few important '''GenAI''' terms.&lt;br /&gt;
|-&lt;br /&gt;
|| Brain icon&lt;br /&gt;
|| First, let's understand the term '''Model'''.  &lt;br /&gt;
&lt;br /&gt;
Think of the model as the “brain” of the '''AI''' system.&lt;br /&gt;
&lt;br /&gt;
A '''model''' can be small and task-specific.&lt;br /&gt;
&lt;br /&gt;
It can also be large and for general purposes.&lt;br /&gt;
&lt;br /&gt;
For example, '''ChatGPT''' is a '''model''' trained on large amounts of text.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Training animation&lt;br /&gt;
|| Next term is '''Training'''.  &lt;br /&gt;
&lt;br /&gt;
It means teaching the '''model''' to use a large amount of '''data'''.&lt;br /&gt;
&lt;br /&gt;
The '''model''' is given numerous examples, including entire books and sample texts.   &lt;br /&gt;
&lt;br /&gt;
The '''model''' learns patterns from this '''data''' during training.&lt;br /&gt;
|-&lt;br /&gt;
|| Prompt box + user typing&lt;br /&gt;
|| Next term is '''Prompt'''.  &lt;br /&gt;
&lt;br /&gt;
A '''prompt''' is the instruction you give to an '''AI model'''.&lt;br /&gt;
&lt;br /&gt;
It tells the '''model''' what task it has to perform.&lt;br /&gt;
&lt;br /&gt;
For example, “Write a story about a robot.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Text cum Visual&lt;br /&gt;
|| Next term is '''Tokens'''.  &lt;br /&gt;
&lt;br /&gt;
'''AI models''' break the input into small pieces called '''tokens'''.&lt;br /&gt;
&lt;br /&gt;
A '''token''' is a unit of '''data'''.&lt;br /&gt;
&lt;br /&gt;
It can be in any form, such as text, image, or audio.&lt;br /&gt;
&lt;br /&gt;
The '''model''' reads, understands, and generates information '''token''' by '''token'''.&lt;br /&gt;
&lt;br /&gt;
Think of '''tokens''' like puzzle pieces.&lt;br /&gt;
&lt;br /&gt;
'''AI''' first breaks the information into small pieces.&lt;br /&gt;
&lt;br /&gt;
Next it understands each piece.&lt;br /&gt;
&lt;br /&gt;
Then it  puts the pieces together to form a meaningful response.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| LLM logo examples (GPT, Gemini, LLaMA)&lt;br /&gt;
|| Next term is '''LLM'''.  &lt;br /&gt;
&lt;br /&gt;
It stands for '''Large Language Model'''.&lt;br /&gt;
&lt;br /&gt;
'''LLM''' is a powerful '''model''' trained on billions of text '''tokens'''.&lt;br /&gt;
&lt;br /&gt;
For example: '''ChatGPT, Gemini,''' and '''LLaMA'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Model responding to prompt&lt;br /&gt;
|| Next term is '''Inference'''.  &lt;br /&gt;
&lt;br /&gt;
'''Inference''' is when the model takes a '''prompt''' and generates an '''output'''.&lt;br /&gt;
&lt;br /&gt;
It’s the stage where the '''model''' produces a response after it has been trained.&lt;br /&gt;
&lt;br /&gt;
So, when you give a '''prompt''',  the '''model''' generates an '''output'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| Let’s quickly summarize what we learned.  &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' is used to classify or predict.  &lt;br /&gt;
&lt;br /&gt;
'''Generative AI''' is used to create new content.  &lt;br /&gt;
&lt;br /&gt;
Some key terms used in '''Generative AI'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment Slide'''&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| As an assignment, do the following:  &lt;br /&gt;
&lt;br /&gt;
Pick one '''Predictive AI''' example and one '''Generative AI''' example from your daily life.  &lt;br /&gt;
&lt;br /&gt;
Write down one line explaining why each fits its category.  &lt;br /&gt;
&lt;br /&gt;
Also, reflect on any risks or biases that may exist in your examples.&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Closing Slide'''&lt;br /&gt;
|| Thank you for watching!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Generative-AI/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Generative-AI/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Generative-AI/English"/>
				<updated>2025-12-28T22:42:23Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Tutorial Name''': Generative AI  &lt;br /&gt;
 &lt;br /&gt;
'''Keywords''':  Generative AI, Predictive AI, Transformer, LLM, Prompt, Model, Training, Inference,  &lt;br /&gt;
Spoken Tutorial, Video Tutorial, EduPyramids  &lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''':  Introduction to Machine Learning and Deep Learning  &lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
“Introduction to Generative AI”&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Introduction to Generative AI'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objective'''&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| In this tutorial, you will learn about  &lt;br /&gt;
&lt;br /&gt;
'''Generative AI''' and '''Predictive AI'''  &lt;br /&gt;
&lt;br /&gt;
Differences between '''Predictive AI''' and '''Generative AI'''  &lt;br /&gt;
&lt;br /&gt;
Some important '''Generative AI''' terms&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
* A '''computer''', a '''laptop''', or a '''smartphone'''&lt;br /&gt;
&lt;br /&gt;
* A stable '''internet''' connection&lt;br /&gt;
&lt;br /&gt;
* An updated '''web browser''', such as '''Google Chrome''', '''Microsoft Edge''', or '''Mozilla Firefox'''&lt;br /&gt;
&lt;br /&gt;
You do not need '''coding''' or technical skills.&lt;br /&gt;
&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite'''&lt;br /&gt;
&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
|| For the prerequisite '''Artificial Intelligence tutorials''', please visit this '''website'''.  &lt;br /&gt;
&lt;br /&gt;
In a previous '''tutorial''', we saw how '''AI''' helps '''computers''' to think and act smart.  &lt;br /&gt;
&lt;br /&gt;
But have you ever wondered how '''AI''' makes all this happen?&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Generative AI'''&lt;br /&gt;
&lt;br /&gt;
Text highlight: “Create new things”&lt;br /&gt;
|| '''Generative AI''' can do creative tasks that we thought only humans could do.  &lt;br /&gt;
&lt;br /&gt;
'''Generative AI''', or '''GenAI''', doesn’t just analyze '''data''' but can also create new things.&lt;br /&gt;
|-&lt;br /&gt;
|| Montage: AI-generated poem, painting, code snippet&lt;br /&gt;
|| It can generate original content such as poems, images, music, '''code,''' and more.&lt;br /&gt;
|-&lt;br /&gt;
|| Split screen: Spam filter vs AI painting&lt;br /&gt;
|| Most '''AI''' we use daily is '''Predictive AI'''.  &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' classifies '''data''' and makes predictions.&lt;br /&gt;
|-&lt;br /&gt;
|| Text on screen: “Predictive AI → What is this?”&lt;br /&gt;
|| '''Predictive AI''' helps in understanding two things.  &lt;br /&gt;
&lt;br /&gt;
It can give answers to “What is this?” and “What may happen next?”&lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' recognizes things and makes smart guesses about the future.&lt;br /&gt;
|-&lt;br /&gt;
|| Spam filter animation&lt;br /&gt;
|| For example, use of a '''spam filter''' in an '''email inbox'''.  &lt;br /&gt;
&lt;br /&gt;
Here, '''Predictive AI''' checks each '''email''' and decides whether it is '''spam''' or not.&lt;br /&gt;
|-&lt;br /&gt;
|| Recommender system visual&lt;br /&gt;
|| We use '''Predictive AI''' in many everyday '''apps'''.  &lt;br /&gt;
&lt;br /&gt;
Some of them are '''weather apps''', '''movie apps''', '''map apps''', and '''photo apps'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition: Text “Generative AI → Create something new”&lt;br /&gt;
|| On the other hand, '''Generative AI''' or '''GenAI''', can create something new.  &lt;br /&gt;
&lt;br /&gt;
It creates them based on the knowledge it has learned earlier.&lt;br /&gt;
|-&lt;br /&gt;
|| Astronaut riding horse (AI art)&lt;br /&gt;
|| It can generate a unique image, like an astronaut riding a horse.&lt;br /&gt;
|-&lt;br /&gt;
|| Poem generation example  &lt;br /&gt;
&lt;br /&gt;
Code snippet generation&lt;br /&gt;
|| It can also write a short poem or generate a working '''code'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Text highlight: “Predictive → classify / Generative → create”&lt;br /&gt;
|| So remember this difference.  &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' classifies and predicts '''data''', whereas '''GenAI''' creates examples.&lt;br /&gt;
|-&lt;br /&gt;
|| Timeline animation → 2017 marker&lt;br /&gt;
|| '''GenAI''' uses a '''model''' called '''Transformer'''.  &lt;br /&gt;
&lt;br /&gt;
Transformers process language in parallel, rather than word by word.  &lt;br /&gt;
&lt;br /&gt;
This makes them faster, smarter, and more efficient.&lt;br /&gt;
|-&lt;br /&gt;
|| Sentence visualization using a story analogy&lt;br /&gt;
|| '''Transformers''' understand how words relate to each other, like we follow a story.&lt;br /&gt;
|-&lt;br /&gt;
|| Side-by-side: before vs after Transformer&lt;br /&gt;
|| This lets them generate well-structured, meaningful, human-like text.  &lt;br /&gt;
&lt;br /&gt;
'''GenAI''' grew rapidly after '''Transformer''' architecture made a breakthrough in 2017.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: “Core Terminology”&lt;br /&gt;
|| Now, let’s learn a few important '''GenAI''' terms.&lt;br /&gt;
|-&lt;br /&gt;
|| Brain icon&lt;br /&gt;
|| First, let's understand the term '''Model'''.  &lt;br /&gt;
&lt;br /&gt;
Think of the model as the “brain” of the '''AI''' system.&lt;br /&gt;
&lt;br /&gt;
A '''model''' can be small and task-specific.&lt;br /&gt;
&lt;br /&gt;
It can also be large and for general purposes.&lt;br /&gt;
&lt;br /&gt;
For example, '''ChatGPT''' is a '''model''' trained on large amounts of text.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Training animation&lt;br /&gt;
|| Next term is '''Training'''.  &lt;br /&gt;
&lt;br /&gt;
It means teaching the '''model''' to use a large amount of '''data'''.&lt;br /&gt;
&lt;br /&gt;
The '''model''' is given numerous examples, including entire books and sample texts.   &lt;br /&gt;
&lt;br /&gt;
The '''model''' learns patterns from this '''data''' during training.&lt;br /&gt;
|-&lt;br /&gt;
|| Prompt box + user typing&lt;br /&gt;
|| Next term is '''Prompt'''.  &lt;br /&gt;
&lt;br /&gt;
A '''prompt''' is the instruction you give to an '''AI model'''.&lt;br /&gt;
&lt;br /&gt;
It tells the '''model''' what task it has to perform.&lt;br /&gt;
&lt;br /&gt;
For example, “Write a story about a robot.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Text cum Visual&lt;br /&gt;
|| Next term is '''Tokens'''.  &lt;br /&gt;
&lt;br /&gt;
'''AI models''' break the input into small pieces called '''tokens'''.&lt;br /&gt;
&lt;br /&gt;
A '''token''' is a unit of '''data'''.&lt;br /&gt;
&lt;br /&gt;
It can be in any form, such as text, image, or audio.&lt;br /&gt;
&lt;br /&gt;
The '''model''' reads, understands, and generates information '''token''' by '''token'''.&lt;br /&gt;
&lt;br /&gt;
Think of '''tokens''' like puzzle pieces.&lt;br /&gt;
&lt;br /&gt;
AI first breaks the information into small pieces.&lt;br /&gt;
&lt;br /&gt;
Next it understands each piece.&lt;br /&gt;
&lt;br /&gt;
Then it  puts the pieces together to form a meaningful response.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| LLM logo examples (GPT, Gemini, LLaMA)&lt;br /&gt;
|| Next term is '''LLM'''.  &lt;br /&gt;
&lt;br /&gt;
It stands for '''Large Language Model'''.&lt;br /&gt;
&lt;br /&gt;
LLM is a powerful '''model''' trained on billions of text '''tokens'''.&lt;br /&gt;
&lt;br /&gt;
For example: '''ChatGPT, Gemini,''' and '''LLaMA'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Model responding to prompt&lt;br /&gt;
|| Next term is '''Inference'''.  &lt;br /&gt;
&lt;br /&gt;
'''Inference''' is when the model takes a '''prompt''' and generates an '''output'''.&lt;br /&gt;
&lt;br /&gt;
It’s the stage where the '''model''' produces a response after it has been trained.&lt;br /&gt;
So, when you give a '''prompt''',  the '''model''' generates an '''output'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary Slide'''&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| Let’s quickly summarize what we learned.  &lt;br /&gt;
&lt;br /&gt;
'''Predictive AI''' is used to classify or predict.  &lt;br /&gt;
&lt;br /&gt;
'''Generative AI''' is used to create new content.  &lt;br /&gt;
&lt;br /&gt;
Some key terms used in '''Generative AI'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment Slide'''&lt;br /&gt;
&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| As an assignment, do the following:  &lt;br /&gt;
&lt;br /&gt;
Pick one '''Predictive AI''' example and one '''Generative AI''' example from your daily life.  &lt;br /&gt;
&lt;br /&gt;
Write down one line explaining why each fits its category.  &lt;br /&gt;
&lt;br /&gt;
Also, reflect on any risks or biases that may exist in your examples.&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Closing Slide'''&lt;br /&gt;
|| Thank you for watching!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English"/>
				<updated>2025-12-28T22:21:48Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name''': 2. Machine Learning and Deep Learning  &lt;br /&gt;
&lt;br /&gt;
'''Keywords''':&lt;br /&gt;
AI, Artificial Intelligence, Machine Learning, Deep Learning, Rule-based Programming,&lt;br /&gt;
Neural Networks, Spam Filter, Voice Assistant, Spoken Tutorial, EduPyramids  &lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''': Introduction to Artificial Intelligence  &lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
Title slide  &lt;br /&gt;
&lt;br /&gt;
Machine Learning and Deep Learning&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Machine Learning and Deep Learning'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
Montage of AI tools from previous tutorial&lt;br /&gt;
(YouTube, Maps, Photos)&lt;br /&gt;
|| In this '''tutorial'', we will learn&lt;br /&gt;
About '''Rule-based Programming''', '''Machine Learning''' and '''Deep Learning''', and  &lt;br /&gt;
&lt;br /&gt;
How '''Machine Learning''' and '''Deep Learning''' are connected to '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
||For this tutorial, you will need: &lt;br /&gt;
&lt;br /&gt;
* A '''computer''', a '''laptop''', or a '''smartphone'''&lt;br /&gt;
&lt;br /&gt;
* A stable '''internet''' connection&lt;br /&gt;
&lt;br /&gt;
* An updated '''web browser''', such as '''Google Chrome''', '''Microsoft Edge''', or '''Mozilla Firefox'''&lt;br /&gt;
&lt;br /&gt;
You do not need '''coding''' or technical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
'''Pre-requisite'''&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
Image/animation: Animated gears or code flow&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
Let’s start with understanding '''rule-based programming''' using a real-life example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Automatic water dispenser with sensor&lt;br /&gt;
|| Think about the time you used an automatic water tap.&lt;br /&gt;
&lt;br /&gt;
You place your hand under a water tap.&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap detects your hand.&lt;br /&gt;
&lt;br /&gt;
Then, it automatically turns on the water tap.&lt;br /&gt;
&lt;br /&gt;
The water starts flowing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Close-up of tap sensor&lt;br /&gt;
Zoom in on sensor area; show “Detection = green light”&lt;br /&gt;
|| The '''sensor''' follows one rule.&lt;br /&gt;
&lt;br /&gt;
“IF a hand is detected under the tap, THEN turn on the water tap.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Large vessel placed under the tap&lt;br /&gt;
Zoom in on sensor area; show “No Detection”&lt;br /&gt;
|| Now, think about what would happen if we placed a large vessel under the tap?&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap will not detect it.&lt;br /&gt;
&lt;br /&gt;
This happens because '''rules''' can’t handle new cases.&lt;br /&gt;
&lt;br /&gt;
They have limitations.&lt;br /&gt;
&lt;br /&gt;
They can only follow the exact instructions we give them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Simple flowchart: Hand detected → Tap on → Water flows&lt;br /&gt;
|| This is rule-based programming.&lt;br /&gt;
&lt;br /&gt;
The '''machine''' simply follows the exact set of instructions given to it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: “Machine Learning”&lt;br /&gt;
|| Now, let’s discuss '''Machine Learning''', commonly referred to as '''ML'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Email inbox with spam and regular mails&lt;br /&gt;
|| In the '''email inbox''' shown here, do you see a '''folder''' labelled '''“Spam”'''?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Show Spam folder of an email&lt;br /&gt;
“Data → ML Model → Prediction”&lt;br /&gt;
|| Your unwanted '''email''' automatically goes into this '''folder.&lt;br /&gt;
'''&lt;br /&gt;
This sorting happens using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Highlight suspicious words, links, or senders&lt;br /&gt;
Highlight spam mails vs regular mails&lt;br /&gt;
Highlight “model” in the diagram&lt;br /&gt;
|| '''ML''' is trained using thousands of '''spam''' and regular '''emails'''.&lt;br /&gt;
&lt;br /&gt;
From these examples, the '''machine''' learns patterns of what '''spam''' looks like.&lt;br /&gt;
&lt;br /&gt;
It checks for suspicious words, strange links, and unknown senders.&lt;br /&gt;
&lt;br /&gt;
Once trained, it can predict whether a new '''email''' is '''spam''' or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay&lt;br /&gt;
|| Pause the '''tutorial''' now.&lt;br /&gt;
Open the '''Spam folder''' in your '''email'''.&lt;br /&gt;
&lt;br /&gt;
Look at the '''emails''' in this '''folder'''.&lt;br /&gt;
&lt;br /&gt;
They have been separated from your '''inbox''' using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Deep Learning&lt;br /&gt;
|| Now, let’s go one step deeper into '''Machine Learning''' and understand '''Deep Learning'''.&lt;br /&gt;
'''Deep Learning''' is commonly referred to as '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Voice assistant (Google Assistant)&lt;br /&gt;
Ask: “What is the time in India now?”&lt;br /&gt;
|| Let’s open '''Google Chrome.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''mic icon''' in the '''search bar''' to ask a question in '''voice mode'''.&lt;br /&gt;
&lt;br /&gt;
Then ask, “What’s the time in India now?”&lt;br /&gt;
&lt;br /&gt;
It understands and processes the voice '''input''' and gives an answer.&lt;br /&gt;
&lt;br /&gt;
This process happens with the help of '''Deep Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Neural network illustration&lt;br /&gt;
Dots and lines lighting up layer by layer&lt;br /&gt;
Text: “Many Layers = Deep Learning”&lt;br /&gt;
|| Do you know how '''deep learning''' gave the answer? &lt;br /&gt;
&lt;br /&gt;
'''Deep Learning''' uses '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
You can think of them as many tiny helpers.&lt;br /&gt;
&lt;br /&gt;
Each helper understands a small part of the voice.&lt;br /&gt;
&lt;br /&gt;
They pass this information from one layer to the next.&lt;br /&gt;
&lt;br /&gt;
As information travels through the layers, the understanding becomes clearer.&lt;br /&gt;
&lt;br /&gt;
Finally, the '''computer''' understands your question and gives the right answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Face recognition or speech recognition&lt;br /&gt;
|| As there are many layers, we refer to it as '''“deep.”'''&lt;br /&gt;
&lt;br /&gt;
Each layer helps improve the understanding a little more, like '''building blocks'''.&lt;br /&gt;
&lt;br /&gt;
Hence, Deep Learning is used for complex tasks.&lt;br /&gt;
&lt;br /&gt;
For example, in understanding speech or recognizing images.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Russian doll animation&lt;br /&gt;
AI (outer) → ML (middle) → DL (inner)&lt;br /&gt;
|| Imagine '''AI, ML,''' and '''DL''' like '''Russian dolls''''''Bold text'''.&lt;br /&gt;
&lt;br /&gt;
One doll inside the other. &lt;br /&gt;
&lt;br /&gt;
First comes '''AI''', the biggest doll.&lt;br /&gt;
&lt;br /&gt;
Inside '''AI''' is '''ML''', and inside '''ML''' is '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight outer doll: AI&lt;br /&gt;
|| '''AI''' is a broad field that makes '''machines''' intelligent. &lt;br /&gt;
&lt;br /&gt;
It’s like the outer shell that includes many different methods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight middle doll: ML&lt;br /&gt;
|| '''ML''' is a subset of '''AI'''.&lt;br /&gt;
&lt;br /&gt;
It learns from '''data'''. &lt;br /&gt;
&lt;br /&gt;
It’s a smaller doll inside '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight inner doll: DL&lt;br /&gt;
|| '''Deep Learning''' is a subset of '''ML'''. &lt;br /&gt;
&lt;br /&gt;
It is nested inside '''ML'''.&lt;br /&gt;
&lt;br /&gt;
It learns from large amounts of '''data''' using '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
This lets it handle complex tasks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary slide'''&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| Let’s quickly summarize what we learned.&lt;br /&gt;
&lt;br /&gt;
* '''Rule-based programming''' follows fixed steps.&lt;br /&gt;
&lt;br /&gt;
* '''Machine Learning''' learns patterns from '''data'''.&lt;br /&gt;
&lt;br /&gt;
* '''Deep Learning''' uses '''neural networks''' with many layers.&lt;br /&gt;
&lt;br /&gt;
* '''ML''' and '''DL''' are parts of '''AI'''.&lt;br /&gt;
'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, here’s a quick assignment for you.&lt;br /&gt;
&lt;br /&gt;
Think of an '''application''' from your daily life that uses fixed rules.&lt;br /&gt;
&lt;br /&gt;
Next, think of an '''application''' that learns from '''data''' or uses '''Deep Learning.&lt;br /&gt;
'''&lt;br /&gt;
Write down both examples and explain why each one fits its category.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this '''tutorial'''.&lt;br /&gt;
&lt;br /&gt;
This '''Spoken Tutorial''' is brought to you by '''EduPyramids Educational Services Private Limited'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| Thank you for watching!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English"/>
				<updated>2025-12-28T22:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name''': 2. Machine Learning and Deep Learning  &lt;br /&gt;
&lt;br /&gt;
'''Keywords''':&lt;br /&gt;
AI, Artificial Intelligence, Machine Learning, Deep Learning, Rule-based Programming,&lt;br /&gt;
Neural Networks, Spam Filter, Voice Assistant, Spoken Tutorial, EduPyramids  &lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''': Introduction to Artificial Intelligence  &lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
Title slide  &lt;br /&gt;
&lt;br /&gt;
Machine Learning and Deep Learning&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Machine Learning and Deep Learning'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
Montage of AI tools from previous tutorial&lt;br /&gt;
(YouTube, Maps, Photos)&lt;br /&gt;
|| In this '''tutorial'', we will learn&lt;br /&gt;
About '''Rule-based Programming''', '''Machine Learning''' and '''Deep Learning''', and  &lt;br /&gt;
&lt;br /&gt;
How '''Machine Learning''' and '''Deep Learning''' are connected to '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
* A '''computer''', a '''laptop''', or a '''smartphone'''&lt;br /&gt;
* A stable '''internet''' connection&lt;br /&gt;
* An updated '''web browser''', such as '''Google Chrome''', '''Microsoft Edge''', or '''Mozilla Firefox'''&lt;br /&gt;
|| You do not need '''coding''' or technical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
'''Pre-requisite'''&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
Image/animation: Animated gears or code flow&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
Let’s start with understanding '''rule-based programming''' using a real-life example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Automatic water dispenser with sensor&lt;br /&gt;
|| Think about the time you used an automatic water tap.&lt;br /&gt;
&lt;br /&gt;
You place your hand under a water tap.&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap detects your hand.&lt;br /&gt;
&lt;br /&gt;
Then, it automatically turns on the water tap.&lt;br /&gt;
&lt;br /&gt;
The water starts flowing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Close-up of tap sensor&lt;br /&gt;
Zoom in on sensor area; show “Detection = green light”&lt;br /&gt;
|| The '''sensor''' follows one rule.&lt;br /&gt;
&lt;br /&gt;
“IF a hand is detected under the tap, THEN turn on the water tap.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Large vessel placed under the tap&lt;br /&gt;
Zoom in on sensor area; show “No Detection”&lt;br /&gt;
|| Now, think about what would happen if we placed a large vessel under the tap?&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap will not detect it.&lt;br /&gt;
&lt;br /&gt;
This happens because '''rules''' can’t handle new cases.&lt;br /&gt;
&lt;br /&gt;
They have limitations.&lt;br /&gt;
&lt;br /&gt;
They can only follow the exact instructions we give them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Simple flowchart: Hand detected → Tap on → Water flows&lt;br /&gt;
|| This is rule-based programming.&lt;br /&gt;
&lt;br /&gt;
The '''machine''' simply follows the exact set of instructions given to it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: “Machine Learning”&lt;br /&gt;
|| Now, let’s discuss '''Machine Learning''', commonly referred to as '''ML'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Email inbox with spam and regular mails&lt;br /&gt;
|| In the '''email inbox''' shown here, do you see a '''folder''' labelled '''“Spam”'''?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Show Spam folder of an email&lt;br /&gt;
“Data → ML Model → Prediction”&lt;br /&gt;
|| Your unwanted '''email''' automatically goes into this '''folder.&lt;br /&gt;
'''&lt;br /&gt;
This sorting happens using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Highlight suspicious words, links, or senders&lt;br /&gt;
Highlight spam mails vs regular mails&lt;br /&gt;
Highlight “model” in the diagram&lt;br /&gt;
|| '''ML''' is trained using thousands of '''spam''' and regular '''emails'''.&lt;br /&gt;
&lt;br /&gt;
From these examples, the '''machine''' learns patterns of what '''spam''' looks like.&lt;br /&gt;
&lt;br /&gt;
It checks for suspicious words, strange links, and unknown senders.&lt;br /&gt;
&lt;br /&gt;
Once trained, it can predict whether a new '''email''' is '''spam''' or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay&lt;br /&gt;
|| Pause the '''tutorial''' now.&lt;br /&gt;
Open the '''Spam folder''' in your '''email'''.&lt;br /&gt;
&lt;br /&gt;
Look at the '''emails''' in this '''folder'''.&lt;br /&gt;
&lt;br /&gt;
They have been separated from your '''inbox''' using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Deep Learning&lt;br /&gt;
|| Now, let’s go one step deeper into '''Machine Learning''' and understand '''Deep Learning'''.&lt;br /&gt;
'''Deep Learning''' is commonly referred to as '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Voice assistant (Google Assistant)&lt;br /&gt;
Ask: “What is the time in India now?”&lt;br /&gt;
|| Let’s open '''Google Chrome.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''mic icon''' in the '''search bar''' to ask a question in '''voice mode'''.&lt;br /&gt;
&lt;br /&gt;
Then ask, “What’s the time in India now?”&lt;br /&gt;
&lt;br /&gt;
It understands and processes the voice '''input''' and gives an answer.&lt;br /&gt;
&lt;br /&gt;
This process happens with the help of '''Deep Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Neural network illustration&lt;br /&gt;
Dots and lines lighting up layer by layer&lt;br /&gt;
Text: “Many Layers = Deep Learning”&lt;br /&gt;
|| Do you know how '''deep learning''' gave the answer? &lt;br /&gt;
&lt;br /&gt;
'''Deep Learning''' uses '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
You can think of them as many tiny helpers.&lt;br /&gt;
&lt;br /&gt;
Each helper understands a small part of the voice.&lt;br /&gt;
&lt;br /&gt;
They pass this information from one layer to the next.&lt;br /&gt;
&lt;br /&gt;
As information travels through the layers, the understanding becomes clearer.&lt;br /&gt;
&lt;br /&gt;
Finally, the '''computer''' understands your question and gives the right answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Face recognition or speech recognition&lt;br /&gt;
|| As there are many layers, we refer to it as '''“deep.”'''&lt;br /&gt;
&lt;br /&gt;
Each layer helps improve the understanding a little more, like '''building blocks'''.&lt;br /&gt;
&lt;br /&gt;
Hence, Deep Learning is used for complex tasks.&lt;br /&gt;
&lt;br /&gt;
For example, in understanding speech or recognizing images.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Russian doll animation&lt;br /&gt;
AI (outer) → ML (middle) → DL (inner)&lt;br /&gt;
|| Imagine '''AI, ML,''' and '''DL''' like '''Russian dolls''''''Bold text'''.&lt;br /&gt;
&lt;br /&gt;
One doll inside the other. &lt;br /&gt;
&lt;br /&gt;
First comes '''AI''', the biggest doll.&lt;br /&gt;
&lt;br /&gt;
Inside '''AI''' is '''ML''', and inside '''ML''' is '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight outer doll: AI&lt;br /&gt;
|| '''AI''' is a broad field that makes '''machines''' intelligent. &lt;br /&gt;
&lt;br /&gt;
It’s like the outer shell that includes many different methods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight middle doll: ML&lt;br /&gt;
|| '''ML''' is a subset of '''AI'''.&lt;br /&gt;
&lt;br /&gt;
It learns from '''data'''. &lt;br /&gt;
&lt;br /&gt;
It’s a smaller doll inside '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight inner doll: DL&lt;br /&gt;
|| '''Deep Learning''' is a subset of '''ML'''. &lt;br /&gt;
&lt;br /&gt;
It is nested inside '''ML'''.&lt;br /&gt;
&lt;br /&gt;
It learns from large amounts of '''data''' using '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
This lets it handle complex tasks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary slide'''&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| Let’s quickly summarize what we learned.&lt;br /&gt;
&lt;br /&gt;
* '''Rule-based programming''' follows fixed steps.&lt;br /&gt;
&lt;br /&gt;
* '''Machine Learning''' learns patterns from '''data'''.&lt;br /&gt;
&lt;br /&gt;
* '''Deep Learning''' uses '''neural networks''' with many layers.&lt;br /&gt;
&lt;br /&gt;
* '''ML''' and '''DL''' are parts of '''AI'''.&lt;br /&gt;
'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, here’s a quick assignment for you.&lt;br /&gt;
&lt;br /&gt;
Think of an '''application''' from your daily life that uses fixed rules.&lt;br /&gt;
&lt;br /&gt;
Next, think of an '''application''' that learns from '''data''' or uses '''Deep Learning.&lt;br /&gt;
'''&lt;br /&gt;
Write down both examples and explain why each one fits its category.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this '''tutorial'''.&lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| Thank you for watching!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English"/>
				<updated>2025-12-28T22:17:16Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name''': 2. Machine Learning and Deep Learning  &lt;br /&gt;
&lt;br /&gt;
'''Keywords''':&lt;br /&gt;
AI, Artificial Intelligence, Machine Learning, Deep Learning, Rule-based Programming,&lt;br /&gt;
Neural Networks, Spam Filter, Voice Assistant, Spoken Tutorial, EduPyramids  &lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''': Introduction to Artificial Intelligence  &lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
Title slide  &lt;br /&gt;
&lt;br /&gt;
Machine Learning and Deep Learning&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Machine Learning and Deep Learning'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
Montage of AI tools from previous tutorial&lt;br /&gt;
(YouTube, Maps, Photos)&lt;br /&gt;
|| In this '''tutorial'', we will learn&lt;br /&gt;
About '''Rule-based Programming''', '''Machine Learning''' and '''Deep Learning''', and  &lt;br /&gt;
&lt;br /&gt;
How '''Machine Learning''' and '''Deep Learning''' are connected to '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
* A '''computer''', a '''laptop''', or a '''smartphone'''&lt;br /&gt;
* A stable '''internet''' connection&lt;br /&gt;
* An updated '''web browser''', such as '''Google Chrome''', '''Microsoft Edge''', or '''Mozilla Firefox'''&lt;br /&gt;
|| You do not need '''coding''' or technical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
'''Pre-requisite'''&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
Image/animation: Animated gears or code flow&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
Let’s start with understanding '''rule-based programming''' using a real-life example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Automatic water dispenser with sensor&lt;br /&gt;
|| Think about the time you used an automatic water tap.&lt;br /&gt;
&lt;br /&gt;
You place your hand under a water tap.&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap detects your hand.&lt;br /&gt;
&lt;br /&gt;
Then, it automatically turns on the water tap.&lt;br /&gt;
&lt;br /&gt;
The water starts flowing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Close-up of tap sensor&lt;br /&gt;
Zoom in on sensor area; show “Detection = green light”&lt;br /&gt;
|| The '''sensor''' follows one rule.&lt;br /&gt;
&lt;br /&gt;
“IF a hand is detected under the tap, THEN turn on the water tap.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Large vessel placed under the tap&lt;br /&gt;
Zoom in on sensor area; show “No Detection”&lt;br /&gt;
|| Now, think about what would happen if we placed a large vessel under the tap?&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap will not detect it.&lt;br /&gt;
&lt;br /&gt;
This happens because '''rules''' can’t handle new cases.&lt;br /&gt;
&lt;br /&gt;
They have limitations.&lt;br /&gt;
&lt;br /&gt;
They can only follow the exact instructions we give them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Simple flowchart: Hand detected → Tap on → Water flows&lt;br /&gt;
|| This is rule-based programming.&lt;br /&gt;
&lt;br /&gt;
The '''machine''' simply follows the exact set of instructions given to it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: “Machine Learning”&lt;br /&gt;
|| Now, let’s discuss '''Machine Learning''', commonly referred to as '''ML'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Email inbox with spam and regular mails&lt;br /&gt;
|| In the '''email inbox''' shown here, do you see a '''folder''' labelled '''“Spam”'''?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Show Spam folder of an email&lt;br /&gt;
“Data → ML Model → Prediction”&lt;br /&gt;
|| Your unwanted '''email''' automatically goes into this '''folder.&lt;br /&gt;
'''&lt;br /&gt;
This sorting happens using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Highlight suspicious words, links, or senders&lt;br /&gt;
Highlight spam mails vs regular mails&lt;br /&gt;
Highlight “model” in the diagram&lt;br /&gt;
|| '''ML''' is trained using thousands of '''spam''' and regular '''emails'''.&lt;br /&gt;
&lt;br /&gt;
From these examples, the '''machine''' learns patterns of what '''spam''' looks like.&lt;br /&gt;
&lt;br /&gt;
It checks for suspicious words, strange links, and unknown senders.&lt;br /&gt;
&lt;br /&gt;
Once trained, it can predict whether a new '''email''' is '''spam''' or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay&lt;br /&gt;
|| Pause the '''tutorial''' now.&lt;br /&gt;
Open the '''Spam folder''' in your '''email'''.&lt;br /&gt;
&lt;br /&gt;
Look at the '''emails''' in this '''folder'''.&lt;br /&gt;
&lt;br /&gt;
They have been separated from your '''inbox''' using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Deep Learning&lt;br /&gt;
|| Now, let’s go one step deeper into '''Machine Learning''' and understand '''Deep Learning'''.&lt;br /&gt;
'''Deep Learning''' is commonly referred to as '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Voice assistant (Google Assistant)&lt;br /&gt;
Ask: “What is the time in India now?”&lt;br /&gt;
|| Let’s open '''Google Chrome.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''mic icon''' in the '''search bar''' to ask a question in '''voice mode'''.&lt;br /&gt;
&lt;br /&gt;
Then ask, “What’s the time in India now?”&lt;br /&gt;
&lt;br /&gt;
It understands and processes the voice '''input''' and gives an answer.&lt;br /&gt;
&lt;br /&gt;
This process happens with the help of '''Deep Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Neural network illustration&lt;br /&gt;
Dots and lines lighting up layer by layer&lt;br /&gt;
Text: “Many Layers = Deep Learning”&lt;br /&gt;
|| Do you know how '''deep learning''' gave the answer? &lt;br /&gt;
&lt;br /&gt;
'''Deep Learning''' uses '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
You can think of them as many tiny helpers.&lt;br /&gt;
&lt;br /&gt;
Each helper understands a small part of the voice.&lt;br /&gt;
&lt;br /&gt;
They pass this information from one layer to the next.&lt;br /&gt;
&lt;br /&gt;
As information travels through the layers, the understanding becomes clearer.&lt;br /&gt;
&lt;br /&gt;
Finally, the '''computer''' understands your question and gives the right answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Face recognition or speech recognition&lt;br /&gt;
|| As there are many layers, we refer to it as '''“deep.”'''&lt;br /&gt;
&lt;br /&gt;
Each layer helps improve the understanding a little more, like '''building blocks'''.&lt;br /&gt;
&lt;br /&gt;
Hence, Deep Learning is used for complex tasks.&lt;br /&gt;
&lt;br /&gt;
For example, in understanding speech or recognizing images.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Russian doll animation&lt;br /&gt;
AI (outer) → ML (middle) → DL (inner)&lt;br /&gt;
|| Imagine '''AI, ML,''' and '''DL''' like '''Russian dolls''''''Bold text'''.&lt;br /&gt;
&lt;br /&gt;
One doll inside the other. &lt;br /&gt;
&lt;br /&gt;
First comes '''AI''', the biggest doll.&lt;br /&gt;
&lt;br /&gt;
Inside '''AI''' is '''ML''', and inside '''ML''' is '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight outer doll: AI&lt;br /&gt;
|| '''AI''' is a broad field that makes '''machines''' intelligent. &lt;br /&gt;
&lt;br /&gt;
It’s like the outer shell that includes many different methods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight middle doll: ML&lt;br /&gt;
|| '''ML''' is a subset of '''AI'''.&lt;br /&gt;
&lt;br /&gt;
It learns from '''data'''. &lt;br /&gt;
&lt;br /&gt;
It’s a smaller doll inside '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight inner doll: DL&lt;br /&gt;
|| '''Deep Learning''' is a subset of '''ML'''. &lt;br /&gt;
&lt;br /&gt;
It is nested inside '''ML'''.&lt;br /&gt;
&lt;br /&gt;
It learns from large amounts of '''data''' using '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
This lets it handle complex tasks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary slide'''&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| Let’s quickly summarize what we learned.&lt;br /&gt;
&lt;br /&gt;
* '''Rule-based programming''' follows fixed steps.&lt;br /&gt;
&lt;br /&gt;
* '''Machine Learning''' learns patterns from '''data'''.&lt;br /&gt;
&lt;br /&gt;
* '''Deep Learning''' uses '''neural networks''' with many layers.&lt;br /&gt;
&lt;br /&gt;
* ML and DL are parts of AI.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, here’s a quick assignment for you.&lt;br /&gt;
&lt;br /&gt;
Think of an '''application''' from your daily life that uses fixed rules.&lt;br /&gt;
&lt;br /&gt;
Next, think of an '''application''' that learns from '''data''' or uses '''Deep Learning.&lt;br /&gt;
'''&lt;br /&gt;
Write down both examples and explain why each one fits its category.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this '''tutorial'''.&lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| Thank you for watching!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Machine-Learning-and-Deep-Learning/English"/>
				<updated>2025-12-28T22:14:50Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name''': 2. Machine Learning and Deep Learning  &lt;br /&gt;
&lt;br /&gt;
'''Keywords''':&lt;br /&gt;
AI, Artificial Intelligence, Machine Learning, Deep Learning, Rule-based Programming,&lt;br /&gt;
Neural Networks, Spam Filter, Voice Assistant, Spoken Tutorial, EduPyramids  &lt;br /&gt;
&lt;br /&gt;
'''Pre-requisite Tutorial''': Introduction to Artificial Intelligence  &lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
Title slide  &lt;br /&gt;
&lt;br /&gt;
Machine Learning and Deep Learning&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Machine Learning and Deep Learning'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
Montage of AI tools from previous tutorial&lt;br /&gt;
(YouTube, Maps, Photos)&lt;br /&gt;
|| In this '''tutorial'', we will learn&lt;br /&gt;
About '''Rule-based Programming''', '''Machine Learning''' and '''Deep Learning''', and  &lt;br /&gt;
&lt;br /&gt;
How '''Machine Learning''' and '''Deep Learning''' are connected to '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
* A '''computer''', a '''laptop''', or a '''smartphone'''&lt;br /&gt;
* A stable '''internet''' connection&lt;br /&gt;
* An updated '''web browser''', such as '''Google Chrome''', '''Microsoft Edge''', or '''Mozilla Firefox'''&lt;br /&gt;
|| You do not need '''coding''' or technical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
'''Pre-requisite'''&lt;br /&gt;
http://EduPyramids.org&lt;br /&gt;
Image/animation: Animated gears or code flow&lt;br /&gt;
|| For the pre-requisite '''Artificial Intelligence tutorials''', please visit this '''website'''.&lt;br /&gt;
&lt;br /&gt;
Let’s start with understanding '''rule-based programming''' using a real-life example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Automatic water dispenser with sensor&lt;br /&gt;
|| Think about the time you used an automatic water tap.&lt;br /&gt;
&lt;br /&gt;
You place your hand under a water tap.&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap detects your hand.&lt;br /&gt;
&lt;br /&gt;
Then, it automatically turns on the water tap.&lt;br /&gt;
&lt;br /&gt;
The water starts flowing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Close-up of tap sensor&lt;br /&gt;
Zoom in on sensor area; show “Detection = green light”&lt;br /&gt;
|| The '''sensor''' follows one rule.&lt;br /&gt;
&lt;br /&gt;
“IF a hand is detected under the tap, THEN turn on the water tap.”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Large vessel placed under the tap&lt;br /&gt;
Zoom in on sensor area; show “No Detection”&lt;br /&gt;
|| Now, think about what would happen if we placed a large vessel under the tap?&lt;br /&gt;
&lt;br /&gt;
The '''sensor''' in the tap will not detect it.&lt;br /&gt;
&lt;br /&gt;
This happens because '''rules''' can’t handle new cases.&lt;br /&gt;
&lt;br /&gt;
They have limitations.&lt;br /&gt;
&lt;br /&gt;
They can only follow the exact instructions we give them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Simple flowchart: Hand detected → Tap on → Water flows&lt;br /&gt;
|| This is rule-based programming.&lt;br /&gt;
&lt;br /&gt;
The '''machine''' simply follows the exact set of instructions given to it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: “Machine Learning”&lt;br /&gt;
|| Now, let’s discuss '''Machine Learning''', commonly referred to as '''ML'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Email inbox with spam and regular mails&lt;br /&gt;
|| In the '''email inbox''' shown here, do you see a '''folder''' labelled '''“Spam”'''?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation: Show Spam folder of an email&lt;br /&gt;
“Data → ML Model → Prediction”&lt;br /&gt;
|| Your unwanted '''email''' automatically goes into this '''folder.&lt;br /&gt;
'''&lt;br /&gt;
This sorting happens using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Image/animation:&lt;br /&gt;
Highlight suspicious words, links, or senders&lt;br /&gt;
Highlight spam mails vs regular mails&lt;br /&gt;
Highlight “model” in the diagram&lt;br /&gt;
|| '''ML''' is trained using thousands of '''spam''' and regular '''emails'''.&lt;br /&gt;
&lt;br /&gt;
From these examples, the '''machine''' learns patterns of what '''spam''' looks like.&lt;br /&gt;
&lt;br /&gt;
It checks for suspicious words, strange links, and unknown senders.&lt;br /&gt;
&lt;br /&gt;
Once trained, it can predict whether a new '''email''' is '''spam''' or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay&lt;br /&gt;
|| Pause the '''tutorial''' now.&lt;br /&gt;
Open the '''Spam folder''' in your '''email'''.&lt;br /&gt;
&lt;br /&gt;
Look at the '''emails''' in this '''folder'''.&lt;br /&gt;
&lt;br /&gt;
They have been separated from your '''inbox''' using '''Machine Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: Deep Learning&lt;br /&gt;
|| Now, let’s go one step deeper into '''Machine Learning''' and understand '''Deep Learning'''.&lt;br /&gt;
'''Deep Learning''' is commonly referred to as '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Voice assistant (Google Assistant)&lt;br /&gt;
Ask: “What is the time in India now?”&lt;br /&gt;
|| Let’s open '''Google Chrome.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''mic icon''' in the '''search bar''' to ask a question in '''voice mode'''.&lt;br /&gt;
&lt;br /&gt;
Then ask, “What’s the time in India now?”&lt;br /&gt;
&lt;br /&gt;
It understands and processes the voice '''input''' and gives an answer.&lt;br /&gt;
&lt;br /&gt;
This process happens with the help of '''Deep Learning'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Neural network illustration&lt;br /&gt;
Dots and lines lighting up layer by layer&lt;br /&gt;
Text: “Many Layers = Deep Learning”&lt;br /&gt;
|| Do you know how '''deep learning''' gave the answer? &lt;br /&gt;
&lt;br /&gt;
'''Deep Learning''' uses '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
You can think of them as many tiny helpers.&lt;br /&gt;
&lt;br /&gt;
Each helper understands a small part of the voice.&lt;br /&gt;
&lt;br /&gt;
They pass this information from one layer to the next.&lt;br /&gt;
&lt;br /&gt;
As information travels through the layers, the understanding becomes clearer.&lt;br /&gt;
&lt;br /&gt;
Finally, the '''computer''' understands your question and gives the right answer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Face recognition or speech recognition&lt;br /&gt;
|| As there are many layers, we refer to it as '''“deep.”'''&lt;br /&gt;
&lt;br /&gt;
Each layer helps improve the understanding a little more, like '''building blocks'''.&lt;br /&gt;
&lt;br /&gt;
Hence, Deep Learning is used for complex tasks.&lt;br /&gt;
&lt;br /&gt;
For example, in understanding speech or recognizing images.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Russian doll animation&lt;br /&gt;
AI (outer) → ML (middle) → DL (inner)&lt;br /&gt;
|| Imagine '''AI, ML,''' and '''DL''' like '''Russian dolls''''''Bold text'''.&lt;br /&gt;
&lt;br /&gt;
One doll inside the other. &lt;br /&gt;
&lt;br /&gt;
First comes '''AI''', the biggest doll.&lt;br /&gt;
&lt;br /&gt;
Inside '''AI''' is '''ML''', and inside '''ML''' is '''DL'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight outer doll: AI&lt;br /&gt;
|| '''AI''' is a broad field that makes '''machines''' intelligent. &lt;br /&gt;
&lt;br /&gt;
It’s like the outer shell that includes many different methods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight middle doll: ML&lt;br /&gt;
|| '''ML''' is a subset of '''AI'''.&lt;br /&gt;
&lt;br /&gt;
It learns from '''data'''. &lt;br /&gt;
&lt;br /&gt;
It’s a smaller doll inside '''AI'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Visual: Highlight inner doll: DL&lt;br /&gt;
|| '''Deep Learning''' is a subset of '''ML'''. &lt;br /&gt;
&lt;br /&gt;
It is nested inside '''ML'''.&lt;br /&gt;
&lt;br /&gt;
It learns from large amounts of '''data''' using '''artificial neural networks'''.&lt;br /&gt;
&lt;br /&gt;
This lets it handle complex tasks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary slide'''&lt;br /&gt;
Bulleted list&lt;br /&gt;
|| Let’s quickly summarize what we learned.&lt;br /&gt;
&lt;br /&gt;
* Rule-based programming follows fixed steps.&lt;br /&gt;
&lt;br /&gt;
* Machine Learning learns patterns from data.&lt;br /&gt;
&lt;br /&gt;
* Deep Learning uses neural networks with many layers.&lt;br /&gt;
&lt;br /&gt;
* ML and DL are parts of AI.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide'''&lt;br /&gt;
|| Now, here’s a quick assignment for you.&lt;br /&gt;
&lt;br /&gt;
Think of an application from your daily life that uses fixed rules.&lt;br /&gt;
&lt;br /&gt;
Next, think of an application that learns from data or uses Deep Learning.&lt;br /&gt;
&lt;br /&gt;
Write down both examples and explain why each one fits its category.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| EduPyramids logo&lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
This Spoken Tutorial is brought to you by EduPyramids Educational Services Private Limited.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Closing slide&lt;br /&gt;
|| Thank you for watching!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Artificial-Intelligence/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Introduction-to-Artificial-Intelligence/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Artificial-Intelligence/English"/>
				<updated>2025-12-28T21:37:15Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name'''– Introduction to Artificial Intelligence&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': AI, Artificial Intelligence, AI in everyday, examples of AI, Video Tutorials, Tutorials.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
Title slide: “Introduction to Artificial Intelligence”&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Introduction to Artificial Intelligence'''. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
Montage of popular apps (YouTube, Maps, Photos)&lt;br /&gt;
&lt;br /&gt;
Include disclaimer at the bottom of the slide &lt;br /&gt;
|| In this '''tutorial''', you will learn:&lt;br /&gt;
* About '''Artificial Intelligence''' &lt;br /&gt;
* To identify common real-world examples of '''Artificial Intelligence''' applications&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
* A  computer, laptop, or smartphone&lt;br /&gt;
* Stable internet connection &lt;br /&gt;
* Updated web browser: Chrome, Edge, or Firefox&lt;br /&gt;
|| Here I am using the following setup.&lt;br /&gt;
&lt;br /&gt;
No '''coding''' or technical knowledge is required for this '''tutorial'''. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Artificial Intelligence- Graphics'''&lt;br /&gt;
&lt;br /&gt;
AI makes computers think and learn just like humans. &lt;br /&gt;
&lt;br /&gt;
It helps the machine to; &lt;br /&gt;
* understand information&lt;br /&gt;
* learn from existing data&lt;br /&gt;
* analyze data&lt;br /&gt;
* make decisions&lt;br /&gt;
|| Let's begin. &lt;br /&gt;
&lt;br /&gt;
'''Artificial Intelligence''' or simply '''AI''' makes '''computers''' think and learn just like us. &lt;br /&gt;
&lt;br /&gt;
It helps the '''machine''' to; &lt;br /&gt;
* understand information&lt;br /&gt;
* learn from existing '''data'''&lt;br /&gt;
* analyze '''data''' and &lt;br /&gt;
* make smart decisions&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
Montage of popular apps&lt;br /&gt;
|| We all use '''AI''' every day, without even realising it. &lt;br /&gt;
&lt;br /&gt;
'''AI''' has changed the way we live, learn and work. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Graphic '''&lt;br /&gt;
&lt;br /&gt;
Show YouTube app icon &lt;br /&gt;
|| Let’s understand '''AI''' with a familiar example — '''YouTube'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Demo'''&lt;br /&gt;
&lt;br /&gt;
Click to open YouTube app icon &lt;br /&gt;
|| Open '''YouTube''' on your '''phone''' or '''computer'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Demo'''&lt;br /&gt;
&lt;br /&gt;
User types a video name in the search bar&lt;br /&gt;
|| Now search for a '''video''' you want to watch.&lt;br /&gt;
&lt;br /&gt;
'''Type''' the name of the '''video''' here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video starts playing&lt;br /&gt;
Click on Play Button.&lt;br /&gt;
&lt;br /&gt;
||List of '''videos''' will appear.&lt;br /&gt;
&lt;br /&gt;
Locate the '''video''' you want to watch.&lt;br /&gt;
&lt;br /&gt;
'''Click''' on its '''thumbnail'''.&lt;br /&gt;
&lt;br /&gt;
The '''video''' starts to play.&lt;br /&gt;
|-&lt;br /&gt;
|| YouTube “Recommended for you” panel appears&lt;br /&gt;
|| Did you notice how '''YouTube''', after some time, suggests more '''videos'''?&lt;br /&gt;
|-&lt;br /&gt;
|| Close-up of recommendation panel&lt;br /&gt;
|| These recommendations are not random. &lt;br /&gt;
&lt;br /&gt;
'''AI''' is working here.&lt;br /&gt;
|-&lt;br /&gt;
|| On screen, highlight &lt;br /&gt;
* history &lt;br /&gt;
* likes&lt;br /&gt;
* and viewing time.&lt;br /&gt;
&lt;br /&gt;
At the bottom of the screen show the following Flowchart: '''user data''' → AI model → suggestions.&lt;br /&gt;
|| '''YouTube''' collects information such as '''watch history''', '''likes''', and '''viewing time'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Graphic'''&lt;br /&gt;
&lt;br /&gt;
Highlight the AI model in the above flowchart&lt;br /&gt;
|| '''AI''' compares your choices with millions of other users.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Graphic'''&lt;br /&gt;
&lt;br /&gt;
Highlight the recommended videos on screen&lt;br /&gt;
|| It predicts what you may enjoy next and shows personalized recommendations.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay on screen&lt;br /&gt;
|| Pause this '''tutorial''' and open '''YouTube'''. Look closely at your suggestions.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: “Another everyday AI tool → Google Maps”&lt;br /&gt;
|| Now, let’s explore another daily '''tool''' — '''Google Maps'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Google Maps app icon&lt;br /&gt;
|| If you don’t have it, '''download''' '''Google Maps'''.&lt;br /&gt;
|-&lt;br /&gt;
|| User opens Google Maps&lt;br /&gt;
|| Open '''Google Maps''' on your '''phone'''.&lt;br /&gt;
|-&lt;br /&gt;
|| User types “Home” and “School” in the search bar&lt;br /&gt;
|| Suppose I want to travel from home to a nearby shop. &lt;br /&gt;
&lt;br /&gt;
So I will '''type''' both the locations as shown here.&lt;br /&gt;
&lt;br /&gt;
'''Click''' on '''Start'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Map shows multiple routes&lt;br /&gt;
|| '''Google Maps''' shows different route options.&lt;br /&gt;
|-&lt;br /&gt;
|| Map shows estimated travel times&lt;br /&gt;
|| It also shows the time needed for each route.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|| Overlay text: “AI at work”&lt;br /&gt;
|| This is '''AI''' predicting '''traffic''' using real-time data.&lt;br /&gt;
|-&lt;br /&gt;
|| Diagram: data from phones → AI model → best route&lt;br /&gt;
|| '''AI''' collects speed and '''traffic data''' and analyzes the patterns.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Map''' highlights the fastest route&lt;br /&gt;
|| Then it predicts the best route and gives it to you.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay&lt;br /&gt;
|| Pause this '''tutorial''' now and try '''typing''' two locations on your '''phone'''.&lt;br /&gt;
|-&lt;br /&gt;
|| User interacts with the app&lt;br /&gt;
|| Notice how the '''app''' suggests routes and travel times.&lt;br /&gt;
|-&lt;br /&gt;
|| Assignment slide: “Your Turn!”&lt;br /&gt;
|| Now, let’s try a quick activity.&lt;br /&gt;
|-&lt;br /&gt;
|| Google Photos app icon&lt;br /&gt;
|| Open the '''Google Photos app''' on your '''phone'''.&lt;br /&gt;
&lt;br /&gt;
'''Download''' it if needed.&lt;br /&gt;
|-&lt;br /&gt;
|| Photos grouped by faces in gallery view&lt;br /&gt;
|| Observe how '''AI''' is working here?&lt;br /&gt;
&lt;br /&gt;
Did you notice how the '''app''' groups photos by faces or events?&lt;br /&gt;
|-&lt;br /&gt;
|| Text overlay: “Observe. Think. Note.”&lt;br /&gt;
|| Think and note down what you observed. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary slide'''&lt;br /&gt;
&lt;br /&gt;
YouTube screen with recommendation panel&lt;br /&gt;
&lt;br /&gt;
Google Maps screen with route suggestions&lt;br /&gt;
&lt;br /&gt;
Google Photos grouped by faces&lt;br /&gt;
|| Let’s quickly summarize what we explored in this '''tutorial'''.&lt;br /&gt;
* '''AI''' helps '''YouTube''' in analyzing our activities and suggests relevant '''videos'''.&lt;br /&gt;
* '''AI''' is used to predict '''traffic''' and suggest alternate routes in '''Google Map'''s.&lt;br /&gt;
* '''AI''' can be used to organize pictures automatically, as in '''Google Photos'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Text overlay: “AI is everywhere”&lt;br /&gt;
|| '''AI''' is quietly working behind many of the '''tools''' we use every day.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide: '''&lt;br /&gt;
&lt;br /&gt;
“Spot 2 more examples” &lt;br /&gt;
&lt;br /&gt;
Montage of everyday apps (shopping, music, chat)&lt;br /&gt;
&lt;br /&gt;
Text overlay: “Observe → Think → Note”&lt;br /&gt;
|| Now, here’s a quick assignment for you.&lt;br /&gt;
* Look at the '''apps''' you use today&lt;br /&gt;
* Observe them carefully&lt;br /&gt;
* Spot two '''AI''' examples in each&lt;br /&gt;
* Think about how '''AI''' works and note your observations.&lt;br /&gt;
|-&lt;br /&gt;
|| Thank you Slide &lt;br /&gt;
|| This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Artificial-Intelligence/English</id>
		<title>Basics-of-Artificial-Intelligence/C2/Introduction-to-Artificial-Intelligence/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Basics-of-Artificial-Intelligence/C2/Introduction-to-Artificial-Intelligence/English"/>
				<updated>2025-12-28T21:30:38Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Tutorial Name'''– Introduction to Artificial Intelligence&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': AI, Artificial Intelligence, AI in everyday, examples of AI, Video Tutorials, Tutorials.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
Title slide: “Introduction to Artificial Intelligence”&lt;br /&gt;
|| Welcome to this '''Spoken Tutorial''' on '''Introduction to Artificial Intelligence'''. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
Montage of popular apps (YouTube, Maps, Photos)&lt;br /&gt;
&lt;br /&gt;
Include disclaimer at the bottom of the slide &lt;br /&gt;
|| In this '''tutorial''', you will learn:&lt;br /&gt;
* About '''Artificial Intelligence''' &lt;br /&gt;
* To identify common real-world examples of '''Artificial Intelligence''' applications&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
* A  computer, laptop, or smartphone&lt;br /&gt;
* Stable internet connection &lt;br /&gt;
* Updated web browser: Chrome, Edge, or Firefox&lt;br /&gt;
|| Here I am using the following setup.&lt;br /&gt;
&lt;br /&gt;
No '''coding''' or technical knowledge is required for this '''tutorial'''. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Artificial Intelligence- Graphics'''&lt;br /&gt;
&lt;br /&gt;
AI makes computers think and learn just like humans. &lt;br /&gt;
&lt;br /&gt;
It helps the machine to; &lt;br /&gt;
* understand information&lt;br /&gt;
* learn from existing data&lt;br /&gt;
* analyze data&lt;br /&gt;
* make decisions&lt;br /&gt;
|| Let's begin. &lt;br /&gt;
&lt;br /&gt;
'''Artificial Intelligence''' or simply '''AI''' makes '''computers''' think and learn just like us &lt;br /&gt;
&lt;br /&gt;
It helps the '''machine''' to; &lt;br /&gt;
* understand information&lt;br /&gt;
* learn from existing '''data'''&lt;br /&gt;
* analyze '''data''' and &lt;br /&gt;
* make smart decisions&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
Montage of popular apps&lt;br /&gt;
|| We all use '''AI''' every day, without even realising it. &lt;br /&gt;
&lt;br /&gt;
'''AI''' has changed the way we live, learn and work. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Graphic '''&lt;br /&gt;
&lt;br /&gt;
Show YouTube app icon &lt;br /&gt;
|| Let’s understand '''AI''' with a familiar example — '''YouTube'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Demo'''&lt;br /&gt;
&lt;br /&gt;
Click to open YouTube app icon &lt;br /&gt;
|| Open '''YouTube''' on your '''phone''' or '''computer'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Demo'''&lt;br /&gt;
&lt;br /&gt;
User types a video name in the search bar&lt;br /&gt;
|| Now search for a '''video''' you want to watch.&lt;br /&gt;
&lt;br /&gt;
'''Type''' the name of the '''video''' here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video starts playing&lt;br /&gt;
|| Click on Play Button.&lt;br /&gt;
&lt;br /&gt;
List of '''videos''' will appear.&lt;br /&gt;
&lt;br /&gt;
Locate the '''video''' you want to watch.&lt;br /&gt;
'''&lt;br /&gt;
Click''' on its '''thumbnai'''l.&lt;br /&gt;
&lt;br /&gt;
The '''video''' starts to play.&lt;br /&gt;
|-&lt;br /&gt;
|| YouTube “Recommended for you” panel appears&lt;br /&gt;
|| Did you notice how '''YouTube''', after some time, suggests more '''videos'''?&lt;br /&gt;
|-&lt;br /&gt;
|| Close-up of recommendation panel&lt;br /&gt;
|| These recommendations are not random. &lt;br /&gt;
&lt;br /&gt;
'''AI''' is working here.&lt;br /&gt;
|-&lt;br /&gt;
|| On screen, highlight &lt;br /&gt;
* history &lt;br /&gt;
* likes&lt;br /&gt;
* and viewing time.&lt;br /&gt;
&lt;br /&gt;
At the bottom of the screen show the following Flowchart: '''user data''' → AI model → suggestions.&lt;br /&gt;
|| '''YouTube''' collects information such as '''watch history''', '''likes''', and '''viewing time'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Graphic'''&lt;br /&gt;
&lt;br /&gt;
Highlight the AI model in the above flowchart&lt;br /&gt;
|| '''AI''' compares your choices with millions of other users.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Graphic'''&lt;br /&gt;
&lt;br /&gt;
Highlight the recommended videos on screen&lt;br /&gt;
|| It predicts what you may enjoy next and shows personalized recommendations.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay on screen&lt;br /&gt;
|| Pause this '''tutorial''' and open '''YouTube'''. Look closely at your suggestions.&lt;br /&gt;
|-&lt;br /&gt;
|| Transition slide: “Another everyday AI tool → Google Maps”&lt;br /&gt;
|| Now, let’s explore another daily '''tool''' — '''Google Maps'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Google Maps app icon&lt;br /&gt;
|| If you don’t have it, '''download''' '''Google Maps'''.&lt;br /&gt;
|-&lt;br /&gt;
|| User opens Google Maps&lt;br /&gt;
|| Open '''Google Maps''' on your '''phone'''.&lt;br /&gt;
|-&lt;br /&gt;
|| User types “Home” and “School” in the search bar&lt;br /&gt;
|| Suppose I want to travel from home to a nearby shop. &lt;br /&gt;
&lt;br /&gt;
So I will type both the locations as shown here.&lt;br /&gt;
&lt;br /&gt;
'''Click''' on '''Start'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Map shows multiple routes&lt;br /&gt;
|| '''Google Maps''' shows different route options.&lt;br /&gt;
|-&lt;br /&gt;
|| Map shows estimated travel times&lt;br /&gt;
|| It also shows the time needed for each route.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|| Overlay text: “AI at work”&lt;br /&gt;
|| This is '''AI''' predicting '''traffic''' using real-time data.&lt;br /&gt;
|-&lt;br /&gt;
|| Diagram: data from phones → AI model → best route&lt;br /&gt;
|| '''AI''' collects speed and '''traffic data''' and analyzes the patterns.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Map''' highlights the fastest route&lt;br /&gt;
|| Then it predicts the best route and gives it to you.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause icon overlay&lt;br /&gt;
|| Pause this '''tutorial''' now and try '''typing''' two locations on your '''phone'''.&lt;br /&gt;
|-&lt;br /&gt;
|| User interacts with the app&lt;br /&gt;
|| Notice how the '''app''' suggests routes and travel times.&lt;br /&gt;
|-&lt;br /&gt;
|| Assignment slide: “Your Turn!”&lt;br /&gt;
|| Now, let’s try a quick activity.&lt;br /&gt;
|-&lt;br /&gt;
|| Google Photos app icon&lt;br /&gt;
|| Open the '''Google Photos app''' on your '''phone'''.&lt;br /&gt;
&lt;br /&gt;
'''Download''' it if needed.&lt;br /&gt;
|-&lt;br /&gt;
|| Photos grouped by faces in gallery view&lt;br /&gt;
|| Observe how '''AI''' is working here?&lt;br /&gt;
&lt;br /&gt;
Did you notice how the '''app''' groups photos by faces or events?&lt;br /&gt;
|-&lt;br /&gt;
|| Text overlay: “Observe. Think. Note.”&lt;br /&gt;
|| Think and note down what you observed. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Summary slide'''&lt;br /&gt;
&lt;br /&gt;
YouTube screen with recommendation panel&lt;br /&gt;
&lt;br /&gt;
Google Maps screen with route suggestions&lt;br /&gt;
&lt;br /&gt;
Google Photos grouped by faces&lt;br /&gt;
|| Let’s quickly summarize what we explored in this '''tutorial'''.&lt;br /&gt;
* '''AI''' helps '''YouTube''' in analyzing our activities and suggests relevant '''videos'''.&lt;br /&gt;
* '''AI''' is used to predict '''traffic''' and suggest alternate routes in '''Google Map'''s.&lt;br /&gt;
* '''AI''' can be used to organize pictures automatically, as in '''Google Photos'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Text overlay: “AI is everywhere”&lt;br /&gt;
|| '''AI''' is quietly working behind many of the '''tools''' we use every day.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Assignment slide: '''&lt;br /&gt;
&lt;br /&gt;
“Spot 2 more examples” &lt;br /&gt;
&lt;br /&gt;
Montage of everyday apps (shopping, music, chat)&lt;br /&gt;
&lt;br /&gt;
Text overlay: “Observe → Think → Note”&lt;br /&gt;
|| Now, here’s a quick assignment for you.&lt;br /&gt;
* Look at the '''apps''' you use today&lt;br /&gt;
* Observe them carefully&lt;br /&gt;
* Spot two '''AI''' examples in each&lt;br /&gt;
* Think about how '''AI''' works and note your observations.&lt;br /&gt;
|-&lt;br /&gt;
|| Thank you Slide &lt;br /&gt;
|| This Spoken Tutorial is brought to you by '''EduPyramids Educational Services Private Limited, SINE, IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Circulation-and-Fine-Rules/English</id>
		<title>Koha-Library-Software/C2/Circulation-and-Fine-Rules/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Circulation-and-Fine-Rules/English"/>
				<updated>2025-01-16T09:05:15Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: Circulation and Fine Rules '''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha 24.05, Circulation and Fine Rules, Patron Categories, Standard Rules for&lt;br /&gt;
Libraries, Circulation Rules Customization Video tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Circulation and Fine Rules in''' '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
In this tutorial, we will learn about-&lt;br /&gt;
* '''Circulation and Fine Rules for the Patron category'''&lt;br /&gt;
|| In this tutorial, we will learn about-&lt;br /&gt;
* '''Circulation and Fine Rules for the Patron category'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS v22.04'''&lt;br /&gt;
* '''Koha v24.05'''&lt;br /&gt;
* '''Firefox v131.0.3'''&lt;br /&gt;
* A working internet connection.&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS '''version 22 point 04&lt;br /&gt;
* '''Koha version''' 24 point 05&lt;br /&gt;
* '''Firefox version 131 point 0 point 3'''&lt;br /&gt;
I also have a working internet connection.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
'''https://spoken-tutorial.org/'''&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
If not, refer to the Koha Installation tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
As an activity pause and create a '''Patron Category''' as '''Post graduate student '''under the '''Spoken&lt;br /&gt;
Tutorial Library.'''&lt;br /&gt;
Hint&lt;br /&gt;
Administration&amp;gt; '''Patrons and circulation &amp;gt;'''Patron categories&amp;gt;+ '''New category&amp;gt; Post graduate student'''&lt;br /&gt;
|| Let us start by defining the '''Circulation '''and '''Fine Rules''' for '''Patron category.'''&lt;br /&gt;
As an activity pause and create a '''Patron Category''' as '''Post graduate student '''under the '''Spoken&lt;br /&gt;
Tutorial Library.'''&lt;br /&gt;
Recall, it has been explained in an earlier tutorial in this series.&lt;br /&gt;
We will be using this information later in this tutorial.&lt;br /&gt;
Resume the tutorial once the '''Patron category''' is created.&lt;br /&gt;
|-&lt;br /&gt;
|| Show Patron categories page Screenshot&lt;br /&gt;
|| Your '''Koha interface''' will look like this after adding the '''Patron Category''' as -&lt;br /&gt;
'''Postgraduate student''' under the '''Spoken Tutorial Library'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''login interface&lt;br /&gt;
Login to '''Koha '''with '''Username '''as '''Bella '''and '''Password '''as '''Library@1'''.&lt;br /&gt;
Show superlogin png&lt;br /&gt;
|| Let us switch to the '''Koha interfac'''e.&lt;br /&gt;
I will login as a '''superlibrarian.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''staff Interface&lt;br /&gt;
|| The '''Koha staff interface '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Koha administration'''&lt;br /&gt;
|| Click on the '''Koha administration''' module.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha administration '''page&lt;br /&gt;
|| The '''Koha administration '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| On new page, '''Patrons and circulation&amp;gt;&amp;gt;Circulation and fines rules.'''&lt;br /&gt;
|| Scroll down to '''Patrons and circulation '''section and click on''' Circulation and fine rules.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Defining circulation and fine rules for all libraries'''&lt;br /&gt;
|| '''Defining circulation and fine rules for all libraries '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Locate '''Select a library''' &amp;gt;&amp;gt; select '''Standard rules for all libraries.'''&lt;br /&gt;
|| Locate, '''Select a library''' and from the drop-down select '''Standard rules for all libraries '''if not&lt;br /&gt;
selected by default.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Defining circulation and fine rules for all libraries&amp;quot;'''&lt;br /&gt;
|| A new page opens with the title '''Defining circulation and fine rules for all libraries '''&lt;br /&gt;
|-&lt;br /&gt;
|| Under the section '''Patron category, '''&amp;gt;&amp;gt; select '''Post graduate student'''&lt;br /&gt;
|| Now scroll down and locate '''Patron category '''column, from the drop-down, click on '''Post graduate&lt;br /&gt;
student'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under the section '''Item type'''&amp;gt;&amp;gt; click '''Books'''&lt;br /&gt;
|| Under the section '''Item type''', from the drop-down click on '''Books.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Current checkouts allowed '''&amp;gt;&amp;gt; enter '''5'''&lt;br /&gt;
|| In the field- '''Current checkouts allowed '''enter '''5.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Current on-site checkouts allowed'''&lt;br /&gt;
|| I will leave '''Current on-site checkouts allowed,''' as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Loan period&amp;gt;&amp;gt; 30'''&lt;br /&gt;
|| Enter '''30 '''for''' Loan period'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' For Unit'''&lt;br /&gt;
|| I will leave, '''For Unit,''' as it is i.e. '''Days'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Hard due date'''&lt;br /&gt;
|| Leave''' Hard due date,''' as it is&lt;br /&gt;
|-&lt;br /&gt;
|| '''Fine amount &amp;gt;&amp;gt;5'''&lt;br /&gt;
|| Enter '''Fine amount '''as '''5'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Fine charging interval &amp;gt;&amp;gt; 1'''&lt;br /&gt;
|| And Enter''' 1''' for''' Fine charging interval'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' When to charge'''&lt;br /&gt;
|| I will leave '''When to charge '''as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Fine/suspension grace period:'''&lt;br /&gt;
|| I will leave the '''Fine/suspension grace period: '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Overdue fines cap (amount):'''&lt;br /&gt;
Point to''' Cap fine at replacement price:'''&lt;br /&gt;
|| I will also leave '''Overdue fines cap (amount): '''and&lt;br /&gt;
'''Cap fine at replacement price: '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Suspension in days (day) :'''&lt;br /&gt;
|| I will also leave '''Suspension in days (day) : '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Suspension charging interval'''&lt;br /&gt;
|| For '''Suspension charging interval '''enter''' 1.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Renewals allowed (count) &amp;gt;&amp;gt; 4'''&lt;br /&gt;
|| Enter '''4 '''for '''Renewals allowed (count).'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Renewal period:'''&lt;br /&gt;
|| I will leave the Renewal''' period: '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' No renewal before:'''&lt;br /&gt;
|| For '''No renewal before,''' I will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Automatic renewal'''&lt;br /&gt;
|| For''' Automatic renewal, '''I will leave as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Holds allowed (total) &amp;gt;&amp;gt; '''&lt;br /&gt;
|| For '''Holds allowed (total), '''I will leave as it is.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''For On shelf holds allowed &amp;gt;&amp;gt; select If all unavailable.'''&lt;br /&gt;
|| For '''On shelf holds allowed, '''from the drop down, select''' If all unavailable.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''OPAC item level holds'''&lt;br /&gt;
|| I will leave''' OPAC item level holds '''as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Rental discount(%)'''&lt;br /&gt;
|| Leave '''Rental discount '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Actions'''&lt;br /&gt;
Click on''' Save'''&lt;br /&gt;
|| Next, go to the '''Actions''' column at the extreme right of the table and click on '''Save'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Defining circulation and fine rules for &amp;quot;Defining circulation and fine rules for all libraries&amp;quot;'''&lt;br /&gt;
Cursor on''' entries'''&lt;br /&gt;
|| This brings us back to '''Defining circulation and fine rules for all libraries '''page.&lt;br /&gt;
This page contains all the entries that we just filled.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Clone these rules to: &amp;gt;&amp;gt; '''select '''Spoken Tutorial Library &amp;gt;&amp;gt; '''click on '''Clone.'''&lt;br /&gt;
|| Now, go to '''Select a library '''and from the drop down select''' Standard rules for all libraries '''if not&lt;br /&gt;
selected by default.&lt;br /&gt;
Locate '''Clone these rules to '''and from the dropdown select '''Spoken Tutorial Library, '''if not selected by&lt;br /&gt;
default.&lt;br /&gt;
Next, click on the button named '''Clone.'''&lt;br /&gt;
|-&lt;br /&gt;
|| A popup window with a message&lt;br /&gt;
Click on '''OK'''&lt;br /&gt;
|| A popup window with a message opens, '''Are you sure you want to clone this standard rule to Spoken&lt;br /&gt;
Tutorial Library library?'''&lt;br /&gt;
&lt;br /&gt;
For making clone, I will click on '''OK.'''&lt;br /&gt;
|-&lt;br /&gt;
|| New page&lt;br /&gt;
'''Cloning circulation and fine rules from standard rules to Spoken Tutorial Library'''&lt;br /&gt;
Blue highlighted text&lt;br /&gt;
'''The rules have been cloned'''&lt;br /&gt;
|| A new page with the heading-&lt;br /&gt;
'''Cloning circulation and fine rules from standard rules to Spoken Tutorial Library''' will open.&lt;br /&gt;
A text highlighted in blue confirms '''The rules have been cloned.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Narration '''&lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6 '''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| '''Let’s quickly recap'''&lt;br /&gt;
Today we learned about&lt;br /&gt;
* '''Circulation and Fine Rules for the Patron category'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide '''Number 7&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
'''As an Assignment'''&lt;br /&gt;
* Create a '''Patron Ms. Maya Hans, '''as a '''Postgraduate student '''for '''checkout''' and '''checkin''' of&lt;br /&gt;
'''Spoken Tutorial Library Items''' such as:&lt;br /&gt;
** '''Books,'''&lt;br /&gt;
** '''CD/DVDs'''&lt;br /&gt;
** '''Bound Volumes''', etc.&lt;br /&gt;
* Create credentials for the Postgraduate student: Ms. Maya Hans&lt;br /&gt;
** Username: Maya&lt;br /&gt;
** Password: Maya@123&lt;br /&gt;
* Do not set any permissions for this patron.&lt;br /&gt;
|| '''As an Assignment,'''&lt;br /&gt;
* Create a '''Patron Ms. Maya Hans, '''as a '''Postgraduate student '''for '''checkout''' and '''checkin''' of&lt;br /&gt;
'''Spoken Tutorial Library Items''' such as:&lt;br /&gt;
** '''Books,'''&lt;br /&gt;
** '''CD/DVDs'''&lt;br /&gt;
** '''Bound Volumes''', etc.&lt;br /&gt;
* Create credentials for the Postgraduate student: Ms. Maya Hans&lt;br /&gt;
** Username: Maya&lt;br /&gt;
** Password: Maya@123&lt;br /&gt;
* Do not set any permissions for this patron.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
'''About Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
'''Spoken Tutorial workshops'''&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
||&lt;br /&gt;
The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
'''Forum for specific questions'''&lt;br /&gt;
|| We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
'''Acknowledgment'''&lt;br /&gt;
||'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Close-a-Budget/English</id>
		<title>Koha-Library-Software/C2/Close-a-Budget/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Close-a-Budget/English"/>
				<updated>2024-12-09T13:04:51Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: Created page with &amp;quot;'''Title of the Script: Close a Budget'''  '''Author: '''Vaibhavi Satardekar and Maya Hans  '''Keywords:''' Koha, Koha 24.05, Koha Budget Management, Close Budget in Koha, Mov...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: Close a Budget'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords:''' Koha, Koha 24.05, Koha Budget Management, Close Budget in Koha, Move Unspent&lt;br /&gt;
Funds Koha, Video Tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Close a Budget '''in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
'''Close a Budget'''&lt;br /&gt;
|| In this tutorial, we will learn how to -&lt;br /&gt;
* '''Close a Budget'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3 '''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS '''v22.04&lt;br /&gt;
* '''Koha''' v24.05&lt;br /&gt;
* '''Firefox '''v131.0.3&lt;br /&gt;
* A working internet connection.&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS '''version 22 point 04&lt;br /&gt;
* '''Koha''' version 24 point 05&lt;br /&gt;
* '''Firefox '''version 131 point 0 point 3&lt;br /&gt;
I also have a working internet connection.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
'''https://spoken-tutorial.org/'''&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
If not, refer to the Koha Installation tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Let’s learn how to close a '''Budget'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
Closing of a '''Budget''' is done to move-&lt;br /&gt;
* the''' unreceived orders '''and&lt;br /&gt;
* the''' '''required unspent''' funds'''&lt;br /&gt;
from an '''old Budget''' to a '''new Budget'''&lt;br /&gt;
|| Before we start, please note:&lt;br /&gt;
Closing of a '''Budget''' is done to move-&lt;br /&gt;
* the''' unreceived orders '''and&lt;br /&gt;
* the''' '''required''' '''unspent''' funds'''&lt;br /&gt;
from an old''' Budget''' to a new''' Budget'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
Please Note-&lt;br /&gt;
'''Before closing a Budget, it is advisable to duplicate the immediate previous year's Budget.'''&lt;br /&gt;
'''To do so, the same fund structures of the previous Budget must exist in the new Budget.'''&lt;br /&gt;
&lt;br /&gt;
|| Please Note-&lt;br /&gt;
Before closing a '''Budget,''' it is advisable to duplicate the immediate previous year's '''Budget.'''&lt;br /&gt;
&lt;br /&gt;
To do so, the same '''fund '''structures of the previous '''Budget '''must exist in the new '''Budget.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show Koha login interface&lt;br /&gt;
|| Let us switch to the '''Koha interface.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Username '''as '''Bella '''and '''Password '''as '''Library@1'''.&lt;br /&gt;
Click on '''Log in'''&lt;br /&gt;
|| To close a budget, we have to login as '''superlibrarian.'''&lt;br /&gt;
So, I will type the username as '''Bella '''and the password''' '''as '''Library@1.'''&lt;br /&gt;
For the library field, from the drop down select '''Spoken Tutorial Library.'''&lt;br /&gt;
Now click on the''' Login '''button.&lt;br /&gt;
If you had given a different '''username''' and '''password''', then type that.&lt;br /&gt;
|-&lt;br /&gt;
|| On the '''Koha '''Home page'''&amp;gt;&amp;gt;''' '''Acquisitions '''module&lt;br /&gt;
|| On the '''Koha '''home page click on '''Acquisitions '''module&lt;br /&gt;
|-&lt;br /&gt;
|| '''Acquisitions '''page&lt;br /&gt;
|| '''Acquisitions '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| On the left side, click on''' Budgets'''&lt;br /&gt;
|| From the options on the left side, under '''Administration''' click on '''Budgets. '''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Budgets '''page&lt;br /&gt;
|| '''Budgets, '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under the tab '''Active budgets'''&lt;br /&gt;
Go to''' Actions&amp;gt;&amp;gt;''' drop down select '''Close.'''&lt;br /&gt;
|| On this page under the tab '''Active budgets '''locate the '''Budget'''.&lt;br /&gt;
In my case, '''Spoken Tutorial Library 2023-2024 Phase I.'''&lt;br /&gt;
In the '''Actions''' column click on '''Actions''' and from the drop-down select the option '''Close.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on New form&lt;br /&gt;
'''Close budget Spoken Tutorial Library 2023-2024 Phase I '''page opens.&lt;br /&gt;
It says - '''The unreceived orders from the following funds will be moved'''&lt;br /&gt;
|| When''' Close''' is selected.&lt;br /&gt;
'''Close budget Spoken Tutorial Library 2023-2024 Phase I '''page opens.&lt;br /&gt;
It says - '''The unreceived orders from the following funds will be moved.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Select a budget&amp;gt;&amp;gt;Spoken Tutorial Library 2024-2025 Phase II'''&lt;br /&gt;
|| On the same page, we have '''Select a budget '''option.&lt;br /&gt;
* From the''' '''drop-down, select a '''budget '''wherein you want to move your''' unreceived orders'''&lt;br /&gt;
* I will select''' Spoken Tutorial Library 2024-2025 Phase II'''.&lt;br /&gt;
The same '''Fund details''' need to be created in the '''Duplicate Budget.'''&lt;br /&gt;
This will enable us to move the unspent''' Budget '''there.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on:&lt;br /&gt;
'''Move remaining unspent funds''' to move the unspent amounts&lt;br /&gt;
I will leave this box blank&lt;br /&gt;
|| Next is '''Move remaining unspent funds.'''&lt;br /&gt;
Clicking on this will move the unspent amounts to the new '''Budget.'''&lt;br /&gt;
Do so if you wish to add the unspent amount of the immediate previous year to the new '''Budget.'''&lt;br /&gt;
I will leave this box blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Move unreceived orders''' button.&lt;br /&gt;
|| After all details are filled, click on '''Move unreceived orders''' button at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the dialog box.&lt;br /&gt;
|| A dialog box appears with the following message:&lt;br /&gt;
'''You have chosen to move all unreceived orders from Spoken Tutorial Library 2023-2024 Phase I to&lt;br /&gt;
Spoken Tutorial Library 2024-2025 Phase II.'''&lt;br /&gt;
'''This action cannot be reversed. Do you wish to continue?'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| It is important to remember that once completed, you cannot undo this process.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''OK'''&lt;br /&gt;
|| Click on '''OK '''under the dialog box.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Report after moving unreceived orders from budget Spoken Tutorial Library 2023-2024 Phase I&lt;br /&gt;
(04/01/2023 - 03/31/2024) to Spoken Tutorial Library 2024-2025 Phase II (04/01/2024 - 03/31/2025)'''&lt;br /&gt;
|| A new page '''Budget Spoken Tutorial Library 2023-2024 Phase I closed '''opens.&lt;br /&gt;
Read the details on this page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Order number '''with''' Details'''&lt;br /&gt;
Cursor on '''Moved'''&lt;br /&gt;
|| This page will display the '''Order number '''with''' Details '''having '''Moved'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
|| With this, we have closed the financial year's''' Budget.'''&lt;br /&gt;
And we can now move on to create the next year's '''Budget.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
* To continue with the next tutorial, go to the top left corner of the page.&lt;br /&gt;
* Click on the home icon on the top left of the page and stay logged in.&lt;br /&gt;
* Logout steps&lt;br /&gt;
|| To continue with the next tutorial, go to the top left corner of the page.&lt;br /&gt;
Click on the home icon and stay logged in.&lt;br /&gt;
To '''logout '''from the current session, go to the top right corner of the page.&lt;br /&gt;
Click on '''Bella, Spoken Tutorial Library'''.&lt;br /&gt;
From the drop down select '''Logout'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
Summary&lt;br /&gt;
* '''Close a Budget'''&lt;br /&gt;
|| Let’s quickly recap.&lt;br /&gt;
Today we learned how to -&lt;br /&gt;
* '''Close a Budget'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
* In an earlier tutorial assignment, you had added a new '''Budget''' of Rs.50 Lakhs to '''ICP Library 2023-&lt;br /&gt;
2024''' '''Phase I'''.&lt;br /&gt;
* Close that '''Budget'''.&lt;br /&gt;
|| As an assignment-&lt;br /&gt;
&lt;br /&gt;
* In an earlier tutorial assignment, you had added a new '''Budget''' of Rupees Fifty Lakhs to '''ICP Library&lt;br /&gt;
2023-2024''' '''Phase I.'''&lt;br /&gt;
* Close that '''Budget'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide '''Number 9''':&lt;br /&gt;
About '''Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide '''Number 10'''&lt;br /&gt;
'''Spoken Tutorial''' workshops&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
||&lt;br /&gt;
The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide '''Number 11'''&lt;br /&gt;
Forum for specific questions&lt;br /&gt;
||&lt;br /&gt;
We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide '''Number 12'''&lt;br /&gt;
Acknowledgment&lt;br /&gt;
'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;br /&gt;
'''India.'''&lt;br /&gt;
Thank you&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Cataloging/English</id>
		<title>Koha-Library-Software/C2/Cataloging/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Cataloging/English"/>
				<updated>2024-12-09T11:45:39Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: Cataloging'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha 24.05, Cataloging, Koha Cataloging Module, MARC Record Creation, MARC&lt;br /&gt;
Framework, ISBN Entry, Add New Record, Repeatable MARC Tags, Mandatory Fields in MARC, Full&lt;br /&gt;
Call Number in Koha, Library Staff, Add MARC Record, Industrial microbiology, Barcode, ISBN&lt;br /&gt;
Number, Video tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 1&lt;br /&gt;
Title Slide&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Cataloging''' in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 2&lt;br /&gt;
Learning Objectives&lt;br /&gt;
* '''Cataloging'''&lt;br /&gt;
|| In this tutorial, we will learn how to do-&lt;br /&gt;
* '''Cataloging '''in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 3&lt;br /&gt;
System Requirement&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS version 22 point 04'''&lt;br /&gt;
* '''Koha version 24 point 05'''&lt;br /&gt;
* '''Firefox version 131 point 0 point 3'''&lt;br /&gt;
I also have a working internet connection.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 4&lt;br /&gt;
Pre-requisites&lt;br /&gt;
https://spoken-tutorial.org/&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
If not, refer to the Koha Installation tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''login interface&lt;br /&gt;
|| Let us switch to the '''Koha interface.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Here we will log in with a Library''' Staff '''account '''username Vaibhavi.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Login to '''Koha '''with '''Username '''as '''Vaibhavi '''and '''Password '''as '''Vaibhavi02'''.&lt;br /&gt;
&lt;br /&gt;
|| So, I will type the '''username '''as '''Vaibhavi '''and the '''password '''as '''Vaibhavi02.'''&lt;br /&gt;
If you had given a different '''username''' and '''password''', then type that.&lt;br /&gt;
To choose the '''Library '''from the drop down select '''Spoken Tutorial Library.'''&lt;br /&gt;
Click on '''Login'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''staff Interface&lt;br /&gt;
|| The '''Koha staff interface '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Recall, we had given her '''Cataloging rights''' in an earlier tutorial.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| Also recall that we had added a '''Book '''item type during '''Onboarding'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''staff Interface&lt;br /&gt;
|| We are now inside the '''Koha interface''' as a '''Library Staff Vaibhavi.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Now, let’s go ahead to do '''Cataloging.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show Koha interface &amp;gt;&amp;gt; '''Cataloging '''module&lt;br /&gt;
|| For that click on the '''Cataloging '''module'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Cataloging '''page&lt;br /&gt;
|| A '''Cataloging '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the tab '''+New record'''&lt;br /&gt;
|| To start a new record, click on '''New record.'''&lt;br /&gt;
|-&lt;br /&gt;
|| From the dropdown menu select '''Books'''&lt;br /&gt;
|| From the dropdown , we will select '''Books.'''&lt;br /&gt;
The selection depends upon the '''ITEM type '''created in one of the earlier tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| However, you may select as per the''' Item Type '''that you had created.&lt;br /&gt;
|-&lt;br /&gt;
|| A new page &amp;gt;&amp;gt;'''Add MARC record '''opens up&lt;br /&gt;
|| A new page with the title '''Add MARC record '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the fields marked in red.&lt;br /&gt;
|| Notice that all the '''fields''' marked in red are mandatory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on fields marked with red colored asterisk&lt;br /&gt;
|| Interestingly, '''Koha''' auto-generates values for a few mandatory fields.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs 0 to 9,&lt;br /&gt;
|| Among the range of tabs from''' 0''' to''' 9,''' we will start with tab''' zero.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the field for '''000, Leader'''.&lt;br /&gt;
Highlight the value&lt;br /&gt;
|| Click inside the field for '''000, LEADER'''.&lt;br /&gt;
&lt;br /&gt;
By default '''Koha '''shows this value.&lt;br /&gt;
You may see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the field for''' 001 CONTROL NUMBER'''&lt;br /&gt;
|| I will leave the field for''' 001 CONTROL NUMBER '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the field for '''003, CONTROL NUMBER IDENTIFIER'''.&lt;br /&gt;
Highlight the value&lt;br /&gt;
|| Click inside the field for '''003, CONTROL NUMBER IDENTIFIER '''.&lt;br /&gt;
By default '''Koha '''shows this value.&lt;br /&gt;
You may see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Click in the field for '''005 DATE AND TIME OF LATEST TRANSACTION'''&lt;br /&gt;
Cursor on the value&lt;br /&gt;
|| Next, click inside the field for '''005 DATE AND TIME OF LATEST TRANSACTION.'''&lt;br /&gt;
'''Koha '''auto-generates this value for my system.&lt;br /&gt;
You will see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| I will leave the fields for''' 006 '''and '''007''' blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the value&lt;br /&gt;
|| Now click '''008 FIXED-LENGTH DATA ELEMENTS GENERAL INFORMATION.'''&lt;br /&gt;
'''Koha '''auto generates this value.&lt;br /&gt;
You may see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Next, go to tab '''020 INTERNATIONAL STANDARD BOOK NUMBER'''.&lt;br /&gt;
|| Next, go to the tab '''020 INTERNATIONAL STANDARD BOOK NUMBER.'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on two blank boxes adjacent to''' 020?'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 020'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''MARC 21 Format for Bibliographic Data '''new tab&lt;br /&gt;
Cursor on '''020'''&lt;br /&gt;
|| Note that if you click on the'''? (question mark) '''then&lt;br /&gt;
The entire '''MARC 21 Format for Bibliographic Data '''opens in a new tab'''.'''&lt;br /&gt;
Here, both the '''indicators''' are undefined&lt;br /&gt;
|-&lt;br /&gt;
|| Close '''MARC 21 Format for Bibliographic Data tab'''&lt;br /&gt;
|| Now close this newly opened '''MARC 21 Format for Bibliographic Data tab'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the two blank boxes&lt;br /&gt;
|| I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield '''‘a’''', I will type a thirteen digit number:'''978-0321929150'''&lt;br /&gt;
&lt;br /&gt;
|| Locate the subfield '''INTERNATIONAL STANDARD BOOK NUMBER'''&lt;br /&gt;
Now I will enter a 13-digit '''ISBN '''number here.&lt;br /&gt;
You may enter the '''ISBN number''' of your book.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
Click on the small button towards the right side of '''International Standard Book Number'''&lt;br /&gt;
Cursor on '''Repeat this Tag.'''&lt;br /&gt;
|| So what if more than one''' ISBN number''' has to be added for the same book?&lt;br /&gt;
Notice the small button here.&lt;br /&gt;
'''Repeat this Tag '''on the right side of '''International Standard Book Number'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on duplicate field&lt;br /&gt;
|| Click on it&lt;br /&gt;
A duplicate field will be created to add the second '''ISBN number.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Put the '''10-digit ISBN 0321929152'''&lt;br /&gt;
|| I will enter the 10-digit''' ISBN '''number in the duplicate field.&lt;br /&gt;
You may enter the '''ISBN '''of your book.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''040 CATALOGING SOURCE'''&lt;br /&gt;
Cursor on '''‘c’ Transcribing agency'''&lt;br /&gt;
Enter''' IIT Bombay'''&lt;br /&gt;
|| Next, come to the tab''' 040 CATALOGING SOURCE'''&lt;br /&gt;
* The subfield''' c Transcribing agency '''is a mandatory field.&lt;br /&gt;
* Type the name of the '''Institute/University '''or the '''Department''' here.&lt;br /&gt;
* I will type''' IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''082 DEWEY DECIMAL CLASSIFICATION NUMBER'''&lt;br /&gt;
Cursor on ‘'''a’ Classification number'''&lt;br /&gt;
Enter '''660.62'''&lt;br /&gt;
|| Come to the tab''' 082 DEWEY DECIMAL CLASSIFICATION NUMBER.'''&lt;br /&gt;
In the subfield '''a Classification number '''enter '''660.62'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''Click on tab''' 1'''&lt;br /&gt;
|| Next, go to the top of the page, and from tabs '''0 to 9, '''click on tab''' 1.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show new page&lt;br /&gt;
Go to '''100 a''':'''MAIN ENTRY--PERSONAL NAME''' click on ?&lt;br /&gt;
Close '''MARC 21 Format for Bibliographic Data tab'''&lt;br /&gt;
|| On the new page that opens&lt;br /&gt;
Go to the tab '''100, MAIN ENTRY--PERSONAL NAME, '''click on the '''question mark'''&lt;br /&gt;
&lt;br /&gt;
This opens a new window with '''100-Main Entry-Personal Name (NR) '''details.&lt;br /&gt;
We will refer to the information given here to fill '''tab 100.'''&lt;br /&gt;
I will close this window for now.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
For Point 1 &amp;amp; 2-- Cursor on the first blank box&lt;br /&gt;
For Point 3-- Cursor on the second blank box&lt;br /&gt;
|| '''Type 1 '''as the''' first indicator''' of tag '''100'''&lt;br /&gt;
It represents the '''Surname '''for the subfield '''a'''&lt;br /&gt;
'''2'''nd '''indicator''' is '''undefined by MARC 21''', so we will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''subfield ‘a’ Personal name-''' enter the '''Author’s''' name&lt;br /&gt;
* '''Patel, Arvind H. '''in the field provided.&lt;br /&gt;
|| In the subfield''' a Personal name-''' enter the '''Author’s''' name&lt;br /&gt;
I will type''' Patel, Arvind H.'''&lt;br /&gt;
Note that: If you put the first indicator value as''' 1''' then only the surname comes first.&lt;br /&gt;
Hence based on the indicator value, surname or forename should be entered.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''click on tab''' 2'''&lt;br /&gt;
|| Next, go to the top again, and among the tabs from '''0 to 9, '''click on tab''' 2'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the tab '''245 TITLE STATEMENT:'''&lt;br /&gt;
|| Then go to the tab '''245 TITLE STATEMENT.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 245.'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 245.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Type''' 1 '''in the first blank box.&lt;br /&gt;
Cursor on first blank box&lt;br /&gt;
Type''' 0 '''in the 2nd blank box&lt;br /&gt;
Cursor on 2nd blank box&lt;br /&gt;
Enter value 0 in the 2nd blank box&lt;br /&gt;
|| Type''' 1 '''in the first blank box.&lt;br /&gt;
Note that:''' 1 '''is the indicator for '''Added Entry.'''&lt;br /&gt;
Type''' 0 '''in the 2nd blank box.&lt;br /&gt;
Second indicator represents a non-filing character.&lt;br /&gt;
I have entered''' 0''', as under this '''TITLE:''' there is no non-filing character.&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield ‘'''a’''' '''Title '''enter''': Industrial Microbiology'''&lt;br /&gt;
&lt;br /&gt;
|| In the subfield ‘'''a’ Title '''enter''', Industrial Microbiology'''&lt;br /&gt;
In the subfield ‘'''c’ Statement of responsibility, etc '''type, '''Patel, Arvind H.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''250 EDITION STATEMENT'''&lt;br /&gt;
|| Next, locate the tab '''250 EDITION STATEMENT.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor the two blank boxes adjacent to''' 250?'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 250?'''&lt;br /&gt;
Both the indicators for '''250 '''are undefined.&lt;br /&gt;
So I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield ‘'''a’ Edition statement '''enter '''12th Edition'''&lt;br /&gt;
|| Fill in the following details for sub-field ‘'''a’ Edition statement, '''enter''' 12th ed.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''260 PUBLICATION, DISTRIBUTION, ETC.'''&lt;br /&gt;
|| Now, go to the tab '''260 PUBLICATION, DISTRIBUTION, ETC.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the two blank boxes adjacent to''' 260?'''&lt;br /&gt;
Cursor on Both the indicators&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 260?'''&lt;br /&gt;
Both the indicators for this are undefined.&lt;br /&gt;
So I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| Fill in the following details for-&lt;br /&gt;
* Subfield '''a Place of publication, distribution etc '''enter''' New Delhi.'''&lt;br /&gt;
* In the subfield ‘'''b’ Name of publisher, distributor, etc, '''enter '''Pearson.'''&lt;br /&gt;
* In the subfield ‘'''c’ Date of publication, distribution, etc, '''enter '''2014.'''&lt;br /&gt;
|| Fill in the details as shown here.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''Click on tab''' 3'''&lt;br /&gt;
|| Now, go back to the top, and from the tabs '''0 to 9, '''click on the tab''' 3'''&lt;br /&gt;
|-&lt;br /&gt;
|| Now, go to '''300 PHYSICAL DESCRIPTION'''&lt;br /&gt;
|| Now, go to '''300 PHYSICAL DESCRIPTION'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the two blank boxes adjacent to''' 300?'''&lt;br /&gt;
Cursor on Both the indicators&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 300?'''&lt;br /&gt;
Both the indicators for this are undefined.&lt;br /&gt;
So I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| Fill in the following details as follows-&lt;br /&gt;
* Subfield''' ‘a’ Extent- '''Enter '''960p.'''&lt;br /&gt;
* For subfield''' ‘b’ Other physical details- '''Enter '''Illustration'''&lt;br /&gt;
* In the subfield''' ‘c’, Dimensions- '''Enter '''25cm'''&lt;br /&gt;
|| Fill in the details as I have done here.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''Click on tab '''6'''&lt;br /&gt;
&lt;br /&gt;
|| Next, go to the top of the page, and from the tabs '''0 to 9, '''click on '''6'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''650 SUBJECT ADDED ENTRY--TOPICAL TERM'''&lt;br /&gt;
|| Now, go to the tab '''650 SUBJECT ADDED ENTRY--TOPICAL TERM'''&lt;br /&gt;
|-&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 650?'''&lt;br /&gt;
Type''' 1 '''in the first blank box.&lt;br /&gt;
Cursor on '''1'''&lt;br /&gt;
Type''' 0 '''in the second blank box.&lt;br /&gt;
Cursor on '''0'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 650'''&lt;br /&gt;
Type''' 1 '''in the first blank box.&lt;br /&gt;
Note that:''' 1 '''is the indicator for '''Primary (Level of subject)'''&lt;br /&gt;
Type''' 0 '''in the second blank box.&lt;br /&gt;
Note that''' 0 '''is the indicator for '''Library of Congress Subject Headings (Thesaurus)'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield '''‘a’ Topical term or geographic name entry element '''type, subject heading as '''Industrial&lt;br /&gt;
Microbiology'''&lt;br /&gt;
|| In the subfield '''‘a’ Topical term or geographic name entry element, '''type the subject heading.&lt;br /&gt;
I will type '''Industrial Microbiology.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the small button: '''Repeat this Tag'''&lt;br /&gt;
|| In case, more than one''' keyword '''has to be added then, as explained earlier, click on the small button&lt;br /&gt;
'''Repeat this Tag.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''650'''&lt;br /&gt;
|| A duplicate field '''650''' opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Type''' 2 '''in the first blank box&lt;br /&gt;
Type''' 0 '''in the second blank box.&lt;br /&gt;
|| Type''' 2 '''in the first blank box.&lt;br /&gt;
Note that''' 2 '''is the indicator for '''Secondary (Level of Subject).'''&lt;br /&gt;
Keep''' 0 '''in the second blank box as it is.&lt;br /&gt;
Note that''' 0 '''is the indicator for '''Library of Congress Subject Headings (Thesaurus).'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''‘a’ Topical term or geographic name entry element'''&lt;br /&gt;
Enter the keyword: '''Bacteria'''&lt;br /&gt;
|| In the subfield '''‘a’ Topical term or geographic name entry element''', enter the '''keyword''' as&lt;br /&gt;
'''Bacteria.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to tab '''9'''&lt;br /&gt;
|| Lastly, go to the top of the page, from the tabs '''0 to 9, '''click on the tab '''9'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on '''942''' '''ADDED ENTRY ELEMENTS (KOHA)'''&lt;br /&gt;
|| Go to tag '''942''' '''ADDED ENTRY ELEMENTS (KOHA)'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the field''' c: Koha item type &amp;lt;'''from the drop-down select-''' Book'''&amp;gt;&lt;br /&gt;
|| In the subfield''' ‘c’: Koha item type, '''select-''' Books '''from the drop-down.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Save'''&lt;br /&gt;
|| After filling in the details, click on''' Save''' button''' '''at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Items for Industrial Microbiology''' '''by Patel, Arvind H.'''&lt;br /&gt;
|| A new page opens with the title '''Items for Industrial Microbiology by Patel, Arvind H. Record&lt;br /&gt;
number(#1)'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Add item '''opens&lt;br /&gt;
Cursor on:&lt;br /&gt;
* location of the item (home branch),&lt;br /&gt;
* cost of the item,&lt;br /&gt;
* barcode,&lt;br /&gt;
|| Under the section '''Add item, '''we are prompted to fill details like-&lt;br /&gt;
* '''Date acquired'''&lt;br /&gt;
* '''Source of acquisition'''&lt;br /&gt;
* '''Cost, normal purchase price,'''&lt;br /&gt;
* '''Barcode as accession number ,'''&lt;br /&gt;
* '''Cost, replacement price '''etc.&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the field for '''Date acquired'''&lt;br /&gt;
|| Let us click inside the field for '''Date acquired''' to auto-select the date.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on various fields under the section '''Add item'''&lt;br /&gt;
'''0 - Withdrawn status: '''I will leave it blank&lt;br /&gt;
&lt;br /&gt;
'''2- Source of classification or shelving scheme'''&lt;br /&gt;
&lt;br /&gt;
Select '''Dewey Decimal Classification'''&lt;br /&gt;
&lt;br /&gt;
'''3- Materials specified (bound volume or other part): '''Leave blank&lt;br /&gt;
&lt;br /&gt;
'''a - Home library: Spoken Tutorial Library'''&lt;br /&gt;
&lt;br /&gt;
'''b - Current library: Spoken Tutorial Library'''&lt;br /&gt;
&lt;br /&gt;
'''d - Date acquired: 11/29/2024'''&lt;br /&gt;
&lt;br /&gt;
'''e - Source of acquisition: '''Vendor name-''' Powai Book Agency'''&lt;br /&gt;
&lt;br /&gt;
'''f - Coded location qualifier- '''blank&lt;br /&gt;
&lt;br /&gt;
'''g - Cost, normal purchase price: Rs 1000'''&lt;br /&gt;
&lt;br /&gt;
'''h - Serial Enumeration / chronology: '''Leave it blank&lt;br /&gt;
&lt;br /&gt;
'''i - Inventory number: '''Leave it blank&lt;br /&gt;
&lt;br /&gt;
'''j - Shelving control number- '''Leave it blank&lt;br /&gt;
&lt;br /&gt;
'''o - Full call number- 660.62 PAT'''&lt;br /&gt;
&lt;br /&gt;
'''p - Barcode-00001'''&lt;br /&gt;
&lt;br /&gt;
'''t - Copy number-10'''&lt;br /&gt;
&lt;br /&gt;
'''u - Uniform Resource Identifier- '''Leave blank&lt;br /&gt;
&lt;br /&gt;
'''v - Cost, replacement price- 1200'''&lt;br /&gt;
&lt;br /&gt;
'''w - Price effective from-11/28/2024'''&lt;br /&gt;
&lt;br /&gt;
'''x - Non-public note-''' Leave blank&lt;br /&gt;
&lt;br /&gt;
'''y - Koha item type: Books'''&lt;br /&gt;
&lt;br /&gt;
'''z - Public note: '''Leave blank&lt;br /&gt;
&lt;br /&gt;
|| I have filled in the details as per my '''Library.'''&lt;br /&gt;
You may pause the video and fill the details as per your '''Library.'''&lt;br /&gt;
If you don’t have information for a particular field, then leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight&lt;br /&gt;
* Permanent location&lt;br /&gt;
&lt;br /&gt;
* Current location&lt;br /&gt;
&lt;br /&gt;
* Full call number and&lt;br /&gt;
* Koha item type&lt;br /&gt;
|| Note that '''Koha''' by default fills in the details for&lt;br /&gt;
* '''Permanent location'''&lt;br /&gt;
&lt;br /&gt;
* '''Current location'''&lt;br /&gt;
&lt;br /&gt;
* '''Full call number''' and&lt;br /&gt;
&lt;br /&gt;
* '''Koha item type'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the tab '''Add item'''&lt;br /&gt;
|| After entering all the details, click on the tab '''Add item '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Items for Industrial Microbiology by Patel, Arvind H.'''&lt;br /&gt;
|| Another page opens with the title '''Items for Industrial Microbiology by Patel, Arvind H. Record 1'''&lt;br /&gt;
Note that this page displays the details that we just filled.''' '''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
|| Now log out from the '''Library staff '''account.&lt;br /&gt;
|-&lt;br /&gt;
|| go to the top right corner, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
Then from the drop-down, select''' Log out.'''&lt;br /&gt;
|| To do so, go to the top right corner of the page, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
From the drop-down, select''' Log out.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 5&lt;br /&gt;
&lt;br /&gt;
Summary&lt;br /&gt;
In this tutorial, we learned to&lt;br /&gt;
* Do '''Cataloging'''&lt;br /&gt;
|| Let’s quickly recap.&lt;br /&gt;
Today we learned how to:&lt;br /&gt;
* Do '''Cataloging'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 6&lt;br /&gt;
Assignment&lt;br /&gt;
Create a new record for the following books.&lt;br /&gt;
* '''Fundamentals of Microbiology 10th ed. '''2014 '''by '''Jeffrey C. Pommerville.&lt;br /&gt;
&lt;br /&gt;
* Environmental Microbiology for Engineers 3rd ed. '''2024 '''by '''Volodymyr Ivanov.'''&lt;br /&gt;
||&lt;br /&gt;
As an assignment&lt;br /&gt;
Create a new record for the following books.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 7&lt;br /&gt;
About '''Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
||&lt;br /&gt;
The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 8&lt;br /&gt;
'''Spoken Tutorial''' workshops&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
||&lt;br /&gt;
The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 9&lt;br /&gt;
Forum for specific questions&lt;br /&gt;
|| We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 10&lt;br /&gt;
Acknowledgment&lt;br /&gt;
'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;br /&gt;
'''India.'''&lt;br /&gt;
Thank you&lt;br /&gt;
|| Thank you for joining.&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Circulation-and-Fine-Rules/English</id>
		<title>Koha-Library-Software/C2/Circulation-and-Fine-Rules/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Circulation-and-Fine-Rules/English"/>
				<updated>2024-12-09T11:18:53Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: Created page with &amp;quot;'''Title of the Script: Circulation and Fine Rules '''  '''Author: '''Vaibhavi Satardekar and Maya Hans  '''Keywords: '''Koha, Koha 24.05, Circulation and Fine Rules, Patron C...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: Circulation and Fine Rules '''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha 24.05, Circulation and Fine Rules, Patron Categories, Standard Rules for&lt;br /&gt;
Libraries, Circulation Rules Customization Video tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Circulation and Fine Rules in''' '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
In this tutorial, we will learn about-&lt;br /&gt;
* '''Circulation and Fine Rules for the Patron category'''&lt;br /&gt;
|| In this tutorial, we will learn about-&lt;br /&gt;
* '''Circulation and Fine Rules for the Patron category'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS v22.04'''&lt;br /&gt;
* '''Koha v24.05'''&lt;br /&gt;
* '''Firefox v131.0.3'''&lt;br /&gt;
* A working internet connection.&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS '''version 22 point 04&lt;br /&gt;
* '''Koha version''' 24 point 05&lt;br /&gt;
* '''Firefox version 131 point 0 point 3'''&lt;br /&gt;
I also have a working internet connection.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
'''https://spoken-tutorial.org/'''&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
If not, refer to the Koha Installation tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
As an activity pause and create a '''Patron Category''' as '''Post graduate student '''under the '''Spoken&lt;br /&gt;
Tutorial Library.'''&lt;br /&gt;
Hint&lt;br /&gt;
Administration&amp;gt; '''Patrons and circulation &amp;gt;'''Patron categories&amp;gt;+ '''New category&amp;gt; Post graduate student'''&lt;br /&gt;
|| Let us start by defining the '''Circulation '''and '''Fine Rules''' for '''Patron category.'''&lt;br /&gt;
As an activity pause and create a '''Patron Category''' as '''Post graduate student '''under the '''Spoken&lt;br /&gt;
Tutorial Library.'''&lt;br /&gt;
Recall, it has been explained in an earlier tutorial in this series.&lt;br /&gt;
We will be using this information later in this tutorial.&lt;br /&gt;
Resume the tutorial once the '''Patron category''' is created.&lt;br /&gt;
|-&lt;br /&gt;
|| Show Patron categories page Screenshot&lt;br /&gt;
|| Your '''Koha interface''' will look like this after adding the '''Patron Category''' as -&lt;br /&gt;
'''Postgraduate student''' under the '''Spoken Tutorial Library'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''login interface&lt;br /&gt;
Login to '''Koha '''with '''Username '''as '''Bella '''and '''Password '''as '''Library@1'''.&lt;br /&gt;
Show superlogin png&lt;br /&gt;
|| Let us switch to the '''Koha interfac'''e.&lt;br /&gt;
I will login as a '''superlibrarian.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''staff Interface&lt;br /&gt;
|| The '''Koha staff interface '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Koha administration'''&lt;br /&gt;
|| Click on the '''Koha administration''' module.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha administration '''page&lt;br /&gt;
|| The '''Koha administration '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| On new page, '''Patrons and circulation&amp;gt;&amp;gt;Circulation and fines rules.'''&lt;br /&gt;
|| Scroll down to '''Patrons and circulation '''section and click on''' Circulation and fine rules.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Defining circulation and fine rules for all libraries'''&lt;br /&gt;
|| '''Defining circulation and fine rules for all libraries '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Locate '''Select a library''' &amp;gt;&amp;gt; select '''Standard rules for all libraries.'''&lt;br /&gt;
|| Locate, '''Select a library''' and from the drop-down select '''Standard rules for all libraries '''if not&lt;br /&gt;
selected by default.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Defining circulation and fine rules for all libraries&amp;quot;'''&lt;br /&gt;
|| A new page opens with the title '''Defining circulation and fine rules for all libraries '''&lt;br /&gt;
|-&lt;br /&gt;
|| Under the section '''Patron category, '''&amp;gt;&amp;gt; select '''Post graduate student'''&lt;br /&gt;
|| Now scroll down and locate '''Patron category '''column, from the drop-down, click on '''Post graduate&lt;br /&gt;
student'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under the section '''Item type'''&amp;gt;&amp;gt; click '''Books'''&lt;br /&gt;
|| Under the section '''Item type''', from the drop-down click on '''Books.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Current checkouts allowed '''&amp;gt;&amp;gt; enter '''5'''&lt;br /&gt;
|| In the field- '''Current checkouts allowed '''enter '''5.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Current on-site checkouts allowed'''&lt;br /&gt;
|| I will leave '''Current on-site checkouts allowed,''' as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Loan period&amp;gt;&amp;gt; 30'''&lt;br /&gt;
|| Enter '''30 '''for''' Loan period'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' For Unit'''&lt;br /&gt;
|| I will leave, '''For Unit,''' as it is i.e. '''Days'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Hard due date'''&lt;br /&gt;
|| Leave''' Hard due date,''' as it is&lt;br /&gt;
|-&lt;br /&gt;
|| '''Fine amount &amp;gt;&amp;gt;5'''&lt;br /&gt;
|| Enter '''Fine amount '''as '''5'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Fine charging interval &amp;gt;&amp;gt; 1'''&lt;br /&gt;
|| And Enter''' 1''' for''' Fine charging interval'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' When to charge'''&lt;br /&gt;
|| I will leave '''When to charge '''as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Fine/suspension grace period:'''&lt;br /&gt;
|| I will leave the '''Fine/suspension grace period: '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Overdue fines cap (amount):'''&lt;br /&gt;
Point to''' Cap fine at replacement price:'''&lt;br /&gt;
|| I will also leave '''Overdue fines cap (amount): '''and&lt;br /&gt;
'''Cap fine at replacement price: '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Suspension in days (day) :'''&lt;br /&gt;
|| I will also leave '''Suspension in days (day) : '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Suspension charging interval'''&lt;br /&gt;
|| For '''Suspension charging interval '''enter''' 1.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Renewals allowed (count) &amp;gt;&amp;gt; 4'''&lt;br /&gt;
|| Enter '''4 '''for '''Renewals allowed (count).'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Renewal period:'''&lt;br /&gt;
|| I will leave the Renewal''' period: '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' No renewal before:'''&lt;br /&gt;
|| For '''No renewal before,''' I will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Automatic renewal'''&lt;br /&gt;
|| For''' Automatic renewal, '''I will leave as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Holds allowed (total) &amp;gt;&amp;gt; '''&lt;br /&gt;
|| For '''Holds allowed (total), '''I will leave as it is.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''For On shelf holds allowed &amp;gt;&amp;gt; select If all unavailable.'''&lt;br /&gt;
|| For '''On shelf holds allowed, '''from the drop down, select''' If all unavailable.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''OPAC item level holds'''&lt;br /&gt;
|| I will leave''' OPAC item level holds '''as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Rental discount(%)'''&lt;br /&gt;
|| Leave '''Rental discount '''blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Actions'''&lt;br /&gt;
Click on''' Save'''&lt;br /&gt;
|| Next, go to the '''Actions''' column at the extreme right of the table and click on '''Save'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' Defining circulation and fine rules for &amp;quot;Defining circulation and fine rules for all libraries&amp;quot;'''&lt;br /&gt;
Cursor on''' entries'''&lt;br /&gt;
|| This brings us back to '''Defining circulation and fine rules for all libraries '''page.&lt;br /&gt;
This page contains all the entries that we just filled.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Clone these rules to: &amp;gt;&amp;gt; '''select '''Spoken Tutorial Library &amp;gt;&amp;gt; '''click on '''Clone.'''&lt;br /&gt;
|| Now, go to '''Select a library '''and from the drop down select''' Standard rules for all libraries '''if not&lt;br /&gt;
selected by default.&lt;br /&gt;
Locate '''Clone these rules to '''and from the dropdown select '''Spoken Tutorial Library, '''if not selected by&lt;br /&gt;
default.&lt;br /&gt;
Next, click on the button named '''Clone.'''&lt;br /&gt;
|-&lt;br /&gt;
|| A popup window with a message&lt;br /&gt;
Click on '''OK'''&lt;br /&gt;
|| A popup window with a message opens, '''Are you sure you want to clone this standard rule to Spoken&lt;br /&gt;
Tutorial Library library?'''&lt;br /&gt;
&lt;br /&gt;
For making clone, I will click on '''OK.'''&lt;br /&gt;
|-&lt;br /&gt;
|| New page&lt;br /&gt;
'''Cloning circulation and fine rules from standard rules to Spoken Tutorial Library'''&lt;br /&gt;
Blue highlighted text&lt;br /&gt;
'''The rules have been cloned'''&lt;br /&gt;
|| A new page with the heading-&lt;br /&gt;
'''Cloning circulation and fine rules from standard rules to Spoken Tutorial Library''' will open.&lt;br /&gt;
A text highlighted in blue confirms '''The rules have been cloned.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Narration '''&lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6 '''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| '''Let’s quickly recap'''&lt;br /&gt;
Today we learned about&lt;br /&gt;
* '''Circulation and Fine Rules for the Patron category'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide '''Number 7&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
'''As an Assignment'''&lt;br /&gt;
* Create a '''Patron Ms. Maya Hans, '''as a '''Postgraduate student '''for '''checkout''' and '''checkin''' of&lt;br /&gt;
'''Spoken Tutorial Library Items''' such as:&lt;br /&gt;
** '''Books,'''&lt;br /&gt;
** '''CD/DVDs'''&lt;br /&gt;
** '''Bound Volumes''', etc.&lt;br /&gt;
* Create credentials for the Postgraduate student: Ms. Maya Hans&lt;br /&gt;
** Username: Maya&lt;br /&gt;
** Password: Maya@123&lt;br /&gt;
* Do not set any permissions for this patron.&lt;br /&gt;
|| '''As an Assignment,'''&lt;br /&gt;
* Create a '''Patron Ms. Maya Hans, '''as a '''Postgraduate student '''for '''checkout''' and '''checkin''' of&lt;br /&gt;
'''Spoken Tutorial Library Items''' such as:&lt;br /&gt;
** '''Books,'''&lt;br /&gt;
** '''CD/DVDs'''&lt;br /&gt;
** '''Bound Volumes''', etc.&lt;br /&gt;
* Create credentials for the Postgraduate student: Ms. Maya Hans&lt;br /&gt;
** Username: Maya&lt;br /&gt;
** Password: Maya@123&lt;br /&gt;
* Do not set any permissions for this patron.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
'''About Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
'''Spoken Tutorial workshops'''&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
||&lt;br /&gt;
The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
'''Forum for specific questions'''&lt;br /&gt;
|| We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
||'''Acknowledgment'''&lt;br /&gt;
||'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Cataloging/English</id>
		<title>Koha-Library-Software/C2/Cataloging/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Cataloging/English"/>
				<updated>2024-12-09T10:48:49Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: Created page with &amp;quot;'''Title of the Script: Cataloging'''  '''Author: '''Vaibhavi Satardekar and Maya Hans  '''Keywords: '''Koha, Koha 24.05, Cataloging, Koha Cataloging Module, MARC Record Creat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: Cataloging'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha 24.05, Cataloging, Koha Cataloging Module, MARC Record Creation, MARC&lt;br /&gt;
Framework, ISBN Entry, Add New Record, Repeatable MARC Tags, Mandatory Fields in MARC, Full&lt;br /&gt;
Call Number in Koha, Library Staff, Add MARC Record, Industrial microbiology, Barcode, ISBN&lt;br /&gt;
Number, Video tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 1&lt;br /&gt;
Title Slide&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Cataloging''' in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 2&lt;br /&gt;
Learning Objectives&lt;br /&gt;
* '''Cataloging'''&lt;br /&gt;
|| In this tutorial, we will learn how to do-&lt;br /&gt;
* '''Cataloging '''in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 3&lt;br /&gt;
System Requirement&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux OS version 22 point 04'''&lt;br /&gt;
* '''Koha version 24 point 05'''&lt;br /&gt;
* '''Firefox version 131 point 0 point 3'''&lt;br /&gt;
I also have a working internet connection.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 4&lt;br /&gt;
Pre-requisites&lt;br /&gt;
https://spoken-tutorial.org/&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
If not, refer to the Koha Installation tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''login interface&lt;br /&gt;
|| Let us switch to the '''Koha interface.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Here we will log in with a Library''' Staff '''account '''username Vaibhavi.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Login to '''Koha '''with '''Username '''as '''Vaibhavi '''and '''Password '''as '''Vaibhavi02'''.&lt;br /&gt;
&lt;br /&gt;
|| So, I will type the '''username '''as '''Vaibhavi '''and the '''password '''as '''Vaibhavi02.'''&lt;br /&gt;
If you had given a different '''username''' and '''password''', then type that.&lt;br /&gt;
To choose the '''Library '''from the drop down select '''Spoken Tutorial Library.'''&lt;br /&gt;
Click on '''Login'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''staff Interface&lt;br /&gt;
|| The '''Koha staff interface '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Recall, we had given her '''Cataloging rights''' in an earlier tutorial.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| Also recall that we had added a '''Book '''item type during '''Onboarding'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Show '''Koha '''staff Interface&lt;br /&gt;
|| We are now inside the '''Koha interface''' as a '''Library Staff Vaibhavi.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Now, let’s go ahead to do '''Cataloging.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show Koha interface &amp;gt;&amp;gt; '''Cataloging '''module&lt;br /&gt;
|| For that click on the '''Cataloging '''module'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Cataloging '''page&lt;br /&gt;
|| A '''Cataloging '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the tab '''+New record'''&lt;br /&gt;
|| To start a new record, click on '''New record.'''&lt;br /&gt;
|-&lt;br /&gt;
|| From the dropdown menu select '''Books'''&lt;br /&gt;
|| From the dropdown , we will select '''Books.'''&lt;br /&gt;
The selection depends upon the '''ITEM type '''created in one of the earlier tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| However, you may select as per the''' Item Type '''that you had created.&lt;br /&gt;
|-&lt;br /&gt;
|| A new page &amp;gt;&amp;gt;'''Add MARC record '''opens up&lt;br /&gt;
|| A new page with the title '''Add MARC record '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the fields marked in red.&lt;br /&gt;
|| Notice that all the '''fields''' marked in red are mandatory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on fields marked with red colored asterisk&lt;br /&gt;
|| Interestingly, '''Koha''' auto-generates values for a few mandatory fields.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs 0 to 9,&lt;br /&gt;
|| Among the range of tabs from''' 0''' to''' 9,''' we will start with tab''' zero.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the field for '''000, Leader'''.&lt;br /&gt;
Highlight the value&lt;br /&gt;
|| Click inside the field for '''000, LEADER'''.&lt;br /&gt;
&lt;br /&gt;
By default '''Koha '''shows this value.&lt;br /&gt;
You may see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the field for''' 001 CONTROL NUMBER'''&lt;br /&gt;
|| I will leave the field for''' 001 CONTROL NUMBER '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the field for '''003, CONTROL NUMBER IDENTIFIER'''.&lt;br /&gt;
Highlight the value&lt;br /&gt;
|| Click inside the field for '''003, CONTROL NUMBER IDENTIFIER '''.&lt;br /&gt;
By default '''Koha '''shows this value.&lt;br /&gt;
You may see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Click in the field for '''005 DATE AND TIME OF LATEST TRANSACTION'''&lt;br /&gt;
Cursor on the value&lt;br /&gt;
|| Next, click inside the field for '''005 DATE AND TIME OF LATEST TRANSACTION.'''&lt;br /&gt;
'''Koha '''auto-generates this value for my system.&lt;br /&gt;
You will see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| I will leave the fields for''' 006 '''and '''007''' blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the value&lt;br /&gt;
|| Now click '''008 FIXED-LENGTH DATA ELEMENTS GENERAL INFORMATION.'''&lt;br /&gt;
'''Koha '''auto generates this value.&lt;br /&gt;
You may see a different value on your system.&lt;br /&gt;
|-&lt;br /&gt;
|| Next, go to tab '''020 INTERNATIONAL STANDARD BOOK NUMBER'''.&lt;br /&gt;
|| Next, go to the tab '''020 INTERNATIONAL STANDARD BOOK NUMBER.'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on two blank boxes adjacent to''' 020?'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 020'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''MARC 21 Format for Bibliographic Data '''new tab&lt;br /&gt;
Cursor on '''020'''&lt;br /&gt;
|| Note that if you click on the'''? (question mark) '''then&lt;br /&gt;
The entire '''MARC 21 Format for Bibliographic Data '''opens in a new tab'''.'''&lt;br /&gt;
Here, both the '''indicators''' are undefined&lt;br /&gt;
|-&lt;br /&gt;
|| Close '''MARC 21 Format for Bibliographic Data tab'''&lt;br /&gt;
|| Now close this newly opened '''MARC 21 Format for Bibliographic Data tab'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the two blank boxes&lt;br /&gt;
|| I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield '''‘a’''', I will type a thirteen digit number:'''978-0321929150'''&lt;br /&gt;
&lt;br /&gt;
|| Locate the subfield '''INTERNATIONAL STANDARD BOOK NUMBER'''&lt;br /&gt;
Now I will enter a 13-digit '''ISBN '''number here.&lt;br /&gt;
You may enter the '''ISBN number''' of your book.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
Click on the small button towards the right side of '''International Standard Book Number'''&lt;br /&gt;
Cursor on '''Repeat this Tag.'''&lt;br /&gt;
|| So what if more than one''' ISBN number''' has to be added for the same book?&lt;br /&gt;
Notice the small button here.&lt;br /&gt;
'''Repeat this Tag '''on the right side of '''International Standard Book Number'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on duplicate field&lt;br /&gt;
|| Click on it&lt;br /&gt;
A duplicate field will be created to add the second '''ISBN number.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Put the '''10-digit ISBN 0321929152'''&lt;br /&gt;
|| I will enter the 10-digit''' ISBN '''number in the duplicate field.&lt;br /&gt;
You may enter the '''ISBN '''of your book.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''040 CATALOGING SOURCE'''&lt;br /&gt;
Cursor on '''‘c’ Transcribing agency'''&lt;br /&gt;
Enter''' IIT Bombay'''&lt;br /&gt;
|| Next, come to the tab''' 040 CATALOGING SOURCE'''&lt;br /&gt;
* The subfield''' c Transcribing agency '''is a mandatory field.&lt;br /&gt;
* Type the name of the '''Institute/University '''or the '''Department''' here.&lt;br /&gt;
* I will type''' IIT Bombay.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''082 DEWEY DECIMAL CLASSIFICATION NUMBER'''&lt;br /&gt;
Cursor on ‘'''a’ Classification number'''&lt;br /&gt;
Enter '''660.62'''&lt;br /&gt;
|| Come to the tab''' 082 DEWEY DECIMAL CLASSIFICATION NUMBER.'''&lt;br /&gt;
In the subfield '''a Classification number '''enter '''660.62'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''Click on tab''' 1'''&lt;br /&gt;
|| Next, go to the top of the page, and from tabs '''0 to 9, '''click on tab''' 1.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show new page&lt;br /&gt;
Go to '''100 a''':'''MAIN ENTRY--PERSONAL NAME''' click on ?&lt;br /&gt;
Close '''MARC 21 Format for Bibliographic Data tab'''&lt;br /&gt;
|| On the new page that opens&lt;br /&gt;
Go to the tab '''100, MAIN ENTRY--PERSONAL NAME, '''click on the '''question mark'''&lt;br /&gt;
&lt;br /&gt;
This opens a new window with '''100-Main Entry-Personal Name (NR) '''details.&lt;br /&gt;
We will refer to the information given here to fill '''tab 100.'''&lt;br /&gt;
I will close this window for now.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
For Point 1 &amp;amp; 2-- Cursor on the first blank box&lt;br /&gt;
For Point 3-- Cursor on the second blank box&lt;br /&gt;
|| '''Type 1 '''as the''' first indicator''' of tag '''100'''&lt;br /&gt;
It represents the '''Surname '''for the subfield '''a'''&lt;br /&gt;
'''2'''nd '''indicator''' is '''undefined by MARC 21''', so we will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''subfield ‘a’ Personal name-''' enter the '''Author’s''' name&lt;br /&gt;
* '''Patel, Arvind H. '''in the field provided.&lt;br /&gt;
|| In the subfield''' a Personal name-''' enter the '''Author’s''' name&lt;br /&gt;
I will type''' Patel, Arvind H.'''&lt;br /&gt;
Note that: If you put the first indicator value as''' 1''' then only the surname comes first.&lt;br /&gt;
Hence based on the indicator value, surname or forename should be entered.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''click on tab''' 2'''&lt;br /&gt;
|| Next, go to the top again, and among the tabs from '''0 to 9, '''click on tab''' 2'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the tab '''245 TITLE STATEMENT:'''&lt;br /&gt;
|| Then go to the tab '''245 TITLE STATEMENT.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 245.'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 245.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Type''' 1 '''in the first blank box.&lt;br /&gt;
Cursor on first blank box&lt;br /&gt;
Type''' 0 '''in the 2nd blank box&lt;br /&gt;
Cursor on 2nd blank box&lt;br /&gt;
Enter value 0 in the 2nd blank box&lt;br /&gt;
|| Type''' 1 '''in the first blank box.&lt;br /&gt;
Note that:''' 1 '''is the indicator for '''Added Entry.'''&lt;br /&gt;
Type''' 0 '''in the 2nd blank box.&lt;br /&gt;
Second indicator represents a non-filing character.&lt;br /&gt;
I have entered''' 0''', as under this '''TITLE:''' there is no non-filing character.&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield ‘'''a’''' '''Title '''enter''': Industrial Microbiology'''&lt;br /&gt;
&lt;br /&gt;
|| In the subfield ‘'''a’ Title '''enter''', Industrial Microbiology'''&lt;br /&gt;
In the subfield ‘'''c’ Statement of responsibility, etc '''type, '''Patel, Arvind H.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''250 EDITION STATEMENT'''&lt;br /&gt;
|| Next, locate the tab '''250 EDITION STATEMENT.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor the two blank boxes adjacent to''' 250?'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 250?'''&lt;br /&gt;
Both the indicators for '''250 '''are undefined.&lt;br /&gt;
So I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield ‘'''a’ Edition statement '''enter '''12th Edition'''&lt;br /&gt;
|| Fill in the following details for sub-field ‘'''a’ Edition statement, '''enter''' 12th ed.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''260 PUBLICATION, DISTRIBUTION, ETC.'''&lt;br /&gt;
|| Now, go to the tab '''260 PUBLICATION, DISTRIBUTION, ETC.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the two blank boxes adjacent to''' 260?'''&lt;br /&gt;
Cursor on Both the indicators&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 260?'''&lt;br /&gt;
Both the indicators for this are undefined.&lt;br /&gt;
So I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| Fill in the following details for-&lt;br /&gt;
* Subfield '''a Place of publication, distribution etc '''enter''' New Delhi.'''&lt;br /&gt;
* In the subfield ‘'''b’ Name of publisher, distributor, etc, '''enter '''Pearson.'''&lt;br /&gt;
* In the subfield ‘'''c’ Date of publication, distribution, etc, '''enter '''2014.'''&lt;br /&gt;
|| Fill in the details as shown here.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''Click on tab''' 3'''&lt;br /&gt;
|| Now, go back to the top, and from the tabs '''0 to 9, '''click on the tab''' 3'''&lt;br /&gt;
|-&lt;br /&gt;
|| Now, go to '''300 PHYSICAL DESCRIPTION'''&lt;br /&gt;
|| Now, go to '''300 PHYSICAL DESCRIPTION'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the two blank boxes adjacent to''' 300?'''&lt;br /&gt;
Cursor on Both the indicators&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 300?'''&lt;br /&gt;
Both the indicators for this are undefined.&lt;br /&gt;
So I will leave the two blank boxes as they are.&lt;br /&gt;
|-&lt;br /&gt;
|| Fill in the following details as follows-&lt;br /&gt;
* Subfield''' ‘a’ Extent- '''Enter '''960p.'''&lt;br /&gt;
* For subfield''' ‘b’ Other physical details- '''Enter '''Illustration'''&lt;br /&gt;
* In the subfield''' ‘c’, Dimensions- '''Enter '''25cm'''&lt;br /&gt;
|| Fill in the details as I have done here.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on tabs from '''0 to 9 &amp;gt;&amp;gt; '''Click on tab '''6'''&lt;br /&gt;
&lt;br /&gt;
|| Next, go to the top of the page, and from the tabs '''0 to 9, '''click on '''6'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''650 SUBJECT ADDED ENTRY--TOPICAL TERM'''&lt;br /&gt;
|| Now, go to the tab '''650 SUBJECT ADDED ENTRY--TOPICAL TERM'''&lt;br /&gt;
|-&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 650?'''&lt;br /&gt;
Type''' 1 '''in the first blank box.&lt;br /&gt;
Cursor on '''1'''&lt;br /&gt;
Type''' 0 '''in the second blank box.&lt;br /&gt;
Cursor on '''0'''&lt;br /&gt;
|| Locate the two blank boxes adjacent to''' 650'''&lt;br /&gt;
Type''' 1 '''in the first blank box.&lt;br /&gt;
Note that:''' 1 '''is the indicator for '''Primary (Level of subject)'''&lt;br /&gt;
Type''' 0 '''in the second blank box.&lt;br /&gt;
Note that''' 0 '''is the indicator for '''Library of Congress Subject Headings (Thesaurus)'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the subfield '''‘a’ Topical term or geographic name entry element '''type, subject heading as '''Industrial&lt;br /&gt;
Microbiology'''&lt;br /&gt;
|| In the subfield '''‘a’ Topical term or geographic name entry element, '''type the subject heading.&lt;br /&gt;
I will type '''Industrial Microbiology.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the small button: '''Repeat this Tag'''&lt;br /&gt;
|| In case, more than one''' keyword '''has to be added then, as explained earlier, click on the small button&lt;br /&gt;
'''Repeat this Tag.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''650'''&lt;br /&gt;
|| A duplicate field '''650''' opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Type''' 2 '''in the first blank box&lt;br /&gt;
Type''' 0 '''in the second blank box.&lt;br /&gt;
|| Type''' 2 '''in the first blank box.&lt;br /&gt;
Note that''' 2 '''is the indicator for '''Secondary (Level of Subject).'''&lt;br /&gt;
Keep''' 0 '''in the second blank box as it is.&lt;br /&gt;
Note that''' 0 '''is the indicator for '''Library of Congress Subject Headings (Thesaurus).'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''‘a’ Topical term or geographic name entry element'''&lt;br /&gt;
Enter the keyword: '''Bacteria'''&lt;br /&gt;
|| In the subfield '''‘a’ Topical term or geographic name entry element''', enter the '''keyword''' as&lt;br /&gt;
'''Bacteria.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to tab '''9'''&lt;br /&gt;
|| Lastly, go to the top of the page, from the tabs '''0 to 9, '''click on the tab '''9'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on '''942''' '''ADDED ENTRY ELEMENTS (KOHA)'''&lt;br /&gt;
|| Go to tag '''942''' '''ADDED ENTRY ELEMENTS (KOHA)'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the field''' c: Koha item type &amp;lt;'''from the drop-down select-''' Book'''&amp;gt;&lt;br /&gt;
|| In the subfield''' ‘c’: Koha item type, '''select-''' Books '''from the drop-down.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Save'''&lt;br /&gt;
|| After filling in the details, click on''' Save''' button''' '''at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Items for Industrial Microbiology''' '''by Patel, Arvind H.'''&lt;br /&gt;
|| A new page opens with the title '''Items for Industrial Microbiology by Patel, Arvind H. Record&lt;br /&gt;
number(#1)'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Add item '''opens&lt;br /&gt;
Cursor on:&lt;br /&gt;
* location of the item (home branch),&lt;br /&gt;
* cost of the item,&lt;br /&gt;
* barcode,&lt;br /&gt;
|| Under the section '''Add item, '''we are prompted to fill details like-&lt;br /&gt;
* '''Date acquired'''&lt;br /&gt;
* '''Source of acquisition'''&lt;br /&gt;
* '''Cost, normal purchase price,'''&lt;br /&gt;
* '''Barcode as accession number ,'''&lt;br /&gt;
* '''Cost, replacement price '''etc.&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the field for '''Date acquired'''&lt;br /&gt;
|| Let us click inside the field for '''Date acquired''' to auto-select the date.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on various fields under the section '''Add item'''&lt;br /&gt;
'''0 - Withdrawn status: '''I will leave it blank&lt;br /&gt;
'''2- Source of classification or shelving scheme'''&lt;br /&gt;
Select '''Dewey Decimal Classification'''&lt;br /&gt;
'''3- Materials specified (bound volume or other part): '''Leave blank&lt;br /&gt;
'''a - Home library: Spoken Tutorial Library'''&lt;br /&gt;
'''b - Current library: Spoken Tutorial Library'''&lt;br /&gt;
'''d - Date acquired: 11/29/2024'''&lt;br /&gt;
'''e - Source of acquisition: '''Vendor name-''' Powai Book Agency'''&lt;br /&gt;
'''f - Coded location qualifier- '''blank&lt;br /&gt;
'''g - Cost, normal purchase price: Rs 1000'''&lt;br /&gt;
'''h - Serial Enumeration / chronology: '''Leave it blank&lt;br /&gt;
'''i - Inventory number: '''Leave it blank&lt;br /&gt;
'''j - Shelving control number- '''Leave it blank&lt;br /&gt;
&lt;br /&gt;
'''o - Full call number- 660.62 PAT'''&lt;br /&gt;
'''p - Barcode-00001'''&lt;br /&gt;
'''t - Copy number-10'''&lt;br /&gt;
'''u - Uniform Resource Identifier- '''Leave blank&lt;br /&gt;
'''v - Cost, replacement price- 1200'''&lt;br /&gt;
'''w - Price effective from-11/28/2024'''&lt;br /&gt;
'''x - Non-public note-''' Leave blank&lt;br /&gt;
'''y - Koha item type: Books'''&lt;br /&gt;
'''z - Public note: '''Leave blank&lt;br /&gt;
|| I have filled in the details as per my '''Library.'''&lt;br /&gt;
You may pause the video and fill the details as per your '''Library.'''&lt;br /&gt;
If you don’t have information for a particular field, then leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight&lt;br /&gt;
* Permanent location&lt;br /&gt;
* Current location&lt;br /&gt;
* Full call number and&lt;br /&gt;
* Koha item type&lt;br /&gt;
|| Note that '''Koha''' by default fills in the details for&lt;br /&gt;
* '''Permanent location'''&lt;br /&gt;
* '''Current location'''&lt;br /&gt;
* '''Full call number''' and&lt;br /&gt;
* '''Koha item type'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the tab '''Add item'''&lt;br /&gt;
|| After entering all the details, click on the tab '''Add item '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Items for Industrial Microbiology by Patel, Arvind H.'''&lt;br /&gt;
|| Another page opens with the title '''Items for Industrial Microbiology by Patel, Arvind H. Record 1'''&lt;br /&gt;
Note that this page displays the details that we just filled.''' '''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
|| Now log out from the '''Library staff '''account.&lt;br /&gt;
|-&lt;br /&gt;
|| go to the top right corner, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
Then from the drop-down, select''' Log out.'''&lt;br /&gt;
|| To do so, go to the top right corner of the page, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
From the drop-down, select''' Log out.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 5&lt;br /&gt;
&lt;br /&gt;
Summary&lt;br /&gt;
In this tutorial, we learned to&lt;br /&gt;
* Do '''Cataloging'''&lt;br /&gt;
|| Let’s quickly recap.&lt;br /&gt;
Today we learned how to:&lt;br /&gt;
* Do '''Cataloging'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 6&lt;br /&gt;
Assignment&lt;br /&gt;
Create a new record for the following books.&lt;br /&gt;
* '''Fundamentals of Microbiology 10th ed. '''2014 '''by '''Jeffrey C. Pommerville.&lt;br /&gt;
* Environmental Microbiology for Engineers 3rd ed. '''2024 '''by '''Volodymyr Ivanov.'''&lt;br /&gt;
||&lt;br /&gt;
As an assignment&lt;br /&gt;
Create a new record for the following books.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 7&lt;br /&gt;
About '''Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
||&lt;br /&gt;
The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 8&lt;br /&gt;
'''Spoken Tutorial''' workshops&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
||&lt;br /&gt;
The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 9&lt;br /&gt;
Forum for specific questions&lt;br /&gt;
|| We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 10&lt;br /&gt;
Acknowledgment&lt;br /&gt;
'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;br /&gt;
'''India.'''&lt;br /&gt;
Thank you&lt;br /&gt;
|| Thank you for joining.&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Place-Order-For-a-Book/English</id>
		<title>Koha-Library-Software/C2/Place-Order-For-a-Book/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Place-Order-For-a-Book/English"/>
				<updated>2024-12-09T10:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: '''Place Order For a Book''' &lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha Library Setup, Koha 24.05,Add a New Vendor In Koha, Create a Basket in&lt;br /&gt;
Koha, Add Orders to the Basket in Koha, Close the Basket in Koha, Receive Shipments in Koha, Video&lt;br /&gt;
tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 1&lt;br /&gt;
Title Slide&lt;br /&gt;
|| Welcome to the Spoken Tutorial on Place Order For a Book in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 2&lt;br /&gt;
Learning Objectives&lt;br /&gt;
We will learn how to:&lt;br /&gt;
* '''Place Order For a Book'''&lt;br /&gt;
* '''Close a Basket (Order)'''&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|| In this tutorial, we will learn how to:&lt;br /&gt;
* '''Place Order For a Book'''&lt;br /&gt;
* '''Close a Basket (Order) '''and&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 3&lt;br /&gt;
System Requirement&lt;br /&gt;
To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux''' OS '''v22.04'''&lt;br /&gt;
* '''Koha''' '''v24.05'''&lt;br /&gt;
* '''Firefox v131.0.3'''&lt;br /&gt;
* A working internet connectivity.&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux''' OS version 22.04&lt;br /&gt;
* '''Koha''' version 24.05&lt;br /&gt;
* '''Firefox version 131.0.3'''&lt;br /&gt;
A working internet connectivity.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 4&lt;br /&gt;
Pre-requisites&lt;br /&gt;
https://spoken-tutorial.org/&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
&lt;br /&gt;
If not, refer to the '''Koha Installation''' tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show Koha login interface&lt;br /&gt;
|| Let us switch to the '''Koha interface.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Username '''as '''Bella '''and '''Password '''as '''Library@1'''.&lt;br /&gt;
Click on '''Log in'''&lt;br /&gt;
|| To place an order for a book, we have to login as '''superlibrarian.'''&lt;br /&gt;
'''So''', I will type the username as '''Bella '''and the password''' '''as '''Library@1.'''&lt;br /&gt;
For the library field, from the drop down select '''Spoken Tutorial Library.'''&lt;br /&gt;
Now click on the''' Login '''button.&lt;br /&gt;
If you had given a different '''username''' and '''password''', then type that.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| First of all, we will start by enabling''' receiving an order.'''&lt;br /&gt;
We will be using this information later in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Koha administration'''&lt;br /&gt;
|| Click on '''Koha administration '''module&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha administration '''page&lt;br /&gt;
|| '''Koha administration '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''System preferences'''&lt;br /&gt;
|| Now, click on '''System preferences.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''System preferences Accounting Preferences '''page&lt;br /&gt;
|| '''System preferences Accounting preferences '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Left menu &amp;gt;&amp;gt;click on '''Acquisitions'''&lt;br /&gt;
|| On this page from the left side menu click on '''Acquisitions.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''System preferences Acquisitions preferences''' page&lt;br /&gt;
'''Preference '''for '''AcqCreateItem&amp;gt;&amp;gt;'''&lt;br /&gt;
from the drop-down change''' placing an order '''to''' receiving an order.'''&lt;br /&gt;
|| '''System preferences Acquisitions preferences''' page opens.&lt;br /&gt;
On this page, under the '''Policy '''section, go to '''AcqCreateItem, '''from the drop-down change''' placing&lt;br /&gt;
an order '''to''' receiving an order.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the top of the page.&lt;br /&gt;
Click on '''Save all Acquisitions preferences'''&lt;br /&gt;
|| Next, click on '''Save all Acquisitions preferences '''at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Textbox with message&lt;br /&gt;
&lt;br /&gt;
'''Saved preference AcqCreateItem'''&lt;br /&gt;
|| A text in black box says '''Saved preference AcqCreateItem.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Let’s move ahead.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Home '''icon&amp;gt;&amp;gt;&lt;br /&gt;
|| Go to the''' '''top left corner of the page and click on the '''Home '''icon.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha''' homepage&lt;br /&gt;
|| This will bring us to the Koha homepage.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Acquisitions''' module&lt;br /&gt;
|| Click on the '''Acquisitions''' module.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Acquisitions '''page&lt;br /&gt;
|| '''Acquisitions''' page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''+New vendor'''&lt;br /&gt;
|| Here, click on the New''' vendor '''button on top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add Vendor '''page.&lt;br /&gt;
'''(Company) '''details as''' Powai Book Agency'''&lt;br /&gt;
|| A new page '''Add vendor''' opens.&lt;br /&gt;
Under the section '''Company details Name '''field, type '''Powai Book Agency.'''&lt;br /&gt;
Please Note: We can add multiple vendors, likewise.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause and show the filled in '''Contact details'''&lt;br /&gt;
'''Contact name: '''Raju Mahajan&lt;br /&gt;
'''Alternative phone: '''+91 xxx xxx xxxx&lt;br /&gt;
'''Email: '''contact@spokentutorial.org&lt;br /&gt;
|| Now scroll down and fill in the details like '''Contact details.'''&lt;br /&gt;
I have filled out a few details here.&lt;br /&gt;
You may do so likewise.&lt;br /&gt;
|-&lt;br /&gt;
|| Check the checkboxes under '''Acquisitions options '''for-&lt;br /&gt;
* '''Primary acquisitions contact'''&lt;br /&gt;
* '''Contact about late orders'''&lt;br /&gt;
Also, check the checkboxes under '''Serials options '''for-&lt;br /&gt;
* '''Primary serials contact'''&lt;br /&gt;
* '''Contact about late issues'''&lt;br /&gt;
|| Remember to check the checkboxes under '''Acquisitions options''' for-&lt;br /&gt;
* Primary acquisitions contact&lt;br /&gt;
* Contact about late orders&lt;br /&gt;
Also, check the checkboxes under '''Serials options '''for-&lt;br /&gt;
* Primary serials contact&lt;br /&gt;
* Contact about late issues&lt;br /&gt;
&lt;br /&gt;
This will enable us to send emails related to these options to the vendor.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| If we don't have information for a particular field, then we can leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Ordering information'''&lt;br /&gt;
* '''For List Prices are&amp;gt;&amp;gt;RUPEE'''&lt;br /&gt;
* '''For Invoice prices are &amp;gt;&amp;gt;RUPEE'''&lt;br /&gt;
|| Now scroll down to the '''Ordering information''' section.&lt;br /&gt;
For '''List prices are '''field''' , Koha''' by-default selects '''RUPEE.'''&lt;br /&gt;
And similarly for '''Invoice prices are, Koha''' by-default selects '''RUPEE.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''For Tax number registered: '''select '''Yes'''&lt;br /&gt;
'''For List prices: '''select '''Include tax'''&lt;br /&gt;
'''For Invoice prices: '''select '''Include tax'''&lt;br /&gt;
|| For '''Tax number registered '''select''' Yes'''&lt;br /&gt;
For''' List prices '''select''' Include tax'''&lt;br /&gt;
For''' Invoice prices '''select '''Include tax'''&lt;br /&gt;
|-&lt;br /&gt;
|| Leave '''Tax rate'''&lt;br /&gt;
Enter '''Discount as 10% &amp;gt;&amp;gt; '''and '''Delivery time as 14 '''days&lt;br /&gt;
|| I will leave '''Tax rate '''as it is.&lt;br /&gt;
Then I will enter''' Discount '''as '''10 '''and''' Delivery time''' as''' 14 '''days'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Notes'''&lt;br /&gt;
|| I will leave the '''Notes''' field blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| After filling in all the details, click on '''Save''' at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| New page''' '''title '''Powai Book Agency&amp;lt;u&amp;gt; '''&amp;lt;/u&amp;gt;&lt;br /&gt;
|| A new page with the title '''Powai Book Agency'''&amp;lt;u&amp;gt; &amp;lt;/u&amp;gt;opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' +New&amp;gt;&amp;gt;Basket'''&lt;br /&gt;
|| Now, above the name of the vendor, click on''' New, '''from the dropdown and select '''Basket.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Add a basket to Powai Book Agency'''&lt;br /&gt;
Fill in the details like-&lt;br /&gt;
'''Basket name: IITB/ST/Books/2023-11'''&lt;br /&gt;
|| On the new page, '''Add a basket to Powai Book Agency''', fill in the details.&lt;br /&gt;
For the '''Basket name, '''I will add '''IITB/ST/Books/2023-11'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
&lt;br /&gt;
'''Billing place'''&lt;br /&gt;
'''Delivery place'''&lt;br /&gt;
'''Vendor'''&lt;br /&gt;
|| Some details are filled by default by '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on drop down.&lt;br /&gt;
|| To make change in the details of -&lt;br /&gt;
* '''Billing place'''&lt;br /&gt;
* '''Delivery place'''&lt;br /&gt;
* '''Vendor'''&lt;br /&gt;
select the required option from the drop-down.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Internal note and/or Vendor note'''&lt;br /&gt;
|| Add an '''Internal note''' or the '''Vendor note''' if any.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Internal note &amp;gt;&amp;gt; For Biology Section'''&lt;br /&gt;
|| As''' Internal note, '''I will type '''For Biology Section.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Vendor note &amp;gt;&amp;gt; To be delivered on 15 Dec 2024'''&lt;br /&gt;
|| For '''Vendor note,''' I will type '''To be delivered on 15 Dec 2024.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Orders are standing: &amp;gt;&amp;gt; blank'''&lt;br /&gt;
|| Depending upon the requirement, check or uncheck '''Orders are standing.'''&lt;br /&gt;
I will keep it unchecked.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Create items when'''&lt;br /&gt;
|| Leave the '''Create items when '''field as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| After filling in all the details, click on '''Save '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| A new page '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
Click on '''+Add to basket'''&lt;br /&gt;
|| A new page '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency '''opens.&lt;br /&gt;
Click on the '''Add to basket '''on top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on dialog box&lt;br /&gt;
Following options are displayed.&lt;br /&gt;
* '''From an existing record'''&lt;br /&gt;
* '''From a suggestion'''&lt;br /&gt;
* '''From a subscription'''&lt;br /&gt;
* '''From a new (empty) record'''&lt;br /&gt;
* '''From an external source'''&lt;br /&gt;
* '''From a staged file'''&lt;br /&gt;
* '''From titles with highest hold ratios'''&lt;br /&gt;
|| A window pops up to '''Add order to basket IITB/ST/Books/2023-11.'''&lt;br /&gt;
We can select a book to be ordered from the options available here.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' From a new (empty) record'''&lt;br /&gt;
&lt;br /&gt;
|| I will click on '''From a new (empty) record'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' New order'''&lt;br /&gt;
|| Another page with the heading '''New order '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight the Basket details section&lt;br /&gt;
|| Note that the '''Basket details''' are already filled.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Title:&lt;br /&gt;
'''Type Industrial Microbiology'''&lt;br /&gt;
|| Let me go to the '''Catalog details '''section.&lt;br /&gt;
In the '''Title''' field we have to enter the name of the book which has to be ordered.&lt;br /&gt;
I will type '''Industrial Microbiology.'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the section''' Accounting details'''&lt;br /&gt;
|| Next scroll down to '''Accounting details'''.&lt;br /&gt;
|-&lt;br /&gt;
|| For '''Quantity '''enter '''5'''&lt;br /&gt;
For '''Fund, '''select '''Books fund'''&lt;br /&gt;
|| Under '''Accounting details '''for '''Quantity '''enter '''5.'''&lt;br /&gt;
For '''Fund '''from the dropdown select '''Books fund'''&lt;br /&gt;
Here remember, if multiple funds are available, then we can select as per the requirement.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Currency- RUPEE'''&lt;br /&gt;
'''Vendor price- 1000'''&lt;br /&gt;
|| Next, fill in the details for '''Currency'''&lt;br /&gt;
Here, '''Koha '''by-default has selected '''RUPEE.'''&lt;br /&gt;
You may choose as per your requirement from the drop-down.&lt;br /&gt;
Enter '''Vendor price '''as''' 1000.00'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Uncertain price:'''&lt;br /&gt;
|| Next is, '''Uncertain price, '''check this checkbox if you are uncertain about the price.&lt;br /&gt;
I will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Tax rate &amp;gt;&amp;gt; 0.00%'''&lt;br /&gt;
|| Next is '''Tax rate'''&lt;br /&gt;
'''Koha '''by-default selects '''Tax rate '''as''' 0%'''&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Discount 20%'''&lt;br /&gt;
|| I will select '''Discount '''as''' 20'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Replacement cost, Budgeted cost, Total, Actual cost'''&lt;br /&gt;
|| Note that '''Koha''' will auto calculate the-&lt;br /&gt;
* '''Retail price '''as 1000.00&lt;br /&gt;
* '''Replacement cost '''as 1000.00&lt;br /&gt;
* '''Budgeted cost '''as 800.00&lt;br /&gt;
* '''Total '''as 4000.00 and&lt;br /&gt;
* '''Actual cost '''as 0.00&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on '''Replacement cost and Actual cost'''&lt;br /&gt;
||Also note that, '''Replacement cost '''and '''Actual cost '''are editable.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Internal note and Vendor note'''&lt;br /&gt;
|| Type the '''Internal note''' and '''Vendor note''' if any.&lt;br /&gt;
I will keep '''Statistic 1''' and '''Statistic 2 '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| And then click on '''Save''' at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Warning! You will exceed 10.00% of your fund.'''&lt;br /&gt;
'''Do you want to confirm this order?'''&lt;br /&gt;
Click on-&lt;br /&gt;
'''Yes, I confirm'''&lt;br /&gt;
|| A new page with a dialog box appears.&lt;br /&gt;
'''Warning! You will exceed 10.00% of your fund.'''&lt;br /&gt;
'''Do you want to confirm this order?'''&lt;br /&gt;
Click on '''Yes, I confirm'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
|| A page opens with the '''Basket '''details -&lt;br /&gt;
'''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight the tabs&lt;br /&gt;
* '''+Add to basket'''&lt;br /&gt;
* '''Edit basket'''&lt;br /&gt;
* '''Delete basket'''&lt;br /&gt;
* '''Close basket'''&lt;br /&gt;
* '''Export basket as CSV'''&lt;br /&gt;
* '''Email order'''&lt;br /&gt;
|| It also shows various tabs.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| We will now learn how to close a '''basket.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Close basket'''&lt;br /&gt;
|| So, click on the tab '''Close basket '''above '''Basket '''details.&lt;br /&gt;
It means the '''Order '''is final and can be sent to the respective vendor.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' dialog box-- Are you sure you want to close the basket IITB/ST/Books/2023-11?'''&lt;br /&gt;
|| A confirmation dialog box opens.&lt;br /&gt;
&lt;br /&gt;
'''Are you sure you want to close basket IITB/ST/Books/2023-11?'''&lt;br /&gt;
With an option to '''Attach this basket to a new basket group with the same name. '''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Yes, close (Y)'''&lt;br /&gt;
|| I will keep the option unchecked and click on the button '''Yes, close.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Powai Book Agency'''&lt;br /&gt;
|| A new page with the name of the vendor '''Powai Book Agency''' appears.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| Moving ahead, we will learn how to '''Receive shipments.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Receive shipment '''tab''' '''&lt;br /&gt;
|| On the same page, click on the tab '''Receive shipment '''above '''Powai Book Agency.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Receive shipment from vendor Powai Book Agency'''&lt;br /&gt;
|| A new page '''Receive shipment from vendor Powai Book Agency''' opens.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Receive a new shipment-'''&lt;br /&gt;
* '''Fill in the Vendor invoice as IITB/ST/Books/2023-11'''&lt;br /&gt;
* '''Shipment date as 11/29/2024'''&lt;br /&gt;
* Click on the Shipment date&lt;br /&gt;
|| Under the section '''Receive a new shipment, '''fill in the''' Vendor invoice '''as '''IITB/ST/Books/2023-11'''&lt;br /&gt;
'''Koha''' will auto-select '''Shipment date '''.&lt;br /&gt;
Note that the date of receipt is the '''Shipment Date.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Shipment Cost'''&lt;br /&gt;
Cursor on''' Shipment Fund'''&lt;br /&gt;
|| I will skip '''Shipment Cost '''and '''Shipment Fund.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Next button'''&lt;br /&gt;
|| Click on the '''Next''' button located at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Receive orders from Powai Book Agency'''&lt;br /&gt;
|| Another page, '''Receive orders from Powai Book Agency '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll down and click''' Finish receiving'''&lt;br /&gt;
|| Scroll down and click '''Finish receiving '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Invoice: Invoice: IITB/ST/Books/2023-11'''&lt;br /&gt;
|| Another page opens with the heading '''Invoice: IITB/ST/Books/2023-11'''&lt;br /&gt;
The '''Shipment Date '''is filled by '''Koha''' as per the details entered earlier.&lt;br /&gt;
|-&lt;br /&gt;
|| And '''Billing Date '''as '''08/30/2024'''&lt;br /&gt;
|| I will select''' Billing Date '''as&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Shipping cost'''&lt;br /&gt;
|| I will keep''' Shipping cost '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Close &amp;gt;&amp;gt; click on Save'''&lt;br /&gt;
&lt;br /&gt;
|| Check the '''Close '''field,''' '''and then click on the '''Save '''button'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Invoice has been modified '''&lt;br /&gt;
|| A text highlighted in blue on top of the page confirms '''Invoice has been modified'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Go to receipt page'''&lt;br /&gt;
|| Now scroll down and click on the''' Go to receipt page '''link.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Receipt summary for Powai Book Agency [ IITB/ST/Books/2023-11 ]'''&lt;br /&gt;
|| Now you will be able to see '''Receipt summary for Powai Book Agency IITB/ST/Books/2023-11'''&lt;br /&gt;
This page displays the details we entered in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
Go to the top left corner and click on '''Home''' icon&lt;br /&gt;
|| To continue with the next tutorial.&lt;br /&gt;
Go to the top left corner of the page, click on the '''Home''' icon and stay Logged in.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the top right corner, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
Then from the drop-down, select''' Log out.'''&lt;br /&gt;
|| To logout from the current session.&lt;br /&gt;
Go to the top right corner of the page, click on''' Vaibhavi Spoken Tutorial Library '''from the dropdown,&lt;br /&gt;
select''' Log out.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 5&lt;br /&gt;
Summary&lt;br /&gt;
In this tutorial, we learned to&lt;br /&gt;
* Place an order for a '''Book'''&lt;br /&gt;
* Close a '''Basket (Order)'''&lt;br /&gt;
* Receive a '''shipment'''&lt;br /&gt;
|| Let’s quickly recap.&lt;br /&gt;
Today we learned how to:&lt;br /&gt;
* '''Place an order for a Book'''&lt;br /&gt;
* '''Close a Basket (Order)'''&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 6&lt;br /&gt;
Assignment&lt;br /&gt;
* Prepare a Budget as-''' ‘Books’'''&lt;br /&gt;
* Under this, create '''Funds''' as''' ‘Civil Engineering’'''&lt;br /&gt;
* Order a book through existing vendor '''‘Powai Book Agency’'''&lt;br /&gt;
|| As an assignment&lt;br /&gt;
* Prepare a Budget as-''' Books'''&lt;br /&gt;
* Under this, create '''Funds''' as''' Civil Engineering'''&lt;br /&gt;
* Order a book through existing vendor '''‘Powai Book Agency'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide Number 7&lt;br /&gt;
About '''Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 8&lt;br /&gt;
'''Spoken Tutorial''' workshops&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
|| The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 9&lt;br /&gt;
Forum for specific questions&lt;br /&gt;
||&lt;br /&gt;
We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 10&lt;br /&gt;
Acknowledgment&lt;br /&gt;
'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;br /&gt;
'''India.'''&lt;br /&gt;
Thank you&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Place-Order-For-a-Book/English</id>
		<title>Koha-Library-Software/C2/Place-Order-For-a-Book/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Place-Order-For-a-Book/English"/>
				<updated>2024-12-09T10:27:21Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: '''Place Order For a Book''' &lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha Library Setup, Koha 24.05,Add a New Vendor In Koha, Create a Basket in&lt;br /&gt;
Koha, Add Orders to the Basket in Koha, Close the Basket in Koha, Receive Shipments in Koha, Video&lt;br /&gt;
tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 1&lt;br /&gt;
Title Slide&lt;br /&gt;
|| Welcome to the Spoken Tutorial on Place Order For a Book in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 2&lt;br /&gt;
Learning Objectives&lt;br /&gt;
We will learn how to:&lt;br /&gt;
* '''Place Order For a Book'''&lt;br /&gt;
* '''Close a Basket (Order)'''&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|| In this tutorial, we will learn how to:&lt;br /&gt;
* '''Place Order For a Book'''&lt;br /&gt;
* '''Close a Basket (Order) '''and&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 3&lt;br /&gt;
System Requirement&lt;br /&gt;
To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux''' OS '''v22.04'''&lt;br /&gt;
* '''Koha''' '''v24.05'''&lt;br /&gt;
* '''Firefox v131.0.3'''&lt;br /&gt;
* A working internet connectivity.&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux''' OS version 22.04&lt;br /&gt;
* '''Koha''' version 24.05&lt;br /&gt;
* '''Firefox version 131.0.3'''&lt;br /&gt;
A working internet connectivity.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 4&lt;br /&gt;
Pre-requisites&lt;br /&gt;
https://spoken-tutorial.org/&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
&lt;br /&gt;
If not, refer to the '''Koha Installation''' tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show Koha login interface&lt;br /&gt;
|| Let us switch to the '''Koha interface.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Username '''as '''Bella '''and '''Password '''as '''Library@1'''.&lt;br /&gt;
Click on '''Log in'''&lt;br /&gt;
|| To place an order for a book, we have to login as '''superlibrarian.'''&lt;br /&gt;
'''So''', I will type the username as '''Bella '''and the password''' '''as '''Library@1.'''&lt;br /&gt;
For the library field, from the drop down select '''Spoken Tutorial Library.'''&lt;br /&gt;
Now click on the''' Login '''button.&lt;br /&gt;
If you had given a different '''username''' and '''password''', then type that.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| First of all, we will start by enabling''' receiving an order.'''&lt;br /&gt;
We will be using this information later in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Koha administration'''&lt;br /&gt;
|| Click on '''Koha administration '''module&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha administration '''page&lt;br /&gt;
|| '''Koha administration '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''System preferences'''&lt;br /&gt;
|| Now, click on '''System preferences.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''System preferences Accounting Preferences '''page&lt;br /&gt;
|| '''System preferences Accounting preferences '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Left menu &amp;gt;&amp;gt;click on '''Acquisitions'''&lt;br /&gt;
|| On this page from the left side menu click on '''Acquisitions.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''System preferences Acquisitions preferences''' page&lt;br /&gt;
'''Preference '''for '''AcqCreateItem&amp;gt;&amp;gt;'''&lt;br /&gt;
from the drop-down change''' placing an order '''to''' receiving an order.'''&lt;br /&gt;
|| '''System preferences Acquisitions preferences''' page opens.&lt;br /&gt;
On this page, under the '''Policy '''section, go to '''AcqCreateItem, '''from the drop-down change''' placing&lt;br /&gt;
an order '''to''' receiving an order.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the top of the page.&lt;br /&gt;
Click on '''Save all Acquisitions preferences'''&lt;br /&gt;
|| Next, click on '''Save all Acquisitions preferences '''at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Textbox with message&lt;br /&gt;
&lt;br /&gt;
'''Saved preference AcqCreateItem'''&lt;br /&gt;
|| A text in black box says '''Saved preference AcqCreateItem.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Let’s move ahead.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Home '''icon&amp;gt;&amp;gt;&lt;br /&gt;
|| Go to the''' '''top left corner of the page and click on the '''Home '''icon.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha''' homepage&lt;br /&gt;
|| This will bring us to the Koha homepage.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Acquisitions''' module&lt;br /&gt;
|| Click on the '''Acquisitions''' module.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Acquisitions '''page&lt;br /&gt;
|| '''Acquisitions''' page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''+New vendor'''&lt;br /&gt;
|| Here, click on the New''' vendor '''button on top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add Vendor '''page.&lt;br /&gt;
'''(Company) '''details as''' Powai Book Agency'''&lt;br /&gt;
|| A new page '''Add vendor''' opens.&lt;br /&gt;
Under the section '''Company details Name '''field, type '''Powai Book Agency.'''&lt;br /&gt;
Please Note: We can add multiple vendors, likewise.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause and show the filled in '''Contact details'''&lt;br /&gt;
'''Contact name: '''Raju Mahajan&lt;br /&gt;
'''Alternative phone: '''+91 xxx xxx xxxx&lt;br /&gt;
'''Email: '''contact@spokentutorial.org&lt;br /&gt;
|| Now scroll down and fill in the details like '''Contact details.'''&lt;br /&gt;
I have filled out a few details here.&lt;br /&gt;
You may do so likewise.&lt;br /&gt;
|-&lt;br /&gt;
|| Check the checkboxes under '''Acquisitions options '''for-&lt;br /&gt;
* '''Primary acquisitions contact'''&lt;br /&gt;
* '''Contact about late orders'''&lt;br /&gt;
Also, check the checkboxes under '''Serials options '''for-&lt;br /&gt;
* '''Primary serials contact'''&lt;br /&gt;
* '''Contact about late issues'''&lt;br /&gt;
|| Remember to check the checkboxes under '''Acquisitions options''' for-&lt;br /&gt;
* Primary acquisitions contact&lt;br /&gt;
* Contact about late orders&lt;br /&gt;
Also, check the checkboxes under '''Serials options '''for-&lt;br /&gt;
* Primary serials contact&lt;br /&gt;
* Contact about late issues&lt;br /&gt;
&lt;br /&gt;
This will enable us to send emails related to these options to the vendor.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| If we don't have information for a particular field, then we can leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Ordering information'''&lt;br /&gt;
* '''For List Prices are&amp;gt;&amp;gt;RUPEE'''&lt;br /&gt;
* '''For Invoice prices are &amp;gt;&amp;gt;RUPEE'''&lt;br /&gt;
|| Now scroll down to the '''Ordering information''' section.&lt;br /&gt;
For '''List prices are '''field''' , Koha''' by-default selects '''RUPEE.'''&lt;br /&gt;
And similarly for '''Invoice prices are, Koha''' by-default selects '''RUPEE.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''For Tax number registered: '''select '''Yes'''&lt;br /&gt;
'''For List prices: '''select '''Include tax'''&lt;br /&gt;
'''For Invoice prices: '''select '''Include tax'''&lt;br /&gt;
|| For '''Tax number registered '''select''' Yes'''&lt;br /&gt;
For''' List prices '''select''' Include tax'''&lt;br /&gt;
For''' Invoice prices '''select '''Include tax'''&lt;br /&gt;
|-&lt;br /&gt;
|| Leave '''Tax rate'''&lt;br /&gt;
Enter '''Discount as 10% &amp;gt;&amp;gt; '''and '''Delivery time as 14 '''days&lt;br /&gt;
|| I will leave '''Tax rate '''as it is.&lt;br /&gt;
Then I will enter''' Discount '''as '''10 '''and''' Delivery time''' as''' 14 '''days'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Notes'''&lt;br /&gt;
|| I will leave the '''Notes''' field blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| After filling in all the details, click on '''Save''' at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| New page''' '''title '''Powai Book Agency&amp;lt;u&amp;gt; '''&amp;lt;/u&amp;gt;&lt;br /&gt;
|| A new page with the title '''Powai Book Agency'''&amp;lt;u&amp;gt; &amp;lt;/u&amp;gt;opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' +New&amp;gt;&amp;gt;Basket'''&lt;br /&gt;
|| Now, above the name of the vendor, click on''' New, '''from the dropdown and select '''Basket.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Add a basket to Powai Book Agency'''&lt;br /&gt;
Fill in the details like-&lt;br /&gt;
'''Basket name: IITB/ST/Books/2023-11'''&lt;br /&gt;
|| On the new page, '''Add a basket to Powai Book Agency''', fill in the details.&lt;br /&gt;
For the '''Basket name, '''I will add '''IITB/ST/Books/2023-11'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
&lt;br /&gt;
'''Billing place'''&lt;br /&gt;
'''Delivery place'''&lt;br /&gt;
'''Vendor'''&lt;br /&gt;
|| Some details are filled by default by '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on drop down.&lt;br /&gt;
|| To make change in the details of -&lt;br /&gt;
* '''Billing place'''&lt;br /&gt;
* '''Delivery place'''&lt;br /&gt;
* '''Vendor'''&lt;br /&gt;
select the required option from the drop-down.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Internal note and/or Vendor note'''&lt;br /&gt;
|| Add an '''Internal note''' or the '''Vendor note''' if any.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Internal note &amp;gt;&amp;gt; For Biology Section'''&lt;br /&gt;
|| As''' Internal note, '''I will type '''For Biology Section.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Vendor note &amp;gt;&amp;gt; To be delivered on 15 Dec 2024'''&lt;br /&gt;
|| For '''Vendor note,''' I will type '''To be delivered on 15 Dec 2024.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Orders are standing: &amp;gt;&amp;gt; blank'''&lt;br /&gt;
|| Depending upon the requirement, check or uncheck '''Orders are standing.'''&lt;br /&gt;
I will keep it unchecked.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Create items when'''&lt;br /&gt;
|| Leave the '''Create items when '''field as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| After filling in all the details, click on '''Save '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| A new page '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
Click on '''+Add to basket'''&lt;br /&gt;
|| A new page '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency '''opens.&lt;br /&gt;
Click on the '''Add to basket '''on top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on dialog box&lt;br /&gt;
Following options are displayed.&lt;br /&gt;
* '''From an existing record'''&lt;br /&gt;
* '''From a suggestion'''&lt;br /&gt;
* '''From a subscription'''&lt;br /&gt;
* '''From a new (empty) record'''&lt;br /&gt;
* '''From an external source'''&lt;br /&gt;
* '''From a staged file'''&lt;br /&gt;
* '''From titles with highest hold ratios'''&lt;br /&gt;
|| A window pops up to '''Add order to basket IITB/ST/Books/2023-11.'''&lt;br /&gt;
We can select a book to be ordered from the options available here.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' From a new (empty) record'''&lt;br /&gt;
&lt;br /&gt;
|| I will click on '''From a new (empty) record'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' New order'''&lt;br /&gt;
|| Another page with the heading '''New order '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight the Basket details section&lt;br /&gt;
|| Note that the '''Basket details''' are already filled.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Title:&lt;br /&gt;
'''Type Industrial Microbiology'''&lt;br /&gt;
|| Let me go to the '''Catalog details '''section.&lt;br /&gt;
In the '''Title''' field we have to enter the name of the book which has to be ordered.&lt;br /&gt;
I will type '''Industrial Microbiology.'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the section''' Accounting details'''&lt;br /&gt;
|| Next scroll down to '''Accounting details'''.&lt;br /&gt;
|-&lt;br /&gt;
|| For '''Quantity '''enter '''5'''&lt;br /&gt;
For '''Fund, '''select '''Books fund'''&lt;br /&gt;
|| Under '''Accounting details '''for '''Quantity '''enter '''5.'''&lt;br /&gt;
For '''Fund '''from the dropdown select '''Books fund'''&lt;br /&gt;
Here remember, if multiple funds are available, then we can select as per the requirement.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Currency- RUPEE'''&lt;br /&gt;
'''Vendor price- 1000'''&lt;br /&gt;
|| Next, fill in the details for '''Currency'''&lt;br /&gt;
Here, '''Koha '''by-default has selected '''RUPEE.'''&lt;br /&gt;
You may choose as per your requirement from the drop-down.&lt;br /&gt;
Enter '''Vendor price '''as''' 1000.00'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Uncertain price:'''&lt;br /&gt;
|| Next is, '''Uncertain price, '''check this checkbox if you are uncertain about the price.&lt;br /&gt;
I will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Tax rate &amp;gt;&amp;gt; 0.00%'''&lt;br /&gt;
|| Next is '''Tax rate'''&lt;br /&gt;
'''Koha '''by-default selects '''Tax rate '''as''' 0%'''&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Discount 20%'''&lt;br /&gt;
|| I will select '''Discount '''as''' 20'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Replacement cost, Budgeted cost, Total, Actual cost'''&lt;br /&gt;
|| Note that '''Koha''' will auto calculate the-&lt;br /&gt;
* '''Retail price '''as 1000.00&lt;br /&gt;
* '''Replacement cost '''as 1000.00&lt;br /&gt;
&lt;br /&gt;
* '''Budgeted cost '''as 800.00&lt;br /&gt;
* '''Total '''as 4000.00 and&lt;br /&gt;
* '''Actual cost '''as 0.00&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on '''Replacement cost and Actual cost'''&lt;br /&gt;
||| Also note that, '''Replacement cost '''and '''Actual cost '''are editable.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Internal note and Vendor note'''&lt;br /&gt;
|| Type the '''Internal note''' and '''Vendor note''' if any.&lt;br /&gt;
I will keep '''Statistic 1''' and '''Statistic 2 '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| And then click on '''Save''' at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Warning! You will exceed 10.00% of your fund.'''&lt;br /&gt;
'''Do you want to confirm this order?'''&lt;br /&gt;
Click on-&lt;br /&gt;
'''Yes, I confirm'''&lt;br /&gt;
|| A new page with a dialog box appears.&lt;br /&gt;
'''Warning! You will exceed 10.00% of your fund.'''&lt;br /&gt;
'''Do you want to confirm this order?'''&lt;br /&gt;
Click on '''Yes, I confirm'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
|| A page opens with the '''Basket '''details -&lt;br /&gt;
'''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight the tabs&lt;br /&gt;
* '''+Add to basket'''&lt;br /&gt;
* '''Edit basket'''&lt;br /&gt;
* '''Delete basket'''&lt;br /&gt;
* '''Close basket'''&lt;br /&gt;
* '''Export basket as CSV'''&lt;br /&gt;
* '''Email order'''&lt;br /&gt;
|| It also shows various tabs.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| We will now learn how to close a '''basket.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Close basket'''&lt;br /&gt;
|| So, click on the tab '''Close basket '''above '''Basket '''details.&lt;br /&gt;
It means the '''Order '''is final and can be sent to the respective vendor.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' dialog box-- Are you sure you want to close the basket IITB/ST/Books/2023-11?'''&lt;br /&gt;
|| A confirmation dialog box opens.&lt;br /&gt;
&lt;br /&gt;
'''Are you sure you want to close basket IITB/ST/Books/2023-11?'''&lt;br /&gt;
With an option to '''Attach this basket to a new basket group with the same name. '''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Yes, close (Y)'''&lt;br /&gt;
|| I will keep the option unchecked and click on the button '''Yes, close.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Powai Book Agency'''&lt;br /&gt;
|| A new page with the name of the vendor '''Powai Book Agency''' appears.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| Moving ahead, we will learn how to '''Receive shipments.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Receive shipment '''tab''' '''&lt;br /&gt;
|| On the same page, click on the tab '''Receive shipment '''above '''Powai Book Agency.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Receive shipment from vendor Powai Book Agency'''&lt;br /&gt;
|| A new page '''Receive shipment from vendor Powai Book Agency''' opens.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Receive a new shipment-'''&lt;br /&gt;
* '''Fill in the Vendor invoice as IITB/ST/Books/2023-11'''&lt;br /&gt;
* '''Shipment date as 11/29/2024'''&lt;br /&gt;
* Click on the Shipment date&lt;br /&gt;
|| Under the section '''Receive a new shipment, '''fill in the''' Vendor invoice '''as '''IITB/ST/Books/2023-11'''&lt;br /&gt;
'''Koha''' will auto-select '''Shipment date '''.&lt;br /&gt;
Note that the date of receipt is the '''Shipment Date.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Shipment Cost'''&lt;br /&gt;
Cursor on''' Shipment Fund'''&lt;br /&gt;
|| I will skip '''Shipment Cost '''and '''Shipment Fund.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Next button'''&lt;br /&gt;
|| Click on the '''Next''' button located at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Receive orders from Powai Book Agency'''&lt;br /&gt;
|| Another page, '''Receive orders from Powai Book Agency '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll down and click''' Finish receiving'''&lt;br /&gt;
|| Scroll down and click '''Finish receiving '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Invoice: Invoice: IITB/ST/Books/2023-11'''&lt;br /&gt;
|| Another page opens with the heading '''Invoice: IITB/ST/Books/2023-11'''&lt;br /&gt;
The '''Shipment Date '''is filled by '''Koha''' as per the details entered earlier.&lt;br /&gt;
|-&lt;br /&gt;
|| And '''Billing Date '''as '''08/30/2024'''&lt;br /&gt;
|| I will select''' Billing Date '''as&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Shipping cost'''&lt;br /&gt;
|| I will keep''' Shipping cost '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Close &amp;gt;&amp;gt; click on Save'''&lt;br /&gt;
&lt;br /&gt;
|| Check the '''Close '''field,''' '''and then click on the '''Save '''button'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Invoice has been modified '''&lt;br /&gt;
|| A text highlighted in blue on top of the page confirms '''Invoice has been modified'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Go to receipt page'''&lt;br /&gt;
|| Now scroll down and click on the''' Go to receipt page '''link.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Receipt summary for Powai Book Agency [ IITB/ST/Books/2023-11 ]'''&lt;br /&gt;
|| Now you will be able to see '''Receipt summary for Powai Book Agency IITB/ST/Books/2023-11'''&lt;br /&gt;
This page displays the details we entered in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
Go to the top left corner and click on '''Home''' icon&lt;br /&gt;
|| To continue with the next tutorial.&lt;br /&gt;
Go to the top left corner of the page, click on the '''Home''' icon and stay Logged in.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the top right corner, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
Then from the drop-down, select''' Log out.'''&lt;br /&gt;
|| To logout from the current session.&lt;br /&gt;
Go to the top right corner of the page, click on''' Vaibhavi Spoken Tutorial Library '''from the dropdown,&lt;br /&gt;
select''' Log out.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 5&lt;br /&gt;
Summary&lt;br /&gt;
In this tutorial, we learned to&lt;br /&gt;
* Place an order for a '''Book'''&lt;br /&gt;
* Close a '''Basket (Order)'''&lt;br /&gt;
* Receive a '''shipment'''&lt;br /&gt;
|| Let’s quickly recap.&lt;br /&gt;
Today we learned how to:&lt;br /&gt;
* '''Place an order for a Book'''&lt;br /&gt;
* '''Close a Basket (Order)'''&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 6&lt;br /&gt;
Assignment&lt;br /&gt;
* Prepare a Budget as-''' ‘Books’'''&lt;br /&gt;
* Under this, create '''Funds''' as''' ‘Civil Engineering’'''&lt;br /&gt;
* Order a book through existing vendor '''‘Powai Book Agency’'''&lt;br /&gt;
|| As an assignment&lt;br /&gt;
* Prepare a Budget as-''' Books'''&lt;br /&gt;
* Under this, create '''Funds''' as''' Civil Engineering'''&lt;br /&gt;
* Order a book through existing vendor '''‘Powai Book Agency'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide Number 7&lt;br /&gt;
About '''Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 8&lt;br /&gt;
'''Spoken Tutorial''' workshops&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
|| The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 9&lt;br /&gt;
Forum for specific questions&lt;br /&gt;
||&lt;br /&gt;
We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 10&lt;br /&gt;
Acknowledgment&lt;br /&gt;
'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;br /&gt;
'''India.'''&lt;br /&gt;
Thank you&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Place-Order-For-a-Book/English</id>
		<title>Koha-Library-Software/C2/Place-Order-For-a-Book/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Koha-Library-Software/C2/Place-Order-For-a-Book/English"/>
				<updated>2024-12-09T10:14:51Z</updated>
		
		<summary type="html">&lt;p&gt;Madhulika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the Script: '''Place Order For a Book''' &lt;br /&gt;
&lt;br /&gt;
'''Author: '''Vaibhavi Satardekar and Maya Hans&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Koha, Koha Library Setup, Koha 24.05,Add a New Vendor In Koha, Create a Basket in&lt;br /&gt;
Koha, Add Orders to the Basket in Koha, Close the Basket in Koha, Receive Shipments in Koha, Video&lt;br /&gt;
tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 1&lt;br /&gt;
Title Slide&lt;br /&gt;
|| Welcome to the Spoken Tutorial on Place Order For a Book in '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 2&lt;br /&gt;
Learning Objectives&lt;br /&gt;
We will learn how to:&lt;br /&gt;
* '''Place Order For a Book'''&lt;br /&gt;
* '''Close a Basket (Order)'''&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|| In this tutorial, we will learn how to:&lt;br /&gt;
* '''Place Order For a Book'''&lt;br /&gt;
* '''Close a Basket (Order) '''and&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 3&lt;br /&gt;
System Requirement&lt;br /&gt;
To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux''' OS '''v22.04'''&lt;br /&gt;
* '''Koha''' '''v24.05'''&lt;br /&gt;
* '''Firefox v131.0.3'''&lt;br /&gt;
* A working internet connectivity.&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Ubuntu Linux''' OS version 22.04&lt;br /&gt;
* '''Koha''' version 24.05&lt;br /&gt;
* '''Firefox version 131.0.3'''&lt;br /&gt;
A working internet connectivity.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 4&lt;br /&gt;
Pre-requisites&lt;br /&gt;
https://spoken-tutorial.org/&lt;br /&gt;
|| To follow this tutorial, you should have&lt;br /&gt;
* '''Koha installed '''on your system and&lt;br /&gt;
* '''Admin''' access in '''Koha. '''&lt;br /&gt;
&lt;br /&gt;
If not, refer to the '''Koha Installation''' tutorial on this site.&lt;br /&gt;
Also, you should have knowledge of '''Library Science.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Show Koha login interface&lt;br /&gt;
|| Let us switch to the '''Koha interface.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Username '''as '''Bella '''and '''Password '''as '''Library@1'''.&lt;br /&gt;
Click on '''Log in'''&lt;br /&gt;
|| To place an order for a book, we have to login as '''superlibrarian.'''&lt;br /&gt;
'''So''', I will type the username as '''Bella '''and the password''' '''as '''Library@1.'''&lt;br /&gt;
For the library field, from the drop down select '''Spoken Tutorial Library.'''&lt;br /&gt;
Now click on the''' Login '''button.&lt;br /&gt;
If you had given a different '''username''' and '''password''', then type that.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| First of all, we will start by enabling''' receiving an order.'''&lt;br /&gt;
We will be using this information later in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Koha administration'''&lt;br /&gt;
|| Click on '''Koha administration '''module&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha administration '''page&lt;br /&gt;
|| '''Koha administration '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''System preferences'''&lt;br /&gt;
|| Now, click on '''System preferences.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''System preferences Accounting Preferences '''page&lt;br /&gt;
|| '''System preferences Accounting preferences '''page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Left menu &amp;gt;&amp;gt;click on '''Acquisitions'''&lt;br /&gt;
|| On this page from the left side menu click on '''Acquisitions.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''System preferences Acquisitions preferences''' page&lt;br /&gt;
'''Preference '''for '''AcqCreateItem&amp;gt;&amp;gt;'''&lt;br /&gt;
from the drop-down change''' placing an order '''to''' receiving an order.'''&lt;br /&gt;
|| '''System preferences Acquisitions preferences''' page opens.&lt;br /&gt;
On this page, under the '''Policy '''section, go to '''AcqCreateItem, '''from the drop-down change''' placing&lt;br /&gt;
an order '''to''' receiving an order.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the top of the page.&lt;br /&gt;
Click on '''Save all Acquisitions preferences'''&lt;br /&gt;
|| Next, click on '''Save all Acquisitions preferences '''at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Textbox with message&lt;br /&gt;
&lt;br /&gt;
'''Saved preference AcqCreateItem'''&lt;br /&gt;
|| A text in black box says '''Saved preference AcqCreateItem.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| Let’s move ahead.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Home '''icon&amp;gt;&amp;gt;&lt;br /&gt;
|| Go to the''' '''top left corner of the page and click on the '''Home '''icon.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Koha''' homepage&lt;br /&gt;
|| This will bring us to the Koha homepage.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Acquisitions''' module&lt;br /&gt;
|| Click on the '''Acquisitions''' module.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Acquisitions '''page&lt;br /&gt;
|| '''Acquisitions''' page opens.&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''+New vendor'''&lt;br /&gt;
|| Here, click on the New''' vendor '''button on top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add Vendor '''page.&lt;br /&gt;
'''(Company) '''details as''' Powai Book Agency'''&lt;br /&gt;
|| A new page '''Add vendor''' opens.&lt;br /&gt;
Under the section '''Company details Name '''field, type '''Powai Book Agency.'''&lt;br /&gt;
Please Note: We can add multiple vendors, likewise.&lt;br /&gt;
|-&lt;br /&gt;
|| Pause and show the filled in '''Contact details'''&lt;br /&gt;
'''Contact name: '''Raju Mahajan&lt;br /&gt;
'''Alternative phone: '''+91 xxx xxx xxxx&lt;br /&gt;
'''Email: '''contact@spokentutorial.org&lt;br /&gt;
|| Now scroll down and fill in the details like '''Contact details.'''&lt;br /&gt;
I have filled out a few details here.&lt;br /&gt;
You may do so likewise.&lt;br /&gt;
|-&lt;br /&gt;
|| Check the checkboxes under '''Acquisitions options '''for-&lt;br /&gt;
* '''Primary acquisitions contact'''&lt;br /&gt;
* '''Contact about late orders'''&lt;br /&gt;
Also, check the checkboxes under '''Serials options '''for-&lt;br /&gt;
* '''Primary serials contact'''&lt;br /&gt;
* '''Contact about late issues'''&lt;br /&gt;
|| Remember to check the checkboxes under '''Acquisitions options''' for-&lt;br /&gt;
* Primary acquisitions contact&lt;br /&gt;
* Contact about late orders&lt;br /&gt;
Also, check the checkboxes under '''Serials options '''for-&lt;br /&gt;
* Primary serials contact&lt;br /&gt;
* Contact about late issues&lt;br /&gt;
&lt;br /&gt;
This will enable us to send emails related to these options to the vendor.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| If we don't have information for a particular field, then we can leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Ordering information'''&lt;br /&gt;
* '''For List Prices are&amp;gt;&amp;gt;RUPEE'''&lt;br /&gt;
* '''For Invoice prices are &amp;gt;&amp;gt;RUPEE'''&lt;br /&gt;
|| Now scroll down to the '''Ordering information''' section.&lt;br /&gt;
For '''List prices are '''field''' , Koha''' by-default selects '''RUPEE.'''&lt;br /&gt;
And similarly for '''Invoice prices are, Koha''' by-default selects '''RUPEE.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''For Tax number registered: '''select '''Yes'''&lt;br /&gt;
'''For List prices: '''select '''Include tax'''&lt;br /&gt;
'''For Invoice prices: '''select '''Include tax'''&lt;br /&gt;
|| For '''Tax number registered '''select''' Yes'''&lt;br /&gt;
For''' List prices '''select''' Include tax'''&lt;br /&gt;
For''' Invoice prices '''select '''Include tax'''&lt;br /&gt;
|-&lt;br /&gt;
|| Leave '''Tax rate'''&lt;br /&gt;
Enter '''Discount as 10% &amp;gt;&amp;gt; '''and '''Delivery time as 14 '''days&lt;br /&gt;
|| I will leave '''Tax rate '''as it is.&lt;br /&gt;
Then I will enter''' Discount '''as '''10 '''and''' Delivery time''' as''' 14 '''days'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Notes'''&lt;br /&gt;
|| I will leave the '''Notes''' field blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| After filling in all the details, click on '''Save''' at the top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| New page''' '''title '''Powai Book Agency&amp;lt;u&amp;gt; '''&amp;lt;/u&amp;gt;&lt;br /&gt;
|| A new page with the title '''Powai Book Agency'''&amp;lt;u&amp;gt; &amp;lt;/u&amp;gt;opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' +New&amp;gt;&amp;gt;Basket'''&lt;br /&gt;
|| Now, above the name of the vendor, click on''' New, '''from the dropdown and select '''Basket.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Add a basket to Powai Book Agency'''&lt;br /&gt;
Fill in the details like-&lt;br /&gt;
'''Basket name: IITB/ST/Books/2023-11'''&lt;br /&gt;
|| On the new page, '''Add a basket to Powai Book Agency''', fill in the details.&lt;br /&gt;
For the '''Basket name, '''I will add '''IITB/ST/Books/2023-11'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
&lt;br /&gt;
'''Billing place'''&lt;br /&gt;
'''Delivery place'''&lt;br /&gt;
'''Vendor'''&lt;br /&gt;
|| Some details are filled by default by '''Koha.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on drop down.&lt;br /&gt;
|| To make change in the details of -&lt;br /&gt;
* '''Billing place'''&lt;br /&gt;
* '''Delivery place'''&lt;br /&gt;
* '''Vendor'''&lt;br /&gt;
select the required option from the drop-down.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Internal note and/or Vendor note'''&lt;br /&gt;
|| Add an '''Internal note''' or the '''Vendor note''' if any.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Internal note &amp;gt;&amp;gt; For Biology Section'''&lt;br /&gt;
|| As''' Internal note, '''I will type '''For Biology Section.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Vendor note &amp;gt;&amp;gt; To be delivered on 15 Dec 2024'''&lt;br /&gt;
|| For '''Vendor note,''' I will type '''To be delivered on 15 Dec 2024.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Orders are standing: &amp;gt;&amp;gt; blank'''&lt;br /&gt;
|| Depending upon the requirement, check or uncheck '''Orders are standing.'''&lt;br /&gt;
I will keep it unchecked.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Create items when'''&lt;br /&gt;
|| Leave the '''Create items when '''field as it is.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| After filling in all the details, click on '''Save '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| A new page '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
Click on '''+Add to basket'''&lt;br /&gt;
|| A new page '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency '''opens.&lt;br /&gt;
Click on the '''Add to basket '''on top of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on dialog box&lt;br /&gt;
Following options are displayed.&lt;br /&gt;
* '''From an existing record'''&lt;br /&gt;
* '''From a suggestion'''&lt;br /&gt;
* '''From a subscription'''&lt;br /&gt;
* '''From a new (empty) record'''&lt;br /&gt;
* '''From an external source'''&lt;br /&gt;
* '''From a staged file'''&lt;br /&gt;
* '''From titles with highest hold ratios'''&lt;br /&gt;
|| A window pops up to '''Add order to basket IITB/ST/Books/2023-11.'''&lt;br /&gt;
We can select a book to be ordered from the options available here.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' From a new (empty) record'''&lt;br /&gt;
&lt;br /&gt;
|| I will click on '''From a new (empty) record'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' New order'''&lt;br /&gt;
|| Another page with the heading '''New order '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight the Basket details section&lt;br /&gt;
|| Note that the '''Basket details''' are already filled.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Title:&lt;br /&gt;
'''Type Industrial Microbiology'''&lt;br /&gt;
|| Let me go to the '''Catalog details '''section.&lt;br /&gt;
In the '''Title''' field we have to enter the name of the book which has to be ordered.&lt;br /&gt;
I will type '''Industrial Microbiology.'''&lt;br /&gt;
|-&lt;br /&gt;
|| In the section''' Accounting details'''&lt;br /&gt;
|| Next scroll down to '''Accounting details'''.&lt;br /&gt;
|-&lt;br /&gt;
|| For '''Quantity '''enter '''5'''&lt;br /&gt;
For '''Fund, '''select '''Books fund'''&lt;br /&gt;
|| Under '''Accounting details '''for '''Quantity '''enter '''5.'''&lt;br /&gt;
For '''Fund '''from the dropdown select '''Books fund'''&lt;br /&gt;
Here remember, if multiple funds are available, then we can select as per the requirement.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Currency- RUPEE'''&lt;br /&gt;
'''Vendor price- 1000'''&lt;br /&gt;
|| Next, fill in the details for '''Currency'''&lt;br /&gt;
Here, '''Koha '''by-default has selected '''RUPEE.'''&lt;br /&gt;
You may choose as per your requirement from the drop-down.&lt;br /&gt;
Enter '''Vendor price '''as''' 1000.00'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Uncertain price:'''&lt;br /&gt;
|| Next is, '''Uncertain price, '''check this checkbox if you are uncertain about the price.&lt;br /&gt;
I will leave it blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Tax rate &amp;gt;&amp;gt; 0.00%'''&lt;br /&gt;
|| Next is '''Tax rate'''&lt;br /&gt;
'''Koha '''by-default selects '''Tax rate '''as''' 0%'''&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Discount 20%'''&lt;br /&gt;
|| I will select '''Discount '''as''' 20'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Replacement cost, Budgeted cost, Total, Actual cost'''&lt;br /&gt;
|| Note that '''Koha''' will auto calculate the-&lt;br /&gt;
* '''Retail price '''as 1000.00&lt;br /&gt;
* '''Replacement cost '''as 1000.00&lt;br /&gt;
&lt;br /&gt;
* '''Budgeted cost '''as 800.00&lt;br /&gt;
* '''Total '''as 4000.00 and&lt;br /&gt;
* '''Actual cost '''as 0.00&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on '''Replacement cost and Actual cost'''&lt;br /&gt;
|| Note that '''Koha''' will auto calculate the-&lt;br /&gt;
|| Also note that, '''Replacement cost '''and '''Actual cost '''are editable.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Internal note and Vendor note'''&lt;br /&gt;
|| Type the '''Internal note''' and '''Vendor note''' if any.&lt;br /&gt;
I will keep '''Statistic 1''' and '''Statistic 2 '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Save'''&lt;br /&gt;
|| And then click on '''Save''' at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Warning! You will exceed 10.00% of your fund.'''&lt;br /&gt;
'''Do you want to confirm this order?'''&lt;br /&gt;
Click on-&lt;br /&gt;
'''Yes, I confirm'''&lt;br /&gt;
|| A new page with a dialog box appears.&lt;br /&gt;
'''Warning! You will exceed 10.00% of your fund.'''&lt;br /&gt;
'''Do you want to confirm this order?'''&lt;br /&gt;
Click on '''Yes, I confirm'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
|| A page opens with the '''Basket '''details -&lt;br /&gt;
'''Basket IITB/ST/Books/2023-11 (1) for Powai Book Agency'''&lt;br /&gt;
|-&lt;br /&gt;
|| Highlight the tabs&lt;br /&gt;
* '''+Add to basket'''&lt;br /&gt;
* '''Edit basket'''&lt;br /&gt;
* '''Delete basket'''&lt;br /&gt;
* '''Close basket'''&lt;br /&gt;
* '''Export basket as CSV'''&lt;br /&gt;
* '''Email order'''&lt;br /&gt;
|| It also shows various tabs.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| We will now learn how to close a '''basket.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Close basket'''&lt;br /&gt;
|| So, click on the tab '''Close basket '''above '''Basket '''details.&lt;br /&gt;
It means the '''Order '''is final and can be sent to the respective vendor.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' dialog box-- Are you sure you want to close the basket IITB/ST/Books/2023-11?'''&lt;br /&gt;
|| A confirmation dialog box opens.&lt;br /&gt;
&lt;br /&gt;
'''Are you sure you want to close basket IITB/ST/Books/2023-11?'''&lt;br /&gt;
With an option to '''Attach this basket to a new basket group with the same name. '''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Yes, close (Y)'''&lt;br /&gt;
|| I will keep the option unchecked and click on the button '''Yes, close.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Powai Book Agency'''&lt;br /&gt;
|| A new page with the name of the vendor '''Powai Book Agency''' appears.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| Moving ahead, we will learn how to '''Receive shipments.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Receive shipment '''tab''' '''&lt;br /&gt;
|| On the same page, click on the tab '''Receive shipment '''above '''Powai Book Agency.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Receive shipment from vendor Powai Book Agency'''&lt;br /&gt;
|| A new page '''Receive shipment from vendor Powai Book Agency''' opens.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Receive a new shipment-'''&lt;br /&gt;
* '''Fill in the Vendor invoice as IITB/ST/Books/2023-11'''&lt;br /&gt;
* '''Shipment date as 11/29/2024'''&lt;br /&gt;
* Click on the Shipment date&lt;br /&gt;
|| Under the section '''Receive a new shipment, '''fill in the''' Vendor invoice '''as '''IITB/ST/Books/2023-11'''&lt;br /&gt;
'''Koha''' will auto-select '''Shipment date '''.&lt;br /&gt;
Note that the date of receipt is the '''Shipment Date.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Shipment Cost'''&lt;br /&gt;
Cursor on''' Shipment Fund'''&lt;br /&gt;
|| I will skip '''Shipment Cost '''and '''Shipment Fund.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Next button'''&lt;br /&gt;
|| Click on the '''Next''' button located at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on&lt;br /&gt;
'''Receive orders from Powai Book Agency'''&lt;br /&gt;
|| Another page, '''Receive orders from Powai Book Agency '''opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll down and click''' Finish receiving'''&lt;br /&gt;
|| Scroll down and click '''Finish receiving '''at the bottom of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Invoice: Invoice: IITB/ST/Books/2023-11'''&lt;br /&gt;
|| Another page opens with the heading '''Invoice: IITB/ST/Books/2023-11'''&lt;br /&gt;
The '''Shipment Date '''is filled by '''Koha''' as per the details entered earlier.&lt;br /&gt;
|-&lt;br /&gt;
|| And '''Billing Date '''as '''08/30/2024'''&lt;br /&gt;
|| I will select''' Billing Date '''as&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Shipping cost'''&lt;br /&gt;
|| I will keep''' Shipping cost '''as blank.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Close &amp;gt;&amp;gt; click on Save'''&lt;br /&gt;
&lt;br /&gt;
|| Check the '''Close '''field,''' '''and then click on the '''Save '''button'''.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Invoice has been modified '''&lt;br /&gt;
|| A text highlighted in blue on top of the page confirms '''Invoice has been modified'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Go to receipt page'''&lt;br /&gt;
|| Now scroll down and click on the''' Go to receipt page '''link.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on''' Receipt summary for Powai Book Agency [ IITB/ST/Books/2023-11 ]'''&lt;br /&gt;
|| Now you will be able to see '''Receipt summary for Powai Book Agency IITB/ST/Books/2023-11'''&lt;br /&gt;
This page displays the details we entered in this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration only&lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| Narration Only&lt;br /&gt;
Go to the top left corner and click on '''Home''' icon&lt;br /&gt;
|| To continue with the next tutorial.&lt;br /&gt;
Go to the top left corner of the page, click on the '''Home''' icon and stay Logged in.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the top right corner, click on''' Vaibhavi Spoken Tutorial Library.'''&lt;br /&gt;
Then from the drop-down, select''' Log out.'''&lt;br /&gt;
|| To logout from the current session.&lt;br /&gt;
Go to the top right corner of the page, click on''' Vaibhavi Spoken Tutorial Library '''from the dropdown,&lt;br /&gt;
select''' Log out.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 5&lt;br /&gt;
Summary&lt;br /&gt;
In this tutorial, we learned to&lt;br /&gt;
* Place an order for a '''Book'''&lt;br /&gt;
* Close a '''Basket (Order)'''&lt;br /&gt;
* Receive a '''shipment'''&lt;br /&gt;
|| Let’s quickly recap.&lt;br /&gt;
Today we learned how to:&lt;br /&gt;
* '''Place an order for a Book'''&lt;br /&gt;
* '''Close a Basket (Order)'''&lt;br /&gt;
* '''Receive a shipment'''&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 6&lt;br /&gt;
Assignment&lt;br /&gt;
* Prepare a Budget as-''' ‘Books’'''&lt;br /&gt;
* Under this, create '''Funds''' as''' ‘Civil Engineering’'''&lt;br /&gt;
* Order a book through existing vendor '''‘Powai Book Agency’'''&lt;br /&gt;
|| As an assignment&lt;br /&gt;
* Prepare a Budget as-''' Books'''&lt;br /&gt;
* Under this, create '''Funds''' as''' Civil Engineering'''&lt;br /&gt;
* Order a book through existing vendor '''‘Powai Book Agency'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Slide Number 7&lt;br /&gt;
About '''Spoken Tutorial project'''&lt;br /&gt;
&lt;br /&gt;
* Watch the video available at [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-&lt;br /&gt;
tutorial.org/What_is_a_Spoken_Tutorial]&lt;br /&gt;
&lt;br /&gt;
* It summarizes the Spoken Tutorial project.&lt;br /&gt;
* If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 8&lt;br /&gt;
'''Spoken Tutorial''' workshops&lt;br /&gt;
The '''Spoken Tutorial Project''' Team&lt;br /&gt;
* Conducts workshops using spoken tutorials&lt;br /&gt;
* Gives certificates for those who pass an online test&lt;br /&gt;
* For more details, please write to [about:blank [http://contact@spoken-tutorial.org/&lt;br /&gt;
http://contact@spoken-tutorial.org]]&lt;br /&gt;
|| The''' Spoken Tutorial Project''' Team conducts workshops and gives certificates.&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 9&lt;br /&gt;
Forum for specific questions&lt;br /&gt;
||&lt;br /&gt;
We will be happy to answer your specific questions regarding this tutorial.&lt;br /&gt;
Post your questions in the forum and our team will get back to you.&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 10&lt;br /&gt;
Acknowledgment&lt;br /&gt;
'''The Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of&lt;br /&gt;
'''India.'''&lt;br /&gt;
Thank you&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Madhulika</name></author>	</entry>

	</feed>