Rédigé par des étudiants ayant réussi Disponible immédiatement après paiement Lire en ligne ou en PDF Mauvais document ? Échangez-le gratuitement 4,6 TrustPilot
logo-home
Examen

Automated analysis of exam questions according to bloom’s taxonomy

Note
-
Vendu
-
Pages
7
Grade
A+
Publié le
10-08-2024
Écrit en
2024/2025

Also known as recalling of data (Bloom, 1956). Scott (2003) refers it as 'rote learning' or 'memorization'. This level serves as the lower level or the beginning level of the hierarchy. It is a level where students remember or memorize facts or recall the knowledge they learn before. The questions for programming in this category have the criteria of recalling specific input from previous lessons, defining or describing computing terms, methodology and process, stating relevance description for a subject area, concept or term and listing explicitly information from questions (Scott, 2003). Examples: a) List all the nodes in the left subtree of node J. b) Describe the key properties of a binary tree. c) Define method in JAVA. 3.2 Comprehension-level: Bloom (1956) describes this level as grasping the meaning of information. The ability to interpret, translating, extrapolating, classifying, explaining are the concepts of these levels. The questions for programming (Thompson et al., 2003) in this category could be translating algorithm (e.g.; write output of a program), explaining the processes and flows of program and providing examples to illustrate a concept or an algorithm. Examples: a) What is the output of the following code segment? b) Explain in words what happens in the following C++ code. 3.3 Application-level: Application is defined by applying the concept to a certain scenario (Starr et al., 2008). The questions for programming in this category have the following criteria: understand the concept and use it to a new algorithm and modifying controls. Examples: a) Declare a variable, employees to represent the records of 120 employees. b) Modify the given ‘for’ loop into ‘while’ loop. 3.4 Analysis-level: This level requires students to breakdown information into simpler parts and analyse each of it. This may imply drawing a relationship, assumptions, distinguish or classifying the parts. According to Thompson et al. (2008), programming questions should contain the following: subdivide programming algorithm into classes, components or methods; systematize elements to achieve objective; recognize components of a development and distinguish nonrelated components or needs. In addition, it should be able to explain what exactly happens to memory when the codes are executed line by line. Examples: a) Outline how class BookList could be implemented using an array. b) Given the following postfix notation: 12 9 + 9 *5 3 / - = Using the stack implementation to evaluate the above postfix notation, show the memory configuration of the stack after the token at number 2 is read by the compiler. 3.5 Synthesis-level: If a student achieves this level, the student should be able to integrate and combine ideas or concepts by rearranging components into a new whole (a product, plan, pattern or proposal) (Bloom, 1956). Scott (2003) 300 Nazlia Omar et al. / Procedia - Social and Behavioral Sciences 59 ( 2012 ) 297 – 303 suggests programming questions for this level should instruct student to write codes based on previous level by writing a complete program or create new alternative methods or algorithm to solve a problem. Examples: a) Write the definition of the function OutputTime if the statements from the lines 22 to 34 were to be performed in a function. b) Write a program that prompts the user to input the masses of the bodies and the distance between the bodies. The program then outputs the force between the bodies. 3.6 Evaluation-level: This is a final level where judging, criticism, supporting or defending own stand involves. Thompson et al. (2008) discuss this level in Bloom's Taxonomy for CS Assessment. According to them, programming question is interpreted by checking codes if the code fits the requirement for testing strategy. This level also includes commenting quality of codes based on standards or execution criteria. Example: a) Justify the concept of inheritance and give the sample of code to illustrate your answer. Diverse study suggests various Bloom's verb but this work presents the ambiguity problem (Chang & Chung, 2009). Some of the keyword may appear in other level as well (Jones et al., 2009). Nevertheless, there are no exact standard verb keywords for each level so far. As a result, some researchers took their own initiative to provide related keywords (Chang & Chung, 2009). Mastering lower levels is a prerequisite before students are able to move to more difficult levels (Ranganathan & Nygard, 2010; Chang & Chung, 2009). However, it is not a good practice to directly assume a specific cognitive level for a question simply because a similar verb is found (Thompson et al., 2008) For instance, consider the following question: Write a complete C++ program that sums the values contained in the array K with the size of 12 elements. The values are: 1,3,5,4,7,2,99,16, 45, 67, 89, and 45. The result should display: ‘’The total value of all array elements is………….’’. The question above requests the student to write an array of K with size of 12 in C++, with values for it are provided. We might assume that this question can be matched with the keyword Write because the word ‘Write’ appears in it. ‘Write’ can either be in Knowledge or Synthesis (will be discussed later). If we take a closer look at it, the question requires us to formulate a program written in C++ that can sum all 12 values contained in the array of K. Therefore, the suitable cognitive level for the question is Synthesis. A student with this level of learning should take previously learned concepts and apply them together to create something new (Scott, 2003). Table 1 summarizes each levels of Bloom's taxonomy as outlined by Bloom et al. (1956). Table 1. Summary of categories in Bloom's Taxonomy Bloom's category Definition Sample keywords / verb Knowledge Draws out factual answer, testing recall & recognition of specific facts. Recall, Tell, List, State and Name. Comprehension Understand the meaning of the info

