From 318dbe1efd74a6271d9797760b810569b2c792c6 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 20:14:18 +0200 Subject: [PATCH 01/13] Update bcs.xml rechtschreibung --- bcs.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bcs.xml b/bcs.xml index 928c715..fda458b 100644 --- a/bcs.xml +++ b/bcs.xml @@ -3,17 +3,17 @@ xmlns="http://bsbb.eu" xsi:schemaLocation="http://bsbb.eu bctype.xsd"> B-BCS - Basiscurriculum Srachbildung + Basiscurriculum Sprachbildung B-BCS-1 - Die Bedeutung der Srachbildung + Die Bedeutung der Sprachbildung Eine flexible und sichere Sprachkompetenz ist von entscheidender Bedeutung für die individuelle Identitätsbildung sowie für die Teilhabe an Gesellschaft und Kultur. Sie ist eine Grundvoraussetzung für lebenslanges Lernen. Sprachbildung ist daher Teil von Bildung insgesamt und Aufgabe aller an Schule Beteiligten. Die Mehrsprachigkeit bietet eine Chance, die Entwicklung von Sprachkompetenz zusätzlich zu unterstützen und zu fördern. Mehrsprachig aufwachsende Schülerinnen und Schüler verfügen über spezifische Kompetenzen, die genutzt und weiterentwickelt werden können. B-BCS-2 - Der Beitrag der Srachbildung zum Kompetenzerwerb in den Unterrichtsfächern + Der Beitrag der Sprachbildung zum Kompetenzerwerb in den Unterrichtsfächern B-BCS-2-1 @@ -41,7 +41,7 @@ mit einer breiten Kenntnis von Text- und Gesprächssorten B-BCS-2-2 - Kompetenzmodell Srachbildung + Kompetenzmodell Sprachbildung Kompetenzbereiche der Sprachbildung, die für das Lernen in allen Fächern von Bedeutung sind: Im Kompetenzmodell sind die zentralen sprachlichen Kompetenzbereiche benannt. Für jeden Bereich werden im Folgenden sprachliche Kompetenzen ausgewiesen, die die Schülerinnen und Schüler im Unterricht der Jahrgangsstufen 1 bis 10 erwerben. Die Niveaustufe G schließt dabei die für Niveaustufe D beschriebenen Kompetenzen ein (nähere Erläuterungen zu den Niveaustufen siehe Teil C, Kapitel 2). Einige Standards sind niveauübergreifend dargestellt. @@ -518,4 +518,4 @@ Im Kompetenzmodell sind die zentralen sprachlichen Kompetenzbereiche benannt. F - \ No newline at end of file + From c6396bb3d5eb65c9f1ba257d737d50473f8c484a Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 21:25:52 +0200 Subject: [PATCH 02/13] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e442a01..92b94df 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ Rahmenlehrplan Berlin-Brandenburg als XML (Open Data) Die Datei rlp110.xml soll als Open Data auf der Berliner (und Brandenburger) Plattform unter der CC-BY 3.0 de veröffentlicht werden. Zur Beschreibung liegt eine entsprechende Schema-Datei bei. Hier sind die Entwicklungsschritte sichtbar. + +Die aktuellsten Erkenntnisse zu diesen Entwicklungsschritte sind wohl hier zu finden: +https://www.berlin.de/sen/bildung/unterricht/faecher-rahmenlehrplaene/rahmenlehrplaene/ + +Sobald der Lehrplan restrukturiert wurde und in ein Schema.org Schema eingepasst wurde wird er nach Möglichkeit (falls die Schöpfungstiefe erreicht wird) unter WTF-PL gestellt. Da jedoch weitere Rechte geltend gemacht werden können, sollte vor Benutzung definitiv das Orginal-Repositorium zu Rate gezogen werden. From 1efd794aa7b4fd4a767f55dd55f7ad2e88d94bb7 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 22:10:12 +0200 Subject: [PATCH 03/13] Create schemaXML.json --- schemaXML.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 schemaXML.json diff --git a/schemaXML.json b/schemaXML.json new file mode 100644 index 0000000..7f4736a --- /dev/null +++ b/schemaXML.json @@ -0,0 +1,44 @@ +"educationalAlignment": + { + "@context": "https://schema.org/", + "@type": "AlignmentObject", + "name": "Name des Lehrinhalts", + "identifier": "6stelliger Code bestehend aus: Richtung-4StelligeNummer-BloomTaxonomy", + "alternateName": [verschiedene, Namen], + "description": "Beschreibung des Inhalts", + "mainEntityOfPage": "übergeordnetes Fach", + "alignmentType": "educationalSubject", + "educationalFramework": "Rahmenlehrplan Berlin-Brandenburg", + "targetName": "Thema", + "targetUrl": "Link zu Thema", + "taxonRank": "Link to Bloom", + "potentialAction": "teaches" or "assesses", + "timeRequired": "hour or week etc.", + "typicalAgeRange": "10-12", + "audience": { + "@type": "EducationalAudience", + "EducationalAudience": "Klassenstufe", + }, + "characterAttribute":"video game def", + "educationalLevel": [ + { + "@type": "DefinedTerm", + "name": "Level 2", + "inDefinedTermSet": { + "@type": "DefinedTermSet", + "name": "SCQF", + "url": "https://scqf.org.uk/" + } + }, + { + "@type": "DefinedTerm", + "name": "KS 3", + "inDefinedTermSet": { + "@type": "DefinedTermSet", + "name": "The National Curriculum for England", + "url": "https://www.gov.uk/government/collections/national-curriculum" + } + } + ], + "url" : "http://example.org/lessonplan" +} From 0f089a9f28a3ceb079e5b09e2477a6d698dcab00 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 22:30:51 +0200 Subject: [PATCH 04/13] Create mainStructure.json --- mainStructure.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mainStructure.json diff --git a/mainStructure.json b/mainStructure.json new file mode 100644 index 0000000..895f7d2 --- /dev/null +++ b/mainStructure.json @@ -0,0 +1,24 @@ +{ + "mainTopics": [ + "@context": "https://schema.org/", + "@type": "Thing", + "name": "Sprache", + "identifier":"1" +],[ + "@context": "https://schema.org/", + "@type": "Thing", + "name": "Logik", + "identifier":"2" +],[ + "@context": "https://schema.org/", + "@type": "Thing", + "name": "Bewegung", + "identifier":"3" +],[ + "@context": "https://schema.org/", + "@type": "Thing", + "name": "Soziales", + "identifier":"4" +] +} + From ec3721a32307c3d77d87a9f3f14e31581d60111e Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 22:34:42 +0200 Subject: [PATCH 05/13] Create deutsch.json tbd --- deutsch.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 deutsch.json diff --git a/deutsch.json b/deutsch.json new file mode 100644 index 0000000..7196571 --- /dev/null +++ b/deutsch.json @@ -0,0 +1,44 @@ + C-DE-3-1-1 + Inhalte + + C-DE-3-1-1-1 + Literarische Texte + Kinderbuch, Märchen, Gedicht (Lied), kurze erzählende Texte, dramatische Szene + + + C-DE-3-1-1-2 + Sach- und Gebrauchstexte + Sachbuch, Anleitung, Kinderlexikon, Zeitschrift, Tabelle, persönlicher Brief, Liste + + + C-DE-3-1-1-3 + Texte in anderer medialer Form + Bilderbuch, Bildergeschichte, Comic, Film, Hörspiel, Hörbuch + + + C-DE-3-1-1-4 + Schreibformen + Liste, Brief, Geschichte, Elfchen, Notiz (Kurzinformation, Merkzettel), Anliegen + + + C-DE-3-1-1-5 + Gesprächsformen/Redebeiträge + Anliegen, kurzer Vortrag + + + C-DE-3-1-1-6 + Struktur und Wirkung von Sprache + Laut, Buchstabe, Silbe, Wort, Satz, Text einfacher Grundwortschatz (1/2) + + + + C-DE-3-1-2 + Wissensbestände + Je nach Lernentwicklung der Schülerinnen und Schüler werden den Inhalten die zu erwerbenden Wissensbestände der Niveaustufen A/B oder C zugeordnet. + + + + + + + From 2cf8049bb110b28d92054bd9685bc872c7c6f297 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 22:39:42 +0200 Subject: [PATCH 06/13] Update mainStructure.json --- mainStructure.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mainStructure.json b/mainStructure.json index 895f7d2..b356c00 100644 --- a/mainStructure.json +++ b/mainStructure.json @@ -1,24 +1,24 @@ { - "mainTopics": [ + "mainTopics": { "@context": "https://schema.org/", "@type": "Thing", "name": "Sprache", "identifier":"1" -],[ + },{ "@context": "https://schema.org/", "@type": "Thing", "name": "Logik", "identifier":"2" -],[ +},{ "@context": "https://schema.org/", "@type": "Thing", "name": "Bewegung", "identifier":"3" -],[ +},{ "@context": "https://schema.org/", "@type": "Thing", "name": "Soziales", "identifier":"4" -] +} } From 036153a05e1b4ec59bdc7f0782c73f0eea100a9f Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sat, 14 Aug 2021 22:40:35 +0200 Subject: [PATCH 07/13] Update mainStructure.json --- mainStructure.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mainStructure.json b/mainStructure.json index b356c00..2a0edd0 100644 --- a/mainStructure.json +++ b/mainStructure.json @@ -1,5 +1,4 @@ -{ - "mainTopics": { +[ "@context": "https://schema.org/", "@type": "Thing", "name": "Sprache", @@ -20,5 +19,5 @@ "name": "Soziales", "identifier":"4" } -} +] From 0f0d33994ea1f9a737df99e5291215cb20364da1 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sun, 15 Aug 2021 06:39:45 +0200 Subject: [PATCH 08/13] Update mainStructure.json --- mainStructure.json | 49 +++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/mainStructure.json b/mainStructure.json index 2a0edd0..1b0b538 100644 --- a/mainStructure.json +++ b/mainStructure.json @@ -1,23 +1,28 @@ -[ - "@context": "https://schema.org/", - "@type": "Thing", - "name": "Sprache", - "identifier":"1" - },{ - "@context": "https://schema.org/", - "@type": "Thing", - "name": "Logik", - "identifier":"2" -},{ - "@context": "https://schema.org/", - "@type": "Thing", - "name": "Bewegung", - "identifier":"3" -},{ - "@context": "https://schema.org/", - "@type": "Thing", - "name": "Soziales", - "identifier":"4" +{ + "mainCategories":[ + { + "@context":"https://schema.org/", + "@type":"Thing", + "name":"Sprache", + "identifier":"1" + }, + { + "@context":"https://schema.org/", + "@type":"Thing", + "name":"Logik", + "identifier":"2" + }, + { + "@context":"https://schema.org/", + "@type":"Thing", + "name":"Bewegung", + "identifier":"3" + }, + { + "@context":"https://schema.org/", + "@type":"Thing", + "name":"Soziales", + "identifier":"4" + } + ] } -] - From fc458d9f5831a714ea8f7de89d9a204f3e3ebbe8 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sun, 15 Aug 2021 06:45:00 +0200 Subject: [PATCH 09/13] Create bloomTaxon.json --- bloomTaxon.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bloomTaxon.json diff --git a/bloomTaxon.json b/bloomTaxon.json new file mode 100644 index 0000000..6ae392a --- /dev/null +++ b/bloomTaxon.json @@ -0,0 +1,24 @@ +[ + { + "@context": "https://schema.org/" + }, + { + "@type": ["DefinedTermSet","Book"], + "@id": "http://openjurist.org/dictionary/Ballentine", + "name": "Ballentine's Law Dictionary" + }, + { + "@type": "DefinedTerm", + "@id": "http://openjurist.org/dictionary/Ballentine/term/calendar-year", + "name": "calendar year", + "description": "The period from January 1st to December 31st, inclusive, of any year.", + "inDefinedTermSet": "http://openjurist.org/dictionary/Ballentine" + }, + { + "@type": "DefinedTerm", + "@id": "http://openjurist.org/dictionary/Ballentine/term/schema", + "name": "schema", + "description": "A representation of a plan or theory in the form of an outline or model.", + "inDefinedTermSet": "http://openjurist.org/dictionary/Ballentine" + } +] From 0c9674402b5774911cc6371fec8214347215cc49 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sun, 15 Aug 2021 07:56:11 +0200 Subject: [PATCH 10/13] Update bloomTaxon.json --- bloomTaxon.json | 174 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 157 insertions(+), 17 deletions(-) diff --git a/bloomTaxon.json b/bloomTaxon.json index 6ae392a..b35dc48 100644 --- a/bloomTaxon.json +++ b/bloomTaxon.json @@ -1,24 +1,164 @@ -[ + { "@context": "https://schema.org/" - }, - { - "@type": ["DefinedTermSet","Book"], - "@id": "http://openjurist.org/dictionary/Ballentine", - "name": "Ballentine's Law Dictionary" - }, + "@type": ["DefinedTermSet","bloomTaxonomy"], + "@id": "https://en.wikipedia.org/wiki/Bloom's_taxonomy", + "name": "Bloom's Taxonomy", + "bloomKnowledge":[ { "@type": "DefinedTerm", - "@id": "http://openjurist.org/dictionary/Ballentine/term/calendar-year", - "name": "calendar year", - "description": "The period from January 1st to December 31st, inclusive, of any year.", - "inDefinedTermSet": "http://openjurist.org/dictionary/Ballentine" + "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation", + "termCode": "1-1", + "name": "Evaluate", + "alternateName": "Evaluation", + "description": "Evaluation involves presenting and defending opinions by making judgments about information, the validity of ideas, or quality of work based on a set of criteria. Its characteristics include: Judgments in terms of internal evidence or Judgments in terms of external criteria.Example: Which kinds of apples are best for baking a pie, and why?", + "inDefinedTermSet": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation" }, { "@type": "DefinedTerm", - "@id": "http://openjurist.org/dictionary/Ballentine/term/schema", - "name": "schema", - "description": "A representation of a plan or theory in the form of an outline or model.", - "inDefinedTermSet": "http://openjurist.org/dictionary/Ballentine" - } -] + "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis", + "name": "Create", + "termCode": "1-2", + "alternateName": "Synthesis", + "description": "Synthesis involves building a structure or pattern from diverse elements; it also refers to the act of putting parts together to form a whole. Its characteristics include: Production of a unique communication,Production of a plan, or proposed set of operations or Derivation of a set of abstract relations.Example: Convert an unhealthy recipe for apple pie to a healthy recipe by replacing your choice of ingredients. Argue for the health benefits of using the ingredients you chose versus the original ones.", + "inDefinedTermSet": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis" + },{ + "@type": "DefinedTerm", + "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Analysis", + "name": "Analyze", + "termCode": "1-3", + "alternateName":{"Analysis"}, + "description": "Analysis involves examining and breaking information into component parts, determining how the parts relate to one another, identifying motives or causes, making inferences, and finding evidence to support generalizations. Its characteristics include: Analysis of elements, Analysis of relationships, Analysis of organization. Example: Compare and contrast four ways of serving foods made with apples and examine which ones have the highest health benefits.", + "inDefinedTermSet": "" + +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Application", + "name":"Apply", + "termCode":"1-4", + "alternateName":{"Application"}, + "description":"Application involves using acquired knowledge—solving problems in new situations by applying acquired knowledge, facts, techniques and rules. Learners should be able to use prior knowledge to solve problems, identify connections and relationships and how they apply in new situations. Example: Would apples prevent scurvy, a disease caused by a deficiency in vitamin C?", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Comprehension", + "name":"Understand", + "termCode":"1-5", + "alternateName":{"Comprehension"}, + "description":"Comprehension involves demonstrating an understanding of facts and ideas by organizing, summarizing, translating, generalizing, giving descriptions, and stating the main ideas.Example: Summarize the identifying characteristics of a Golden Delicious apple and a Granny Smith apple.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Knowledge", + "name":"Remember", + "termCode":"1-6", + "alternateName":{"Knowledge"}, + "description":"Knowledge involves recognizing or remembering facts, terms, basic concepts, or answers without necessarily understanding what they mean. Its characteristics may include:Knowledge of specifics—terminology, specific facts; Knowledge of ways and means of dealing with specifics—conventions, trends and sequences, classifications and categories; Knowledge of the universals and abstractions in a field—principles and generalizations, theories and structures.Example: Name three common varieties of apple.", + "inDefinedTermSet":"" +} ] + "bloomAffektive":[ + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Characterizing", + "name":"Characterizing", + "termCode":"2-5", + "alternateName":"", + "description":"The student at this level tries to build abstract knowledge.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Organizing", + "name":"Organizing", + "termCode":"2-4", + "alternateName":"", + "description":"The student can put together different values, information, and ideas, and can accommodate them within his/her own schema; the student is comparing, relating and elaborating on what has been learned.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Valuing", + "name":"Valuing", + "termCode":"2-3", + "alternateName":"", + "description":"The student attaches a value to an object, phenomenon, or piece of information. The student associates a value or some values to the knowledge they acquired.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Responding", + "name":"Responding", + "termCode":"2-2", + "alternateName":"", + "description":"The student actively participates in the learning process, not only attends to a stimulus; the student also reacts in some way.", + "inDefinedTermSet":"" +} + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Receiving", + "name":"Receiving", + "termCode":"2-1", + "alternateName":"", + "description":"The lowest level; the student passively pays attention. Without this level, no learning can occur. Receiving is about the student's memory and recognition as well", + "inDefinedTermSet":""} +], + "bloomPsychomotor":[ + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Perception", + "name":"Perception", + "termCode":"3-1", + "alternateName":"", + "description":"The ability to use sensory cues to guide motor activity: This ranges from sensory stimulation, through cue selection, to translation.Examples: Detects non-verbal communication cues. Estimate where a ball will land after it is thrown and then moving to the correct location to catch the ball. Adjusts heat of the stove to correct temperature by smell and taste of food. Adjusts the height of the forks on a forklift by comparing where the forks are in relation to the pallet. Key words: chooses, describes, detects, differentiates, distinguishes, identifies, isolates, relates, selects.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Set", + "name":"Set", + "termCode":"3-2", + "alternateName":"", + "description":"Readiness to act: It includes mental, physical, and emotional sets. These three sets are dispositions that predetermine a person's response to different situations (sometimes called mindsets). This subdivision of psychomotor is closely related with the responding to phenomena subdivision of the affective domain. Examples: Knows and acts upon a sequence of steps in a manufacturing process. Recognizes his or her abilities and limitations. Shows desire to learn a new process (motivation).Keywords: begins, displays, explains, moves, proceeds, reacts, shows, states, volunteers.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Guided_response", + "name":"Guided response", + "termCode":"3-3", + "alternateName":"", + "description":"The early stages of learning a complex skill that includes imitation and trial and error: Adequacy of performance is achieved by practicing. Examples: Performs a mathematical equation as demonstrated. Follows instructions to build a model. Responds to hand-signals of the instructor while learning to operate a forklift. Keywords: copies, traces, follows, reacts, reproduces, responds.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Mechanism", + "name":"Mechanism", + "termCode":"3-4", + "alternateName":"", + "description":"The intermediate stage in learning a complex skill: Learned responses have become habitual and the movements can be performed with some confidence and proficiency. Examples: Use a personal computer. Repair a leaking tap. Drive a car. Key words: assembles, calibrates, constructs, dismantles, displays, fastens, fixes, grinds, heats, manipulates, measures, mends, mixes, organizes, sketches.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Complex_overt_response", + "name":"Complex overt response", + "termCode":"3-5", + "alternateName":"", + "description":"The skillful performance of motor acts that involve complex movement patterns: Proficiency is indicated by a quick, accurate, and highly coordinated performance, requiring a minimum of energy. This category includes performing without hesitation and automatic performance. For example, players will often utter sounds of satisfaction or expletives as soon as they hit a tennis ball or throw a football because they can tell by the feel of the act what the result will produce. Examples: Maneuvers a car into a tight parallel parking spot. Operates a computer quickly and accurately. Displays competence while playing the piano. Key words: assembles, builds, calibrates, constructs, dismantles, displays, fastens, fixes, grinds, heats, manipulates, measures, mends, mixes, organizes, sketches. (Note: The key words are the same as in mechanism, but will have adverbs or adjectives that indicate that the performance is quicker, better, more accurate, etc.).", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Adaptation", + "name":"Adaptation", + "termCode":"3-6", + "alternateName":"", + "description":"Skills are well developed and the individual can modify movement patterns to fit special requirements. Examples: Responds effectively to unexpected experiences. Modifies instruction to meet the needs of the learners. Performs a task with a machine that was not originally intended for that purpose (the machine is not damaged and there is no danger in performing the new task). Key words: adapts, alters, changes, rearranges, reorganizes, revises, varies.", + "inDefinedTermSet":"" +},{ + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Origination", + "name":"Origination", + "termCode":"3-7", + "alternateName":"", + "description":"Creating new movement patterns to fit a particular situation or specific problem: Learning outcomes emphasize creativity based upon highly developed skills. Examples: Constructs a new set or pattern of movements organized around a novel concept or theory. Develops a new and comprehensive training program. Creates a new gymnastic routine. Key words: arranges, builds, combines, composes, constructs, creates, designs, initiates, makes, originates.", + "inDefinedTermSet":"" +} + + + + ] +} From 2bf761d19b11d0d69389851388c459ce7248a43d Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sun, 15 Aug 2021 07:59:25 +0200 Subject: [PATCH 11/13] Update bloomTaxon.json --- bloomTaxon.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bloomTaxon.json b/bloomTaxon.json index b35dc48..667e6d6 100644 --- a/bloomTaxon.json +++ b/bloomTaxon.json @@ -1,6 +1,6 @@ { - "@context": "https://schema.org/" + "@context": "https://schema.org/", "@type": ["DefinedTermSet","bloomTaxonomy"], "@id": "https://en.wikipedia.org/wiki/Bloom's_taxonomy", "name": "Bloom's Taxonomy", @@ -10,7 +10,7 @@ "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation", "termCode": "1-1", "name": "Evaluate", - "alternateName": "Evaluation", + "alternateName": ["Evaluation"], "description": "Evaluation involves presenting and defending opinions by making judgments about information, the validity of ideas, or quality of work based on a set of criteria. Its characteristics include: Judgments in terms of internal evidence or Judgments in terms of external criteria.Example: Which kinds of apples are best for baking a pie, and why?", "inDefinedTermSet": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation" }, @@ -19,7 +19,7 @@ "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis", "name": "Create", "termCode": "1-2", - "alternateName": "Synthesis", + "alternateName": ["Synthesis"], "description": "Synthesis involves building a structure or pattern from diverse elements; it also refers to the act of putting parts together to form a whole. Its characteristics include: Production of a unique communication,Production of a plan, or proposed set of operations or Derivation of a set of abstract relations.Example: Convert an unhealthy recipe for apple pie to a healthy recipe by replacing your choice of ingredients. Argue for the health benefits of using the ingredients you chose versus the original ones.", "inDefinedTermSet": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis" },{ @@ -27,7 +27,7 @@ "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Analysis", "name": "Analyze", "termCode": "1-3", - "alternateName":{"Analysis"}, + "alternateName":["Analysis"], "description": "Analysis involves examining and breaking information into component parts, determining how the parts relate to one another, identifying motives or causes, making inferences, and finding evidence to support generalizations. Its characteristics include: Analysis of elements, Analysis of relationships, Analysis of organization. Example: Compare and contrast four ways of serving foods made with apples and examine which ones have the highest health benefits.", "inDefinedTermSet": "" @@ -36,7 +36,7 @@ "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Application", "name":"Apply", "termCode":"1-4", - "alternateName":{"Application"}, + "alternateName":["Application"], "description":"Application involves using acquired knowledge—solving problems in new situations by applying acquired knowledge, facts, techniques and rules. Learners should be able to use prior knowledge to solve problems, identify connections and relationships and how they apply in new situations. Example: Would apples prevent scurvy, a disease caused by a deficiency in vitamin C?", "inDefinedTermSet":"" },{ @@ -44,7 +44,7 @@ "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Comprehension", "name":"Understand", "termCode":"1-5", - "alternateName":{"Comprehension"}, + "alternateName":["Comprehension"], "description":"Comprehension involves demonstrating an understanding of facts and ideas by organizing, summarizing, translating, generalizing, giving descriptions, and stating the main ideas.Example: Summarize the identifying characteristics of a Golden Delicious apple and a Granny Smith apple.", "inDefinedTermSet":"" },{ @@ -52,10 +52,10 @@ "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Knowledge", "name":"Remember", "termCode":"1-6", - "alternateName":{"Knowledge"}, + "alternateName":["Knowledge"], "description":"Knowledge involves recognizing or remembering facts, terms, basic concepts, or answers without necessarily understanding what they mean. Its characteristics may include:Knowledge of specifics—terminology, specific facts; Knowledge of ways and means of dealing with specifics—conventions, trends and sequences, classifications and categories; Knowledge of the universals and abstractions in a field—principles and generalizations, theories and structures.Example: Name three common varieties of apple.", "inDefinedTermSet":"" -} ] +} ], "bloomAffektive":[ { "@type":"DefinedTerm", From 0ea33734945e120622c6943046e88fa65a2daa81 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sun, 15 Aug 2021 08:00:23 +0200 Subject: [PATCH 12/13] Update bloomTaxon.json --- bloomTaxon.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bloomTaxon.json b/bloomTaxon.json index 667e6d6..5670691 100644 --- a/bloomTaxon.json +++ b/bloomTaxon.json @@ -89,8 +89,7 @@ "alternateName":"", "description":"The student actively participates in the learning process, not only attends to a stimulus; the student also reacts in some way.", "inDefinedTermSet":"" -} - { +},{ "@type":"DefinedTerm", "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Receiving", "name":"Receiving", From a2e2c0a5265e41c763634cba39cf51895d893136 Mon Sep 17 00:00:00 2001 From: Aldemerian Date: Sun, 15 Aug 2021 08:01:02 +0200 Subject: [PATCH 13/13] beautify --- bloomTaxon.json | 350 ++++++++++++++++++++++++++---------------------- 1 file changed, 188 insertions(+), 162 deletions(-) diff --git a/bloomTaxon.json b/bloomTaxon.json index 5670691..0431d17 100644 --- a/bloomTaxon.json +++ b/bloomTaxon.json @@ -1,163 +1,189 @@ - - { - "@context": "https://schema.org/", - "@type": ["DefinedTermSet","bloomTaxonomy"], - "@id": "https://en.wikipedia.org/wiki/Bloom's_taxonomy", - "name": "Bloom's Taxonomy", - "bloomKnowledge":[ - { - "@type": "DefinedTerm", - "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation", - "termCode": "1-1", - "name": "Evaluate", - "alternateName": ["Evaluation"], - "description": "Evaluation involves presenting and defending opinions by making judgments about information, the validity of ideas, or quality of work based on a set of criteria. Its characteristics include: Judgments in terms of internal evidence or Judgments in terms of external criteria.Example: Which kinds of apples are best for baking a pie, and why?", - "inDefinedTermSet": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation" - }, - { - "@type": "DefinedTerm", - "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis", - "name": "Create", - "termCode": "1-2", - "alternateName": ["Synthesis"], - "description": "Synthesis involves building a structure or pattern from diverse elements; it also refers to the act of putting parts together to form a whole. Its characteristics include: Production of a unique communication,Production of a plan, or proposed set of operations or Derivation of a set of abstract relations.Example: Convert an unhealthy recipe for apple pie to a healthy recipe by replacing your choice of ingredients. Argue for the health benefits of using the ingredients you chose versus the original ones.", - "inDefinedTermSet": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis" - },{ - "@type": "DefinedTerm", - "@id": "https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Analysis", - "name": "Analyze", - "termCode": "1-3", - "alternateName":["Analysis"], - "description": "Analysis involves examining and breaking information into component parts, determining how the parts relate to one another, identifying motives or causes, making inferences, and finding evidence to support generalizations. Its characteristics include: Analysis of elements, Analysis of relationships, Analysis of organization. Example: Compare and contrast four ways of serving foods made with apples and examine which ones have the highest health benefits.", - "inDefinedTermSet": "" - -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Application", - "name":"Apply", - "termCode":"1-4", - "alternateName":["Application"], - "description":"Application involves using acquired knowledge—solving problems in new situations by applying acquired knowledge, facts, techniques and rules. Learners should be able to use prior knowledge to solve problems, identify connections and relationships and how they apply in new situations. Example: Would apples prevent scurvy, a disease caused by a deficiency in vitamin C?", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Comprehension", - "name":"Understand", - "termCode":"1-5", - "alternateName":["Comprehension"], - "description":"Comprehension involves demonstrating an understanding of facts and ideas by organizing, summarizing, translating, generalizing, giving descriptions, and stating the main ideas.Example: Summarize the identifying characteristics of a Golden Delicious apple and a Granny Smith apple.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Knowledge", - "name":"Remember", - "termCode":"1-6", - "alternateName":["Knowledge"], - "description":"Knowledge involves recognizing or remembering facts, terms, basic concepts, or answers without necessarily understanding what they mean. Its characteristics may include:Knowledge of specifics—terminology, specific facts; Knowledge of ways and means of dealing with specifics—conventions, trends and sequences, classifications and categories; Knowledge of the universals and abstractions in a field—principles and generalizations, theories and structures.Example: Name three common varieties of apple.", - "inDefinedTermSet":"" -} ], - "bloomAffektive":[ - { - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Characterizing", - "name":"Characterizing", - "termCode":"2-5", - "alternateName":"", - "description":"The student at this level tries to build abstract knowledge.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Organizing", - "name":"Organizing", - "termCode":"2-4", - "alternateName":"", - "description":"The student can put together different values, information, and ideas, and can accommodate them within his/her own schema; the student is comparing, relating and elaborating on what has been learned.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Valuing", - "name":"Valuing", - "termCode":"2-3", - "alternateName":"", - "description":"The student attaches a value to an object, phenomenon, or piece of information. The student associates a value or some values to the knowledge they acquired.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Responding", - "name":"Responding", - "termCode":"2-2", - "alternateName":"", - "description":"The student actively participates in the learning process, not only attends to a stimulus; the student also reacts in some way.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Receiving", - "name":"Receiving", - "termCode":"2-1", - "alternateName":"", - "description":"The lowest level; the student passively pays attention. Without this level, no learning can occur. Receiving is about the student's memory and recognition as well", - "inDefinedTermSet":""} -], - "bloomPsychomotor":[ - { - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Perception", - "name":"Perception", - "termCode":"3-1", - "alternateName":"", - "description":"The ability to use sensory cues to guide motor activity: This ranges from sensory stimulation, through cue selection, to translation.Examples: Detects non-verbal communication cues. Estimate where a ball will land after it is thrown and then moving to the correct location to catch the ball. Adjusts heat of the stove to correct temperature by smell and taste of food. Adjusts the height of the forks on a forklift by comparing where the forks are in relation to the pallet. Key words: chooses, describes, detects, differentiates, distinguishes, identifies, isolates, relates, selects.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Set", - "name":"Set", - "termCode":"3-2", - "alternateName":"", - "description":"Readiness to act: It includes mental, physical, and emotional sets. These three sets are dispositions that predetermine a person's response to different situations (sometimes called mindsets). This subdivision of psychomotor is closely related with the responding to phenomena subdivision of the affective domain. Examples: Knows and acts upon a sequence of steps in a manufacturing process. Recognizes his or her abilities and limitations. Shows desire to learn a new process (motivation).Keywords: begins, displays, explains, moves, proceeds, reacts, shows, states, volunteers.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Guided_response", - "name":"Guided response", - "termCode":"3-3", - "alternateName":"", - "description":"The early stages of learning a complex skill that includes imitation and trial and error: Adequacy of performance is achieved by practicing. Examples: Performs a mathematical equation as demonstrated. Follows instructions to build a model. Responds to hand-signals of the instructor while learning to operate a forklift. Keywords: copies, traces, follows, reacts, reproduces, responds.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Mechanism", - "name":"Mechanism", - "termCode":"3-4", - "alternateName":"", - "description":"The intermediate stage in learning a complex skill: Learned responses have become habitual and the movements can be performed with some confidence and proficiency. Examples: Use a personal computer. Repair a leaking tap. Drive a car. Key words: assembles, calibrates, constructs, dismantles, displays, fastens, fixes, grinds, heats, manipulates, measures, mends, mixes, organizes, sketches.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Complex_overt_response", - "name":"Complex overt response", - "termCode":"3-5", - "alternateName":"", - "description":"The skillful performance of motor acts that involve complex movement patterns: Proficiency is indicated by a quick, accurate, and highly coordinated performance, requiring a minimum of energy. This category includes performing without hesitation and automatic performance. For example, players will often utter sounds of satisfaction or expletives as soon as they hit a tennis ball or throw a football because they can tell by the feel of the act what the result will produce. Examples: Maneuvers a car into a tight parallel parking spot. Operates a computer quickly and accurately. Displays competence while playing the piano. Key words: assembles, builds, calibrates, constructs, dismantles, displays, fastens, fixes, grinds, heats, manipulates, measures, mends, mixes, organizes, sketches. (Note: The key words are the same as in mechanism, but will have adverbs or adjectives that indicate that the performance is quicker, better, more accurate, etc.).", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Adaptation", - "name":"Adaptation", - "termCode":"3-6", - "alternateName":"", - "description":"Skills are well developed and the individual can modify movement patterns to fit special requirements. Examples: Responds effectively to unexpected experiences. Modifies instruction to meet the needs of the learners. Performs a task with a machine that was not originally intended for that purpose (the machine is not damaged and there is no danger in performing the new task). Key words: adapts, alters, changes, rearranges, reorganizes, revises, varies.", - "inDefinedTermSet":"" -},{ - "@type":"DefinedTerm", - "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Origination", - "name":"Origination", - "termCode":"3-7", - "alternateName":"", - "description":"Creating new movement patterns to fit a particular situation or specific problem: Learning outcomes emphasize creativity based upon highly developed skills. Examples: Constructs a new set or pattern of movements organized around a novel concept or theory. Develops a new and comprehensive training program. Creates a new gymnastic routine. Key words: arranges, builds, combines, composes, constructs, creates, designs, initiates, makes, originates.", - "inDefinedTermSet":"" -} - - - - ] +{ + "@context":"https://schema.org/", + "@type":[ + "DefinedTermSet", + "bloomTaxonomy" + ], + "@id":"https://en.wikipedia.org/wiki/Bloom's_taxonomy", + "name":"Bloom's Taxonomy", + "bloomKnowledge":[ + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation", + "termCode":"1-1", + "name":"Evaluate", + "alternateName":[ + "Evaluation" + ], + "description":"Evaluation involves presenting and defending opinions by making judgments about information, the validity of ideas, or quality of work based on a set of criteria. Its characteristics include: Judgments in terms of internal evidence or Judgments in terms of external criteria.Example: Which kinds of apples are best for baking a pie, and why?", + "inDefinedTermSet":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Evaluation" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis", + "name":"Create", + "termCode":"1-2", + "alternateName":[ + "Synthesis" + ], + "description":"Synthesis involves building a structure or pattern from diverse elements; it also refers to the act of putting parts together to form a whole. Its characteristics include: Production of a unique communication,Production of a plan, or proposed set of operations or Derivation of a set of abstract relations.Example: Convert an unhealthy recipe for apple pie to a healthy recipe by replacing your choice of ingredients. Argue for the health benefits of using the ingredients you chose versus the original ones.", + "inDefinedTermSet":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Synthesis" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Analysis", + "name":"Analyze", + "termCode":"1-3", + "alternateName":[ + "Analysis" + ], + "description":"Analysis involves examining and breaking information into component parts, determining how the parts relate to one another, identifying motives or causes, making inferences, and finding evidence to support generalizations. Its characteristics include: Analysis of elements, Analysis of relationships, Analysis of organization. Example: Compare and contrast four ways of serving foods made with apples and examine which ones have the highest health benefits.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Application", + "name":"Apply", + "termCode":"1-4", + "alternateName":[ + "Application" + ], + "description":"Application involves using acquired knowledge—solving problems in new situations by applying acquired knowledge, facts, techniques and rules. Learners should be able to use prior knowledge to solve problems, identify connections and relationships and how they apply in new situations. Example: Would apples prevent scurvy, a disease caused by a deficiency in vitamin C?", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Comprehension", + "name":"Understand", + "termCode":"1-5", + "alternateName":[ + "Comprehension" + ], + "description":"Comprehension involves demonstrating an understanding of facts and ideas by organizing, summarizing, translating, generalizing, giving descriptions, and stating the main ideas.Example: Summarize the identifying characteristics of a Golden Delicious apple and a Granny Smith apple.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Knowledge", + "name":"Remember", + "termCode":"1-6", + "alternateName":[ + "Knowledge" + ], + "description":"Knowledge involves recognizing or remembering facts, terms, basic concepts, or answers without necessarily understanding what they mean. Its characteristics may include:Knowledge of specifics—terminology, specific facts; Knowledge of ways and means of dealing with specifics—conventions, trends and sequences, classifications and categories; Knowledge of the universals and abstractions in a field—principles and generalizations, theories and structures.Example: Name three common varieties of apple.", + "inDefinedTermSet":"" + } + ], + "bloomAffektive":[ + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Characterizing", + "name":"Characterizing", + "termCode":"2-5", + "alternateName":"", + "description":"The student at this level tries to build abstract knowledge.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Organizing", + "name":"Organizing", + "termCode":"2-4", + "alternateName":"", + "description":"The student can put together different values, information, and ideas, and can accommodate them within his/her own schema; the student is comparing, relating and elaborating on what has been learned.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Valuing", + "name":"Valuing", + "termCode":"2-3", + "alternateName":"", + "description":"The student attaches a value to an object, phenomenon, or piece of information. The student associates a value or some values to the knowledge they acquired.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Responding", + "name":"Responding", + "termCode":"2-2", + "alternateName":"", + "description":"The student actively participates in the learning process, not only attends to a stimulus; the student also reacts in some way.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Receiving", + "name":"Receiving", + "termCode":"2-1", + "alternateName":"", + "description":"The lowest level; the student passively pays attention. Without this level, no learning can occur. Receiving is about the student's memory and recognition as well", + "inDefinedTermSet":"" + } + ], + "bloomPsychomotor":[ + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Perception", + "name":"Perception", + "termCode":"3-1", + "alternateName":"", + "description":"The ability to use sensory cues to guide motor activity: This ranges from sensory stimulation, through cue selection, to translation.Examples: Detects non-verbal communication cues. Estimate where a ball will land after it is thrown and then moving to the correct location to catch the ball. Adjusts heat of the stove to correct temperature by smell and taste of food. Adjusts the height of the forks on a forklift by comparing where the forks are in relation to the pallet. Key words: chooses, describes, detects, differentiates, distinguishes, identifies, isolates, relates, selects.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Set", + "name":"Set", + "termCode":"3-2", + "alternateName":"", + "description":"Readiness to act: It includes mental, physical, and emotional sets. These three sets are dispositions that predetermine a person's response to different situations (sometimes called mindsets). This subdivision of psychomotor is closely related with the responding to phenomena subdivision of the affective domain. Examples: Knows and acts upon a sequence of steps in a manufacturing process. Recognizes his or her abilities and limitations. Shows desire to learn a new process (motivation).Keywords: begins, displays, explains, moves, proceeds, reacts, shows, states, volunteers.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Guided_response", + "name":"Guided response", + "termCode":"3-3", + "alternateName":"", + "description":"The early stages of learning a complex skill that includes imitation and trial and error: Adequacy of performance is achieved by practicing. Examples: Performs a mathematical equation as demonstrated. Follows instructions to build a model. Responds to hand-signals of the instructor while learning to operate a forklift. Keywords: copies, traces, follows, reacts, reproduces, responds.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Mechanism", + "name":"Mechanism", + "termCode":"3-4", + "alternateName":"", + "description":"The intermediate stage in learning a complex skill: Learned responses have become habitual and the movements can be performed with some confidence and proficiency. Examples: Use a personal computer. Repair a leaking tap. Drive a car. Key words: assembles, calibrates, constructs, dismantles, displays, fastens, fixes, grinds, heats, manipulates, measures, mends, mixes, organizes, sketches.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Complex_overt_response", + "name":"Complex overt response", + "termCode":"3-5", + "alternateName":"", + "description":"The skillful performance of motor acts that involve complex movement patterns: Proficiency is indicated by a quick, accurate, and highly coordinated performance, requiring a minimum of energy. This category includes performing without hesitation and automatic performance. For example, players will often utter sounds of satisfaction or expletives as soon as they hit a tennis ball or throw a football because they can tell by the feel of the act what the result will produce. Examples: Maneuvers a car into a tight parallel parking spot. Operates a computer quickly and accurately. Displays competence while playing the piano. Key words: assembles, builds, calibrates, constructs, dismantles, displays, fastens, fixes, grinds, heats, manipulates, measures, mends, mixes, organizes, sketches. (Note: The key words are the same as in mechanism, but will have adverbs or adjectives that indicate that the performance is quicker, better, more accurate, etc.).", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Adaptation", + "name":"Adaptation", + "termCode":"3-6", + "alternateName":"", + "description":"Skills are well developed and the individual can modify movement patterns to fit special requirements. Examples: Responds effectively to unexpected experiences. Modifies instruction to meet the needs of the learners. Performs a task with a machine that was not originally intended for that purpose (the machine is not damaged and there is no danger in performing the new task). Key words: adapts, alters, changes, rearranges, reorganizes, revises, varies.", + "inDefinedTermSet":"" + }, + { + "@type":"DefinedTerm", + "@id":"https://en.wikipedia.org/wiki/Bloom%27s_taxonomy#Origination", + "name":"Origination", + "termCode":"3-7", + "alternateName":"", + "description":"Creating new movement patterns to fit a particular situation or specific problem: Learning outcomes emphasize creativity based upon highly developed skills. Examples: Constructs a new set or pattern of movements organized around a novel concept or theory. Develops a new and comprehensive training program. Creates a new gymnastic routine. Key words: arranges, builds, combines, composes, constructs, creates, designs, initiates, makes, originates.", + "inDefinedTermSet":"" + } + ] }