-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlearning.html
More file actions
88 lines (80 loc) · 4.84 KB
/
Copy pathlearning.html
File metadata and controls
88 lines (80 loc) · 4.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Properities -->
<title>Learning | Learn Learnin'</title>
<meta property="og:title" content="Learning | Learn Learnin'" />
<meta property="og:description" name="description" content="What does it mean to learn?" />
<meta property="og:url" content="http://learnlearn.in/learning/" />
<meta name="keywords" content="learn, learning, learning" />
<meta name="generator" content="DocPad v6.78.6" />
<link rel="shortcut icon" type="image/png" href="/LofL.png" />
<link rel="apple-touch-icon" type="image/png" href="/LofL128.png" />
<link rel="stylesheet" href="/main.css" />
<link href="//asd.learnlearn.in/feed.atom" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed" />
</head>
<body>
<header>
<a href="/" title="Go home"><img src="/LofL60.png" alt="~" title="~"></a>
<a href=""><h1>Learning </h1></a>
</header>
<article role="main">
<p>What does it mean to learn?</p>
<p>Dr Shekar, my professor of Medicine used to say that there are a lot many levels of learning.</p>
<h2 id="theory">Theory</h2>
<p><a href="https://en.wikipedia.org/wiki/Bloom%27s_taxonomy">Bloom's Taxonomy</a> helps us talk about learning.</p>
<p>Domains of learning</p>
<ol>
<li>Cognitive (knowing)</li>
<li>Affective (feeling)</li>
<li>Psychomotor (doing)</li>
</ol>
<p>I'm interested in cognitive learning. It can be considered as having different levels.</p>
<ul>
<li>Knowledge</li>
<li>Comprehension</li>
<li>Application</li>
<li>Analysis</li>
<li>Evaluation</li>
<li>Synthesis</li>
</ul>
<p>As you go down the above list you realize that the effectiveness of learning increases. So, our learning should always be about preparing us to synthesize knowledge.</p>
<h2 id="practice">Practice</h2>
<p>When there's a moderate amount of information and there's only one day for an exam, when we are cramming, we improve knowledge.</p>
<p>But two-three days before, if we are reading, we would also be comprehending.</p>
<p>If after an exam we are asked to implement the knowledge in some practical project, we reach the application level. It is not necessary that we actually do a project, we can simulate a project in our mind.</p>
<p>These three levels are usually followed by students in the normal course of their life.</p>
<p>Analysis is breaking down the knowledge into constituent parts and identifying their relations to each other. This is done through analogies, stories, hypothetical "reasons", etc.</p>
<p>Evaluation is when we start thinking about the knowledge and its application to real life. About how effective that is in real life.</p>
<p>Synthesis is when we come up with alternative solutions to problems we discover during evaluation.</p>
<p>By its nature, the latter three takes some time while doing. And that is probably why students avoid these. Time management might help.</p>
<h2 id="exams">Exams</h2>
<p>I like <a href="http://www.iiserpune.ac.in/~mohanan/educ/openbook.pdf">open book exams</a>. It is difficult for a teacher to create an open book question paper and that is probably why these kind of tests are rarely seen.</p>
<p>I like frequent examinations. Once a week is ideal.</p>
</article>
<aside class="share separator separatorpipe" role="complementary">
Share this »
<a target="_blank" href="http://sharetodiaspora.github.io/?title=Learning | Learn Learnin'&url=http://learnlearn.in/learning/">diaspora*</a>
<a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=http://learnlearn.in/learning/">Facebook</a>
<a target="_blank" href="https://twitter.com/intent/tweet?url=http://learnlearn.in/learning/">Twitter</a>
<a target="_blank" href="https://plus.google.com/share?url=http://learnlearn.in/learning/">Google+</a>
<a target="_blank" href="mailto:?subject=Learning | Learn Learnin'&body=Check this out: http://learnlearn.in/learning/">Email</a>
<a target="_blank" href="https://telegram.me/share/url?url=Learning | Learn Learnin' - &url=http://learnlearn.in/learning/"> Telegram</a>
<a class="mobileshare" href="whatsapp://send?text=Learning | Learn Learnin' - http://learnlearn.in/learning/">Whatsapp</a>
</aside>
<footer id="footer" class="separator separatorpipe">
<a href="/keep-in-touch/#comments">Comment</a>
<a href="/about/">About</a>
<a href="/"> Home</a>
<a href="http://asd.learnlearn.in">Follow ASD</a>
<br>
<form id="ducksearch" name="ducksearch" action="https://duckduckgo.com/" target="_top">
<input type="search" class="search-bar" autocomplete="off" name="q" id="searchinput" placeholder="Search this site" value=" site:learnlearn.in "/>
<input id="search_button_homepage" type="submit" value="Duck!"/>
</form>
</footer>
<script defer="defer" src="/main.js"></script>
</body>
</html>