Montrer plus Lire moins
Établissement
Bloom’s Taxonomy
Cours
Bloom’s taxonomy

Aperçu du contenu

Available online at www.sciencedirect.com




Procedia - Social and Behavioral Sciences 59 (2012) 297 – 303




UKM Teaching and Learning Congress 2011

Automated analysis of exam questions according to bloom’s
taxonomy
Nazlia Omara, , Syahidah Sufi Harisa, Rosilah Hassana, Haslina Arshada, Masura
Rahmata, Noor Faridatul Ainun Zainala & Rozli Zulkiflib
a
Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia
b
Faculty of Engineering and Build Environment, Universiti Kebangsaan Malaysia




Abstract

Bloom's Taxonomy is a classification of learning objectives within education that educators set for students. The cognitive
domain within this taxonomy is designed to verify a student's cognitive level during a written examination. Educators may
sometimes face the challenge in analysing whether their examination questions comply within the requirements of the Bloom’s
taxonomy at different cognitive levels. This paper proposes an automated analysis of the exam questions to determine the
appropriate category based on this taxonomy. This rule-based approach applies Natural Language Processing (NLP) techniques
to identify important keywords and verbs, which may assist in the identification of the category of a question. This work focuses
on the computer programming subject domain. At present, a set of 100 questions (70 training set and 30 test set) is used in the
research. Preliminary results indicate that the rules may successfully assist in the identification of the Bloom’s taxonomy
category correctly in the exam questions.
© 2011 Published by Elsevier Ltd. Selection and/or peer reviewed under responsibility of the UKM Teaching and Learning
© 2011 Published by Elsevier Ltd. Selection and/or peer reviewed under responsibility of the UKM Teaching and
CongressCongress
Learning 2011. 2011

Keywords: Bloom’s taxonomy; natural language processing; rule-based



1. Introduction

There are many types of assessment or 'testing' to access student's learning curves. However, written examination
is the most common approach used by any higher education institutions for students' assessment. Question is an
element that is intertwined with the examination. Questions raised in the paper plays an important role in efforts to
test the students' overall cognitive levels held each semester. Effective style of questioning as described by Swart
(2010) is always an issue to help students attend to the desired learning outcome. Furthermore, to make it effective,
balancing between lower and higher-level question is a must Swart (2010). Bloom's Taxonomy, created by Bloom
(1956), has been widely accepted as a guideline in designing reasonable examination questions belonging to various
cognitive levels. The hierarchical models of Bloom’s are widely used in education fields (Chang & Chung, 2009)
constructing questions (Lister & Leaney, 2003), to ensure balancing and student cognitive mastery (Oliver et al.,


* Corresponding author. Tel.: +6-03- 8921-6733; fax: +6-03-8925-6184
E-mail address:


1877-0428 © 2011 Published by Elsevier Ltd. Selection and/or peer reviewed under responsibility of the UKM Teaching and Learning Congress 2011
doi:10.1016/j.sbspro.2012.09.278

, 298 Nazlia Omar et al. / Procedia - Social and Behavioral Sciences 59 (2012) 297 – 303


2004). From the computer science domain itself, the taxonomy improves curricular design and assessments (Scoot,
2003).
Normally, academicians would categorise a question according to the Bloom’s cognitive level manually.
However, according to Yusof and Chai (2010), not all can identify the cognitive level of a question correctly. This
may lead to miscategorizing of the exam questions and subsequently may fail to meet the examination standard
required for the subject. In addition, some academicians also show no significant agreement on how to use Bloom's
taxonomy in educating students (Johnson & Fuller, 2006).
The aim of this paper is to propose a rule-based approach in determining the Bloom’s taxonomy cognitive level
of examination questions through natural language processing. Exam questions will be analyzed and each question
will be categorized based on the Bloom’s taxonomy cognitive level. The scope of the work is limited to computer
programming domain. This will assist the academicians in setting up suitable exam questions according to the
requirements.

2. Related Work

Much work (Swart, 2010; Scott, 2003; Thompson et al., 2008; Chang & Chung, 2009) has attempted to classify
exam questions based on the Bloom’s taxonomy. However, there has not been much attempt in using natural
language processing techniques to solve this problem. Chang & Chung (2009) presented an online test system to
classify and analyse the cognitive level of Bloom’s taxonomy to English questions. The system accepts the exam
question as an input, which will then be segmented. This system has a database where various verbs of Bloom's
taxonomy are stored. The database includes verbs with lower-case and capital letters. The system then compares all
the verb tenses present in the questions. When a keyword is found in the test item, then the particular question
belongs to the keyword. Weightage for the question is applied if any of Bloom's category shares the same verb. The
authors provide four match situations to indicate matching items; Correct Match Items, Partial Match Items, No
Keyword items and No Match Items. Result shows that keywords show efficiency only to 'Knowledge' level of
Bloom's.
Previous researchers proposed a model to classify question items with artificial neural network approach that
applies different feature method (Yusof & Chai, 2010). The model is trained using the scaled conjugate gradient
learning algorithm. Several data processing techniques are applied to a feature set and then the content of a question
is transformed into a numeric form called a feature vector. In order to perform text classification, three types of
feature set are used i.e. whole feature set, the Document Frequency (DF) and Category Frequency-Document
Frequency (CF-DF). A question item which consist of 274 questions were selected for processing. From the system,
out of the three feature sets, DF reductions gave more efficient result with the combination of classification and
convergence time.
Automarking (Cutrone & Chang, 2010), a learning management system, is capable of automarking once students
submit their answers online. Through natural language processing, the student's answer is evaluated with semantic
meaning. This is done through text pre-processing phase where the semantic meaning get 'special space'. The
product of pre-processing phase is the canonical form. Comparisons between the canonical from the student’s
response and the correct answer are compared to achieve the level of equivalence. Finally, appropriate grade values
will be given. However, the system is unable to analyse multiple sentences based on the overall meaning.
Although all the works above incorporate Bloom's taxonomy in their work, they do not categorise question based
on the semantic of the text. A work from Chang and Chung (2009) is based on keyword matching while keywords are
varied over researchers. Question categorization should imply the nature of the question and how the questions can
help educators to identify the learner's cognitive level.

3. Bloom’s Cognitive Domain

Cognitive domain of Bloom's Taxonomy (Bloom, 1956) is one of the three domains that were introduced by
Benjamin Bloom in 1950s. This domain is designed to verify a student's cognitive quality during written
examination. The famous Bloom's taxonomy consists of six levels i.e. knowledge, comprehension, application,
analysis, synthesis and evaluation (Bloom, 1956).
The following describe each levels of Bloom's Taxonomy:

École, étude et sujet

Établissement
Bloom’s taxonomy
Cours
Bloom’s taxonomy

Infos sur le Document

Publié le
10 août 2024
Nombre de pages
7
Écrit en
2024/2025
Type
Examen
Contient
Questions et réponses

Sujets

$15.49
Accéder à l'intégralité du document:

Mauvais document ? Échangez-le gratuitement Dans les 14 jours suivant votre achat et avant le téléchargement, vous pouvez choisir un autre document. Vous pouvez simplement dépenser le montant à nouveau.
Rédigé par des étudiants ayant réussi
Disponible immédiatement après paiement
Lire en ligne ou en PDF

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
TIFFACADEMICS Liberty University
Voir profil
S'abonner Vous devez être connecté afin de suivre les étudiants ou les cours
Vendu
682
Membre depuis
3 année
Nombre de followers
375
Documents
6202
Dernière vente
2 mois de cela
REING SUPREME SCHOLARLY // ENLIGHTENED

Here we offer revised study materials to elevate your educational outcomes. We have verified learning materials (Research,Assignments,notes etc...) for different courses guaranteed to boost your academic results. We are dedicated to offering you the best services and you are encouraged to inquire further assistance from our end if need be. Having a wide knowledge in Nursing,trust us to take care of your Academic materials and your remaing duty will just be to Excel. Remember to give us a review,it is key for us to understand our clients satisfaction. We highly appreciate refferals given to us. Also clients who always come back for more of the study content your offer are extremely valued. ALL THE BEST.

Lire la suite Lire moins
3.6

134 revues

5
59
4
12
3
34
2
11
1
18

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Vous travaillez sur vos références ?

Créez des citations précises en APA, MLA et Harvard avec notre générateur de sources gratuit.

Vous travaillez sur vos références ?

Foire aux questions