Search results for: learning goal orientation
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 10642

Search results for: learning goal orientation

8932 Acceptance and Feasibility of Delivering an Evidence-based Digital Intervention for Palliative Care Education

Authors: Areej Alosimi, Heather Wharrad, Katharine Whittingham

Abstract:

Palliative care is a crucial element in nursing, especially with the steep increase in non-communicable diseases. Providing education in palliative care can help elevate the standards of care and address the growing need for it. However, palliative care has not been introduced into nursing curricula, specifically in Saudi Arabia, evidenced by students' inadequate understanding of the subject. Digital learning has been identified as a persuasive and effective method to improve education. The study aims to assess the feasibility and accessibility of implementing digital learning in palliative care education in Saudi Arabia by investigating the potential of delivering palliative care nurse education via distance learning. The study will utilize a sequential exploratory mixed-method approach. Phase one will entail identifying needs, developing a web-based program in phase two, and intervention implementation with a pre-post-test in phase three. Semi-structured interviews will be conducted to explore participant perceptions and thoughts regarding the intervention. Data collection will incorporate questionnaires and interviews with nursing students. Data analysis will use SPSS to analyze quantitative measurements and NVivo to analyze qualitative aspects. The study aims to provide insights into the feasibility of implementing digital learning in palliative care education. The results will serve as a foundation to investigate the effectiveness of e-learning interventions in palliative care education among nursing students. This study addresses a crucial gap in palliative care education, especially in nursing curricula, and explores the potential of digital learning to improve education. The results have broad implications for nursing education and the growing need for palliative care globally. The study assesses the feasibility and accessibility of implementing digital learning in palliative care education in Saudi Arabia. The research investigates whether palliative care nurse education can be effectively delivered through distance learning to improve students' understanding of the subject. The study's findings will lay the groundwork for a larger investigation on the efficacy of e-learning interventions in improving palliative care education among nursing students. The study can potentially contribute to the overall advancement of nursing education and the growing need for palliative care.

Keywords: undergraduate nursing students, E-Learning, Palliative care education, Knowledge

Procedia PDF Downloads 71
8931 Learning to Transform, Transforming to Learn: An Exploration of Teacher Professional Learning in the 4Cs (Communication, Collaboration, Creativity and Critical Reflection) in the Primary (K-6) Setting

Authors: Susan E Orlovich

Abstract:

Ongoing, effective teacher professional learning is acknowledged as a critical influence on teacher practice. However, it is unclear whether the elements of effective professional learning result in transformed teacher practice in the classroom. This research project is interested in 4C teacher professional learning. The professional learning practices to assist teachers in transforming their practice to integrate the 4C capabilities seldom feature in the academic literature. The 4Cs are a shorthand way of representing the concepts of communication, collaboration, creativity, and critical reflection and refer to the capabilities needed for deeper learning, personal growth, and effective participation in society. The New South Wales curriculum review (2020) acknowledges that identifying, teaching, and assessing the 4C capabilities are areas of challenge for teachers. However, it also recognises that it is essential for teachers to build the confidence and capacity to understand, teach and assess the capabilities necessary for learners to thrive in the 21st century. This qualitative research project explores the professional learning experiences of sixteen teachers in four different primaries (K-6) settings in Sydney, Australia, who are learning to integrate, teach and assess the 4Cs. The project draws on the Theory of Practice Architecture as a framework to analyse and interpret teachers' experiences in each site. The sixteen participants in the study are teachers from four primary settings and include early career, experienced, and teachers in leadership roles (including the principal). In addition, some of the participants are also teachers who are learning within a Community of Practice (CoP) as their school setting is engaged in a 4C professional learning, Community of Practice. Qualitative and arts-informed research methods are utilised to examine the cultural-discursive, social-political, and material-economic practice arrangements of the site, explore how these arrangements may have shaped the professional learning experiences of teachers, and in turn, influence the teaching practices of the 4Cs in the setting. The research is in the data analysis stage (October 2022), with preliminary findings pending. The research objective is to investigate the elements of the professional learning experiences undertaken by teachers to teach the 4Cs in the primary setting. The lens of practice architectures theory is used to identify the influence of the practice architectures on critical praxis in each site and examine how the practice arrangements enable or constrain the teaching of 4C capabilities. This research aims to offer deep insight into the practice arrangements which may enable or constrain teacher professional learning in the 4Cs. Such insight from this study may contribute to a better understanding of the practices that enable teachers to transform their practice to achieve the integration, teaching, and assessment of the 4C capabilities.

Keywords: 4Cs, communication, collaboration, creativity, critical reflection, teacher professional learning

Procedia PDF Downloads 104
8930 Project HDMI: A Hybrid-Differentiated Mathematics Instruction for Grade 11 Senior High School Students at Las Piñas City Technical Vocational High School

Authors: Mary Ann Cristine R. Olgado

Abstract:

Diversity in the classroom might make it difficult to promote individualized learning, but differentiated instruction that caters to students' various learning preferences may prove to be beneficial. Hence, this study examined the effectiveness of Hybrid-Differentiated Mathematics Instruction (HDMI) in improving the students’ academic performance in Mathematics. It employed the quasi-experimental research design by using a comparative analysis of the two variables: the experimental and control groups. The learning styles of the students were identified using the Grasha-Riechmann Student Learning Style Scale (GRSLSS), which served as the basis for designing differentiated action plans in Mathematics. In addition, adapted survey questionnaires, pre-tests, and post-tests were used to gather information and were analyzed using descriptive and correlational statistics to find the relationship between variables. The experimental group received differentiated instruction for a month, while the control group received traditional teaching instruction. The study found that Hybrid-Differentiated Mathematics Instruction (HDMI) improved the academic performance of Grade 11-TVL students, with the experimental group performing better than the control group. This program has effectively tailored the teaching methods to meet the diverse learning needs of the students, fostering and enhancing a deeper understanding of mathematical concepts in Statistics & Probability, both within and beyond the classroom.

Keywords: differentiated instruction, hybrid, learning styles, academic performance

Procedia PDF Downloads 60
8929 Semi-Supervised Learning for Spanish Speech Recognition Using Deep Neural Networks

Authors: B. R. Campomanes-Alvarez, P. Quiros, B. Fernandez

Abstract:

Automatic Speech Recognition (ASR) is a machine-based process of decoding and transcribing oral speech. A typical ASR system receives acoustic input from a speaker or an audio file, analyzes it using algorithms, and produces an output in the form of a text. Some speech recognition systems use Hidden Markov Models (HMMs) to deal with the temporal variability of speech and Gaussian Mixture Models (GMMs) to determine how well each state of each HMM fits a short window of frames of coefficients that represents the acoustic input. Another way to evaluate the fit is to use a feed-forward neural network that takes several frames of coefficients as input and produces posterior probabilities over HMM states as output. Deep neural networks (DNNs) that have many hidden layers and are trained using new methods have been shown to outperform GMMs on a variety of speech recognition systems. Acoustic models for state-of-the-art ASR systems are usually training on massive amounts of data. However, audio files with their corresponding transcriptions can be difficult to obtain, especially in the Spanish language. Hence, in the case of these low-resource scenarios, building an ASR model is considered as a complex task due to the lack of labeled data, resulting in an under-trained system. Semi-supervised learning approaches arise as necessary tasks given the high cost of transcribing audio data. The main goal of this proposal is to develop a procedure based on acoustic semi-supervised learning for Spanish ASR systems by using DNNs. This semi-supervised learning approach consists of: (a) Training a seed ASR model with a DNN using a set of audios and their respective transcriptions. A DNN with a one-hidden-layer network was initialized; increasing the number of hidden layers in training, to a five. A refinement, which consisted of the weight matrix plus bias term and a Stochastic Gradient Descent (SGD) training were also performed. The objective function was the cross-entropy criterion. (b) Decoding/testing a set of unlabeled data with the obtained seed model. (c) Selecting a suitable subset of the validated data to retrain the seed model, thereby improving its performance on the target test set. To choose the most precise transcriptions, three confidence scores or metrics, regarding the lattice concept (based on the graph cost, the acoustic cost and a combination of both), was performed as selection technique. The performance of the ASR system will be calculated by means of the Word Error Rate (WER). The test dataset was renewed in order to extract the new transcriptions added to the training dataset. Some experiments were carried out in order to select the best ASR results. A comparison between a GMM-based model without retraining and the DNN proposed system was also made under the same conditions. Results showed that the semi-supervised ASR-model based on DNNs outperformed the GMM-model, in terms of WER, in all tested cases. The best result obtained an improvement of 6% relative WER. Hence, these promising results suggest that the proposed technique could be suitable for building ASR models in low-resource environments.

Keywords: automatic speech recognition, deep neural networks, machine learning, semi-supervised learning

Procedia PDF Downloads 337
8928 Flipped Classrooms 3.0: An Investigation of Students’ Speaking Performance and Learning Engagement

Authors: I Putu Indra Kusuma

Abstract:

The rapid development of Information and Communication Technology (ICT) tools has improved the implementation of flipped classrooms in English Language Teaching (ELT), especially in speaking course. Flipped classrooms have therefore evolved from the oldest version, which uses recorded videos to the newest one (3.0 version), which combines various materials and enables out-of-class interaction and learning engagement. However, how the latest version of flipped classrooms affects students’ speaking performance and influences students’ learning engagement remains unclear. This study therefore sought (1) to examine the effect of flipped classrooms 3.0 towards students’ speaking performance and (2) to explore the students’ learning engagement during the implementation of flipped classrooms in the speaking course. This study then employed explanatory sequential mixed-method design. This study conducted a quasi-experimental study by recruiting 164 twelfth grade students of a public senior high school in Indonesia as the sample. They were distributed into experimental (80 students) and control (84 students) groups. The experimental group was treated by implementing flipped classrooms with various use of ICT tools such as Schoology, Youtube, websites, and Flipgrid for eight weeks. Meanwhile, the control group implemented a conventional method. Furthermore, there were two variables examined in this study, such as the implementation of flipped classrooms 3.0 as the independent variable and students’ speaking performance as the dependent variable. The data of these two variables were then collected through administering a speaking test to both groups. The data from this experimental study were analyzed by using independent t-test analysis. Also, five students were invited to participate in semi-structured interviews to explore their learning engagement during the implementation of flipped classrooms. The findings revealed that there was a significant difference in students’ speaking performance between experimental where t (df = 162) = 5.810, p < 0.001, d = 0.91 in which experimental group performed better in speaking than the control group. Also, the results of interviews showed that the students had positive learning engagement during the implementation of flipped classrooms 3.0, especially on out-of-class interactions and face-to-face meetings. Some relevant implications to ELT, especially in speaking courses, are also drawn from the data findings. From the findings, it can be concluded that flipped classrooms 3.0 has a significant effect on students’ speaking performance and it promotes students’ learning engagement. Therefore, flipped classrooms 3.0 should be embraced as the newest version of flipped classrooms that promotes interaction outside the classrooms and learning engagement.

Keywords: Flipped Classrooms 3.0, learning engagement, teaching speaking with technology, technology-enhanced language learning

Procedia PDF Downloads 127
8927 "Empowering Minds and Unleashing Curiosity: DIY Biotechnology for High School Students in the Age of Distance Learning"

Authors: Victor Hugo Sanchez Rodriguez

Abstract:

Amidst the challenges posed by pandemic-induced lockdowns, traditional educational models have been disrupted. To bridge the distance learning gap, our project introduces an innovative initiative focused on teaching high school students basic biotechnology techniques. We aim to empower young minds and foster curiosity by encouraging students to create their own DIY biotechnology laboratories using easily accessible materials found at home. This abstract outlines the key aspects of our project, highlighting its importance, methodology, and evaluation approach.In response to the pandemic's limitations, our project targets the delivery of biotechnology education at a distance. By engaging students in hands-on experiments, we seek to provide an enriching learning experience despite the constraints of remote learning. The DIY approach allows students to explore scientific concepts in a practical and enjoyable manner, nurturing their interest in biotechnology and molecular biology. Originally designed to assess professional-level research programs, we have adapted the URSSA to suit the context of biotechnology and molecular biology synthesis for high school students. By applying this tool before and after the experimental sessions, we aim to gauge the program's impact on students' learning experiences and skill development. Our project's significance lies not only in its novel approach to teaching biotechnology but also in its adaptability to the current global crisis. By providing students with a stimulating and interactive learning environment, we hope to inspire educators and institutions to embrace creative solutions during challenging times. Moreover, the insights gained from our evaluation will inform future efforts to enhance distance learning programs and promote accessible science education.

Keywords: DIY biotechnology, high school students, distance learning, pandemic education, undergraduate research student self-assessment (URSSA)

Procedia PDF Downloads 66
8926 The Motivational Factors of Learning Languages for Specific Purposes

Authors: Janos Farkas, Maria Czeller, Ildiko Tar

Abstract:

A remarkable feature of today’s language teaching is the learners’ language learning motivation. It is always considered as a very important factor and has been widely discussed and investigated. This paper aims to present a research study conducted in higher education institutions among students majoring in business and administration in Hungary. The aim of the research was to investigate the motivational factors of students learning languages for business purposes and set up a multivariate statistical model of language learning motivation, and examine the model's main components by different social background variables. The research question sought to answer the question of whether the motivation of students of business learning LSP could be characterized through some main components. The principal components of LSP have been created, and the correlations with social background variables have been explored. The main principal components of learning a language for business purposes were "professional future", "abroad", "performance", and "external". In the online voluntary questionnaire, 28 questions were asked about students’ motivational attitudes. 449 students have filled in the questionnaire. Descriptive statistical calculations were performed, then the difference between the highest and lowest mean was analyzed by one-sample t-test. The assessment of LSP learning was examined by one-way analysis of variance and Tukey post-hoc test among students of parents with different qualifications. The correlations between student motivation statements and various social background variables and other variables related to LSP learning motivation (gender, place of residence, mother’s education, father’s education, family financial situation, etc.) have also been examined. The attitudes related to motivation were seperated by principal component analysis, and then the different language learning motivation between socio-economic variables and other variables using principal component values were examined using an independent two-sample t-test. The descriptive statistical analysis of language learning motivation revealed that students learn LSP because this knowledge will come in handy in the future. It can be concluded that students consider learning the language for business purposes to be essential and see its future benefits. Therefore, LSP teaching has an important role and place in higher education. The results verify the second linguistic motivational self-system where the ideal linguistic self embraces the ideas and desires that the foreign language learner wants to achieve in the future. One such desire is to recognize that students will need technical language skills in the future, and it is a powerful motivation for them to learn a language.

Keywords: higher education, language learning motivation, LSP, statistical analysis

Procedia PDF Downloads 90
8925 The Impact of Motivation on English Language Learning: A Study of HSC Students of Jatir Janak Bangabandhu Sheikh Mujibur Rahman Government College, Dhaka, Bangladesh

Authors: Farina Yasmin

Abstract:

Motivation is an important issue in an EFL setting where very little exposure to English in everyday life is clearly evident. In Bangladesh, English is taught as a foreign language. Language teachers cannot effectively teach a language if they do not understand the relationship between motivation and its effect on foreign language learning. The main purpose of this research is to explore the fact why HSC students are less motivated towards English language learning, what factors are affecting motivation, how to motivate them and the role of motivation in their success. The research questions were (a) what are the reasons of lack of motivation? and (b) what are the impacts of motivation on English language learning? The study was both qualitative and quantitative in nature. The data was collected via pretest - posttest, interviews, and a questionnaire on the five point Likert scale. Triangulation of the data was made for the validity of the research. The population of this research consisted of 50 HSC level students from Jatir Janak Bangabandhu Sheikh Mujibur Rahman Government College, Dhaka, Bangladesh. The data was analyzed with means, comparison and t-test. The results showed that there is a strong relation between motivation and success in foreign language learning. Finally, some pedagogical implications and suggestions were presented to arouse the students’ motivation to learn English.

Keywords: EFL, HSC, motivation, success

Procedia PDF Downloads 375
8924 Etiquette Learning and Public Speaking: Early Etiquette Learning and Its Impact on Higher Education and Working Professionals

Authors: Simran Ballani

Abstract:

The purpose of this paper is to call education professionals to implement etiquette and public speaking skills for preschoolers, primary, middle and higher school students. In this paper the author aims to present importance of etiquette learning and public speaking curriculum for preschoolers, reflect on experiences from implementation of the curriculum and discuss the effect of the said implementation on higher education/global job market. Author’s aim to introduce this curriculum was to provide children with innovative learning and all around development. This training of soft skills at kindergarten level can have a long term effect on their social behaviors which in turn can contribute to professional success once they are ready for campus recruitment/global job markets. Additionally, if preschoolers learn polite, appropriate behavior at early age, it will enable them to become more socially attentive and display good manners as an adult. It is easier to nurture these skills in a child rather than changing bad manners at adulthood. Preschool/Kindergarten education can provide the platform for children to learn these crucial soft skills irrespective of the ethnicity, economic or social background they come from. These skills developed at such early years can go a long way to shape them into better and confident individuals. Unfortunately, accessibility of the etiquette learning and public speaking skill education is not standardized in pre-primary or primary level and most of the time embedding into the kindergarten curriculum is next to nil. All young children should be provided with equal opportunity to learn these soft skills which are essential for finding their place in job market.

Keywords: Early Childhood Learning, , public speaking, , confidence building, , innovative learning

Procedia PDF Downloads 109
8923 Problems and Challenges of Implementing Distance Learning against the Background of the COVID-19 Pandemic

Authors: Tinatin Sabauri, Eduard Gelagutashvili, Salome Pataridze

Abstract:

The COVID-19 pandemic presents a serious challenge to all sectors of the country. Particularly difficult and important was the rapid mobilization of educational institutions to ensure the continuous flow of the educational process and effective fulfillment of the transaction. Developed countries managed to overcome this challenge quickly because, before the pandemic, part of universities had implemented blended learning (a mixture of online and face-to-face learning). The article aims to evaluate the use of electronic platforms by non-Georgian-speaking students and their involvement in the e-learning process at Ilia State University. Based on the phenomenological research design, a comparative analysis has been conducted - what was the use of electronic systems by non-Georgian-speaking students before 2019, and what was it like during the COVID-19 pandemic? Concretely, the phenomenological design was used in the research to evaluate the efficiency of distance learning with non-Georgian speaking students at Ilia State University. Focus groups were created within the phenomenological design. In the focus groups, students answered a pre-designed semi-structured questionnaire. Based on the analysis of the questionnaires, it was revealed that online learning and access to electronic portals were not a particular difficulty for ethnic minorities. The following positive and negative aspects of e-learning were identified in the research. Students named as positive aspects: Enables joining online classes directly from home before the start of the lecture, It saves time and money on travel and accommodation (for some students). It was named as negative aspects: Learning a language online is more difficult than in face-to-face classrooms, lack of teamwork activity, lack of strong and stable internet connections, and audio problems. Based on the results of the research, it was shown that in the post-pandemic period, the involvement of non-Georgian speaking students has significantly increased; therefore, the use of electronic systems by non-Georgian speaking students.

Keywords: electronic system, distance learning, COVID-19, students

Procedia PDF Downloads 79
8922 A Comparative Study of the Challenges of E-Learning in Nigerian Universities

Authors: J. N. Anene, A. A. Bello, C. C. Anene

Abstract:

The paper carried out a comparative study of the challenges of e-learning in Nigerian universities. The purpose of the study was to determine if there was a significant difference in the challenges faced by students in e-learning in Nigerian Universities. A total of two hundred and twenty-eight students from nine universities constituted the sample for the study. A simple random sampling technique was employed in selecting thirty–two students from one of each university in the six geo-political zones of Nigeria. The questionnaire based on 'yes or no' and column charts constituted the instrument employed in the study. Percentages were used to analyse 'yes or no' while column charts were used to compare responds of the students. The finding of the study revealed that majority of students in all the universities under study claimed that their universities lacked appropriate software, that good quality educational content online was lacking, they also agreed that sustainability of e-learning was not prioritized, that they had no access to appropriate content for ICT-enhanced learning and training and that they had access to affordable and reliable computers. For lecturers, the computer certification should be the first on the list of promotion requirements. The finding of the study revealed that students from seven out of nine universities confirmed that their universities lack of appropriate software whereas the other two claimed that they have appropriate software. Also, out of nine universities, two disagreed to the fact that good quality educational content online lacked, whereas seven agreed that they lacked good quality educational content online. The finding of the study also revealed that most of the respondents in almost all the university under study agreed that sustainability of e-learning was not prioritized. The study recommended among other that the Nigerian Government should make concerted effort to provide the enablement for all lecturers and students to become computer literate. This should be done within a time frame, and at the end of the computer course, certificates should be issued, and no student should graduate in his or her field of study without passing the computer course.

Keywords: e-learning, developing countries, computer literacy, ICT

Procedia PDF Downloads 331
8921 Designing and Formulating Action Plan for Development of Corporate Citizenship in Producing Units in Iran

Authors: Freyedon Ahmadi

Abstract:

Corporate citizenship is considered as one of the most discussed topics in the developed countries, in which a citizen considers a Corporate just like a usual citizen with every civil right as respectful for corporate as for actual citizens, and in return citizens expect that corporate would pay a reciprocal respect to them. The current study’s purpose is to identify the impact of the current state of corporate citizenship along effective factors on its condition on industrial producing units, in order to find an accession plane for corporate citizenship development. In this study corporate citizenship is studied in four dimensions like legal corporate, economical corporate, ethical corporate and voluntary corporate. Moreover, effective factors’ impact on corporate citizenship is explored based on threefold dimensional model: behavioral, structural, and content factors, as well. In this study, 50 corporate of Food industry and of petrochemical industry, along with 200 selected individuals from directors’ board on Tehran province’s scale with stratified random sampling method, are chosen as actuarial sample. If based on functional goal and compilation methods, the present study is a description of correlation type; questionnaire is used for accumulation of initial Data. For Instrument Validity expert’s opinion is used and structural equations and its reliability is qualified by using Cronbach Alpha. The results of this study indicate that close to 70 percent of under survey corporate have not a good condition in corporate citizenship. And all of structural factors, behavioral factors, contextual factors, have a great deal of impression and impact on the advent corporate citizenship behavior in the producing Units. Among the behavioral factors, social responsibility; among structural factors, organic structure and human centered orientation, medium size, high organizational capacity; and among the contextual factors, the clientele’s positive viewpoints toward corporate had the utmost importance in impression on under survey Producing units.

Keywords: corporate citizenship, structural factors, behavioral factors, contextual factors, producing units

Procedia PDF Downloads 228
8920 Perceptions on Community Media for Effective Acculturation in Nigerian Indigenous Languages

Authors: Chima Onwukwe

Abstract:

This study examined perceptions on the effectiveness, attendant challenges and remedies of community media for effective acculturation in Nigerian languages. The qualitative survey design was adopted with Focus Group Discussions (FGD) and Key Informant Interviews (KIIs) of 50 purposively chosen informants. It was perceived that community media could serve as veritable platform for effective acculturation in Nigerian languages since they would engender the setting of acculturation in Nigerian languages as national objective or goal. It was further held that the strengths of community media for acculturation were in being goal-defined, ensuring local content and diversification. The study identified that as palatable as the proposal for community media for effective acculturation in Nigerian languages is; it would be fraught with some set-backs or challenges that were very much surmountable. Perceptions pointed towards transient nature of community media and funding as challenges, as well as multi-based funding as one remedy. Immediate establishment of community media for the purpose of acculturation in Nigerian languages was recommended.

Keywords: perception, community media, acculturation, indigenous language

Procedia PDF Downloads 266
8919 Constructing a Physics Guided Machine Learning Neural Network to Predict Tonal Noise Emitted by a Propeller

Authors: Arthur D. Wiedemann, Christopher Fuller, Kyle A. Pascioni

Abstract:

With the introduction of electric motors, small unmanned aerial vehicle designers have to consider trade-offs between acoustic noise and thrust generated. Currently, there are few low-computational tools available for predicting acoustic noise emitted by a propeller into the far-field. Artificial neural networks offer a highly non-linear and adaptive model for predicting isolated and interactive tonal noise. But neural networks require large data sets, exceeding practical considerations in modeling experimental results. A methodology known as physics guided machine learning has been applied in this study to reduce the required data set to train the network. After building and evaluating several neural networks, the best model is investigated to determine how the network successfully predicts the acoustic waveform. Lastly, a post-network transfer function is developed to remove discontinuity from the predicted waveform. Overall, methodologies from physics guided machine learning show a notable improvement in prediction performance, but additional loss functions are necessary for constructing predictive networks on small datasets.

Keywords: aeroacoustics, machine learning, propeller, rotor, neural network, physics guided machine learning

Procedia PDF Downloads 224
8918 Machine Learning Automatic Detection on Twitter Cyberbullying

Authors: Raghad A. Altowairgi

Abstract:

With the wide spread of social media platforms, young people tend to use them extensively as the first means of communication due to their ease and modernity. But these platforms often create a fertile ground for bullies to practice their aggressive behavior against their victims. Platform usage cannot be reduced, but intelligent mechanisms can be implemented to reduce the abuse. This is where machine learning comes in. Understanding and classifying text can be helpful in order to minimize the act of cyberbullying. Artificial intelligence techniques have expanded to formulate an applied tool to address the phenomenon of cyberbullying. In this research, machine learning models are built to classify text into two classes; cyberbullying and non-cyberbullying. After preprocessing the data in 4 stages; removing characters that do not provide meaningful information to the models, tokenization, removing stop words, and lowering text. BoW and TF-IDF are used as the main features for the five classifiers, which are; logistic regression, Naïve Bayes, Random Forest, XGboost, and Catboost classifiers. Each of them scores 92%, 90%, 92%, 91%, 86% respectively.

Keywords: cyberbullying, machine learning, Bag-of-Words, term frequency-inverse document frequency, natural language processing, Catboost

Procedia PDF Downloads 127
8917 Tracking Subjectivity in Political Socialization: University Students' Perceptions of Citizenship Learning Experiences in Chinese Higher Education

Authors: Chong Zhang

Abstract:

There is widespread debate about the nationalistic top-down approach to citizenship education. Employing the notion of cultural citizenship as a useful theoretical lens, citizenship education research tends to focus on the process of subjectivity construction among students’ citizenship learning process. As the Communist Party of China (CPC) plays a dominant role in cultivating citizens through ideological and political education (IaPE) in Chinese universities, the research problem herein focuses on the dynamics and complexity of how Chinese university students construct their subjectivities regarding citizenship learning through IaPE, mediated by the interaction between the state and university teachers. Drawing on questionnaire data from 212 students and interview data from 25 students in one university in China, this paper examines the ways in which students understand and respond to dominant discourses. Its findings reveal there is a deficit of citizenship learning in IaPE, and that students feel ideologically pressurized. From its analysis of social contexts’ influence, the article suggests Chinese higher education students act as either mild changemakers or active self-motivators to enact complex subjectivities, in that they must involve themselves in IaPE for personal academic and career development, yet adopt covert strategies to realise their self-conscious citizenship learning expectations. These strategies take the form of passive and active freedoms, ranging from obediently completing basic curriculum requirements and distancing themselves by studying abroad, to actively searching for learning opportunities from other courses and social media. This paper contributes to the research on citizenship education by recognizing the complexities of how subjectivities are formed in formal university settings.

Keywords: university students, citizenship learning, cultural citizenship, subjectivity, Chinese higher education

Procedia PDF Downloads 119
8916 Employing Innovative Pedagogy: Collaborative (Online) Learning and Teaching In An International Setting

Authors: Sonja Gögele, Petra Kletzenbauer

Abstract:

International strategies are ranked as one of the core activities in the development plans of Austrian universities. This has led to numerous promising activities in terms of internationalization (i.e. development of international degree programmes, increased staff, and student mobility, and blended international projects). The latest innovative approach are so called Blended Intensive Programmes (BIP), which combine jointly delivered teaching and learning elements of at least three participating ERASMUS universities in a virtual and short-term mobility setup. Students who participate in BIP can maintain their study plans at their home institution and include BIP as a parallel activity. This paper presents the experiences of this programme on the topic of sustainable computing hosted by the University of Applied Sciences FH JOANNEUM. By means of an online survey and face-to-face interviews with all stakeholders (20 students, 8 professors), the empirical study addresses the challenges of hosting an international blended learning programme (i.e. virtual phase and on-site intensive phase) and discusses the impact of such activities in terms of innovative pedagogy (i.e. virtual collaboration, research-based learning).

Keywords: internationalization, collaborative learning, blended intensive programme, pedagogy

Procedia PDF Downloads 130
8915 Digital Design and Practice of The Problem Based Learning in College of Medicine, Qassim University, Saudi Arabia

Authors: Ahmed Elzainy, Abir El Sadik, Waleed Al Abdulmonem, Ahmad Alamro, Homaidan Al-Homaidan

Abstract:

Problem-based learning (PBL) is an educational modality which stimulates critical and creative thinking. PBL has been practiced in the college of medicine, Qassim University, Saudi Arabia, since the 2002s with offline face to face activities. Therefore, crucial technological changes in paperless work were needed. The aim of the present study was to design and implement the digitalization of the PBL activities and to evaluate its impact on students' and tutors’ performance. This approach promoted the involvement of all stakeholders after their awareness of the techniques of using online tools. IT support, learning resources facilities, and required multimedia were prepared. Students’ and staff perception surveys reflected their satisfaction with these remarkable changes. The students were interested in the new digitalized materials and educational design, which facilitated the conduction of PBL sessions and provided sufficient time for discussion and peer sharing of knowledge. It enhanced the tutors for supervision and tracking students’ activities on the Learning Management System. It could be concluded that introducing of digitalization of the PBL activities promoted the students’ performance, engagement and enabled a better evaluation of PBL materials and getting prompt students as well as staff feedback. These positive findings encouraged the college to implement the digitalization approach in other educational activities, such as Team-Based Learning, as an additional opportunity for further development.

Keywords: multimedia in PBL, online PBL, problem-based learning, PBL digitalization

Procedia PDF Downloads 115
8914 Towards Appreciating Knowing Body in the Future Schools: Developing Methods for School Teachers to Understand the Role of the Body in Teaching and Learning

Authors: Johanna Aromaa

Abstract:

This paper presents a development project aimed at enhancing student-teachers' awareness of the role of the body in teaching and learning. In this project, theory and practice are brought into dialogue through workshops of body work that utilize art-based and somatic methods. They are carried out in a special course for educating teachers in a Finnish University. Expected results from the project include: 1) the participants become aware of the multiple roles that the body has in educational encounters, and with it, develop a more holistic approach to teaching and learning, 2) the participants gain access to and learn to form bodily knowledge, 3) a working model on enhancing student-teachers' awareness of the role of bodily knowledge in teacher’s work is developed. Innovative methods as well as a radical rethinking of the nature of teaching and learning are needed if we are to appreciate knowing body in the future schools.

Keywords: bodily knowledge, the body, somatic methods, teacher education

Procedia PDF Downloads 433
8913 Assessment of Online Web-Based Learning for Enhancing Student Grades in Chemistry

Authors: Ian Marc Gealon Cabugsa, Eleanor Pastrano Corcino, Gina Lapaza Montalan

Abstract:

This study focused on the effect of Online Web-Learning (OWL) in the performance of the freshmen Civil Engineering Students of Ateneo de Davao University in their Chem 12 subject. The grades of the students that were required to use OWL were compared to students without OWL. The result of the study suggests promising result for the use of OWL in increasing the performance rate of students taking up Chem 12. Furthermore, there was a positive correlation between the final grade and OWL grade of the students that had OWL. While the majority of the students find OWL to be helpful in supporting their chemistry knowledge needs, most of them still prefer to learn using the traditional face-to-face instruction.

Keywords: chemistry education, enhanced performance, engineering chemistry, online web-based learning

Procedia PDF Downloads 370
8912 The Role of Instruction in Knowledge Construction in Online Learning

Authors: Soo Hyung Kim

Abstract:

Two different learning approaches were suggested: focusing on factual knowledge or focusing on the embedded meaning in the statements. Each way of learning has positive effects on different question categories, where factual knowledge helps more with simple fact questions, and searching for meaning in given information helps learn causal relationship and the embedded meaning. To test this belief, two groups of learners (12 male and 39 female adults aged 18-37) watched a ten-minute long Youtube video about various factual events of American history, their meaning, and the causal relations of the events. The fact group was asked to focus on factual knowledge in the video, and the meaning group was asked to focus on the embedded meaning in the video. After watching the video, both groups took multiple-choice questions, which consisted of 10 questions asking the factual knowledge addressed in the video and 10 questions asking embedded meaning in the video, such as the causal relationship between historical events and the significance of the event. From ANCOVA analysis, it was found that the factual knowledge showed higher performance on the factual questions than the meaning group, although there was no group difference on the questions about the meaning between the two groups. The finding suggests that teacher instruction plays an important role in learners constructing a different type of knowledge in online learning.

Keywords: factual knowledge, instruction, meaning-based knowledge, online learning

Procedia PDF Downloads 131
8911 Kinaesthetic Method in Apprenticeship Training: Support for Finnish Learning in Vocational Education

Authors: Inkeri Jääskeläinen

Abstract:

The purpose of this study is to shed light on what is it like to study in apprenticeship training using Finnish as second language. This study examines the stories and experiences of apprenticeship students learning and studying Finnish as part of their vocational studies. Also, this pilot study examines the effects of learning to pronounce Finnish through body motions and gestures. Many foreign students choose apprenticeships and start vocational training too early, while their language skills in Finnish are still very weak. Both duties at work and school assignments require reasonably good general language skills (B1.1) and, especially at work, language skills are also a safety issue. At work students should be able to simultaneously learn Finnish and do vocational studies in a noisy, demanding, and stressing environment. Learning and understanding new things is very challenging under these circumstances and sometimes students get exhausted and experience a lot of stress - which makes learning even more difficult. Students are different from each other and so are their ways to learn. Thereafter, one of the most important features of apprenticeship training and second language learning is good understanding of adult learners and their needs. Kinaesthetic methods are an effective way to support adult students’ cognitive skills and make learning more relaxing and fun. Empirical findings show that language learning can indeed be supported physical ways, by body motions and gestures. The method used here, named TFFL (Touch and Feel Foreign Languages), was designed to support adult language learning, to correct or prevent language fossilization and to help the student to manage emotions. Finnish is considered as a difficult language to learn, mostly because it is so different from nearly all other languages. Many learners complain that they are lost or confused and there is a need to find a way to simultaneously learn the language and to handle negative emotion which come from Finnish language and the learning process itself. Due to the nature of Finnish language good pronunciation skills are needed just to understand the way the language work. Movements (body movements etc.) are a natural part of many cultures but not Finnish – In Finland students have traditionally been expected to stay still and that is not a natural way for many foreign students. However, kinaesthetic TFFL method proved out to be a useful way to help some L2 students to feel phonemes, rhythm and intonation, to improve their Finnish and, thereby, also to successfully complete their vocational studies.

Keywords: Finnish, fossilization, interference, kinaesthetic method

Procedia PDF Downloads 104
8910 A Probabilistic View of the Spatial Pooler in Hierarchical Temporal Memory

Authors: Mackenzie Leake, Liyu Xia, Kamil Rocki, Wayne Imaino

Abstract:

In the Hierarchical Temporal Memory (HTM) paradigm the effect of overlap between inputs on the activation of columns in the spatial pooler is studied. Numerical results suggest that similar inputs are represented by similar sets of columns and dissimilar inputs are represented by dissimilar sets of columns. It is shown that the spatial pooler produces these results under certain conditions for the connectivity and proximal thresholds. Following the discussion of the initialization of parameters for the thresholds, corresponding qualitative arguments about the learning dynamics of the spatial pooler are discussed.

Keywords: hierarchical temporal memory, HTM, learning algorithms, machine learning, spatial pooler

Procedia PDF Downloads 342
8909 Kinaesthetic Method in Apprenticeship Training: Support for Finnish Learning in Vocational Education and Training

Authors: Inkeri Jaaskelainen

Abstract:

The purpose of this study is to shed light on what it is like to study in apprenticeship training using Finnish as a second language. This study examines the stories and experiences of apprenticeship students learning and studying Finnish as part of their vocational studies. Also, this pilot study examines the effects of learning to pronounce Finnish through body motions and gestures. Many foreign students choose apprenticeships and start vocational training too early, while their language skills in Finnish are still very weak. Both duties at work and school assignments require reasonably good general language skills (B1.1), and, especially at work, language skills are also a safety issue. At work, students should be able to simultaneously learn Finnish and do vocational studies in a noisy, demanding, and stressful environment. Learning and understanding new things is very challenging under these circumstances and sometimes students get exhausted and experience a lot of stress - which makes learning even more difficult. Students are different from each other and so are their ways to learn. Thereafter, one of the most important features of apprenticeship training and second language learning is a good understanding of adult learners and their needs. Kinaesthetic methods are an effective way to support adult students’ cognitive skills and make learning more relaxing and fun. Empirical findings show that language learning can indeed be supported in physical ways, by body motions and gestures. The method used here, named TFFL (Touch and Feel Foreign Languages), was designed to support adult language learning, to correct or prevent language fossilization, and to help the student to manage emotions. Finnish is considered as a difficult language to learn, mostly because it is so different from nearly all other languages. Many learners complain that they are lost or confused and there is a need to find a way to simultaneously learn the language and to handle negative emotion that comes from the Finnish language and the learning process itself. Due to the nature of the Finnish language, good pronunciation skills are needed just to understand the way the language work. Movements (body movements etc.) are a natural part of many cultures, but not Finnish. In Finland, students have traditionally been expected to stay still, and that is not a natural way for many foreign students. However, the kinaesthetic TFFL method proved out to be a useful way to help some L2 students to feel phonemes, rhythm, and intonation, to improve their Finnish, and, thereby, also to successfully complete their vocational studies.

Keywords: Finnish, fossilization, interference, kinaesthetic method

Procedia PDF Downloads 136
8908 Using the Synchronous Online Flipped Learning Approach to Facilitate Student Podcasting

Authors: Yasmeen Coaxum

Abstract:

The year 2020 became synonymous with the words “Emergency Remote Teaching,” which was imposed upon educators during the COVID-19 pandemic. Consequently, teachers were compelled to find new and engaging ways to educate their students outside of the face-to-face classroom setting. Now online instruction has become more of the norm rather than a way to manage educational expectations during a crisis. Therefore, implementing a strategic way to create online environments for students to thrive, create, and fully engage in their learning process is essential. The Synchronous Online Flipped Learning Approach or SOFLA® is a distance learning model that most closely replicates actual classroom teaching. SOFLA® includes structured, interactive, multimodal activities in an eight-step learning cycle with both asynchronous and synchronous components that foster autonomous and interactive learning among today’s online learners. The results of a pilot study in an Intensive English Program at a university, using SOFLA® methodology to facilitate podcasting in an online learning environment will be shared. Previous findings on student-produced podcasting projects have shown that students felt they improved their pronunciation, vocabulary, and speaking skills. However, few if any studies have been conducted on using a structured online flipped learning approach to facilitate such projects. Therefore, the purpose of this study is to assess the effect of using the SOFLA® framework to enhance optimum engagement in the online environment while using podcasts as the primary tool of instruction. Through data from interviews, questionnaires, and the results of formative and summative assessments, this study also investigates the affective and academic impact this flipped learning method combined with podcasting has on the students in terms of speaking confidence and vocabulary retention, and production. The steps of SOFLA will be illustrated, a video demonstration of the Anchor podcasting app will be shown, and final student projects and questionnaire responses will be shared. The specific context is a 14-week advanced level conversation and listening class. Participants vary in age but are all adult language learners representing a diverse array of countries.

Keywords: mall online flipped learning, podcasting, productive vocabulary

Procedia PDF Downloads 171
8907 Designing Online Professional Development Courses Using Video-Based Instruction to Teach Robotics and Computer Science

Authors: Alaina Caulkett, Audra Selkowitz, Lauren Harter, Aimee DeFoe

Abstract:

Educational robotics is an effective tool for teaching and learning STEM curricula. Yet, most traditional professional development programs do not cover engineering, coding, or robotics. This paper will give an overview of how and why the VEX Professional Development Plus Introductory Training courses were developed to provide guided, simple professional development in the area of robotics and computer science instruction. These training courses guide educators through learning the basics of VEX robotics platforms, including VEX 123, GO, IQ, and EXP. Because many educators do not have experience teaching robotics or computer science, this course is meant to simulate one on one training or tutoring through video-based instruction. These videos, led by education professionals, can be watched at any time, which allows educators to watch at their own pace and create their own personalized professional development timeline. This personalization expands beyond the course itself into an online community where educators at different points in the self-paced course can converse with one another or with instructors from the videos and learn from a growing community of practice. By the end of each course, educators are armed with the skills to introduce robotics or computer science in their classroom or educational setting. The design of the course was guided by a variation of the Understanding by Design (UbD) framework and included hands-on activities and challenges to keep educators engaged and excited about robotics. Some of the concepts covered include, but are not limited to, following build instructions, building a robot, updating firmware, coding the robot to drive and turn autonomously, coding a robot using multiple methods, and considerations for teaching robotics and computer science in the classroom, and more. A secondary goal of this research is to discuss how this professional development approach can serve as an example in the larger educational community and explore ways that it could be further researched or used in the future.

Keywords: computer science education, online professional development, professional development, robotics education, video-based instruction

Procedia PDF Downloads 96
8906 Investigation of Verbal Feedback and Learning Process for Oral Presentation

Authors: Nattawadee Sinpattanawong

Abstract:

Oral presentation has been used mostly in business communication. The business presentation is carrying out through an audio and visual presentation material such as statistical documents, projectors, etc. Common examples of business presentation are intra-organization and sales presentations. The study aims at investigating functions, strategies and contents of assessors’ verbal feedback on presenters’ oral presentations and exploring presenters’ learning process and specific views and expectations concerning assessors’ verbal feedback related to the delivery of the oral presentation. This study is designed as a descriptive qualitative research; four master students and one teacher in English for Business and Industry Presentation Techniques class of public university will be selected. The researcher hopes that any understanding how assessors’ verbal feedback on oral presentations and learning process may illuminate issues for other people. The data from this research may help to expand and facilitate the readers’ understanding of assessors’ verbal feedback on oral presentations and learning process in their own situations. The research instruments include an audio recorder, video recorder and an interview. The students will be interviewing in order to ask for their views and expectations concerning assessors’ verbal feedback related to the delivery of the oral presentation. After finishing data collection, the data will be analyzed and transcribed. The findings of this study are significant because it can provide presenters knowledge to enhance their learning process and provide teachers knowledge about providing verbal feedback on student’s oral presentations on a business context.

Keywords: business context, learning process, oral presentation, verbal feedback

Procedia PDF Downloads 192
8905 Evaluation of the Self-Efficacy and Learning Experiences of Final year Students of Computer Science of Southwest Nigerian Universities

Authors: Olabamiji J. Onifade, Peter O. Ajayi, Paul O. Jegede

Abstract:

This study aimed at investigating the preparedness of the undergraduate final year students of Computer Science as the next entrants into the workplace. It assessed their self-efficacy in computational tasks and examined the relationship between their self-efficacy and their learning experiences in Southwest Nigerian universities. The study employed a descriptive survey research design. The population of the study comprises all the final year students of Computer Science. A purposive sampling technique was adopted in selecting a representative sample of interest from the final year students of Computer Science. The Students’ Computational Task Self-Efficacy Questionnaire (SCTSEQ) was used to collect data. Mean, standard deviation, frequency, percentages, and linear regression were used for data analysis. The result obtained revealed that the final year students of Computer Science were averagely confident in performing computational tasks, and there is a significant relationship between the learning experiences of the students and their self-efficacy. The study recommends that the curriculum be improved upon to accommodate industry experts as lecturers in some of the courses, make provision for more practical sessions, and the learning experiences of the student be considered an important component in the undergraduate Computer Science curriculum development process.

Keywords: computer science, learning experiences, self-efficacy, students

Procedia PDF Downloads 137
8904 An Application for Risk of Crime Prediction Using Machine Learning

Authors: Luis Fonseca, Filipe Cabral Pinto, Susana Sargento

Abstract:

The increase of the world population, especially in large urban centers, has resulted in new challenges particularly with the control and optimization of public safety. Thus, in the present work, a solution is proposed for the prediction of criminal occurrences in a city based on historical data of incidents and demographic information. The entire research and implementation will be presented start with the data collection from its original source, the treatment and transformations applied to them, choice and the evaluation and implementation of the Machine Learning model up to the application layer. Classification models will be implemented to predict criminal risk for a given time interval and location. Machine Learning algorithms such as Random Forest, Neural Networks, K-Nearest Neighbors and Logistic Regression will be used to predict occurrences, and their performance will be compared according to the data processing and transformation used. The results show that the use of Machine Learning techniques helps to anticipate criminal occurrences, which contributed to the reinforcement of public security. Finally, the models were implemented on a platform that will provide an API to enable other entities to make requests for predictions in real-time. An application will also be presented where it is possible to show criminal predictions visually.

Keywords: crime prediction, machine learning, public safety, smart city

Procedia PDF Downloads 108
8903 Using Science, Technology, Engineering, Art and Mathematics (STEAM) Project-Based Learning Programs to Transition towards Whole School Pedagogical Shift

Authors: M. Richichi

Abstract:

Evidencing the learning and developmental needs of students in specific educational institutions is central to determining the type of whole school pedagogical shift required. Initiating this transition by designing and implementing STEAM (Science, technology, engineering, art, and mathematics) project-based learning opportunities, in collaboration with industry, exposes teachers to new pedagogical and assessment practices. This experience instills confidence and a renewed sense of energy, which contributes to greater efficacy. Championing teachers in such learning environments leads to “bleeding” of inventive pedagogical understanding and skills as well as motivation. This contributes positively to collective teacher efficacy and the transition towards more cross-disciplinary initiatives and opportunities, and hence an innovative pedagogical shift. Evidence of skill and knowledge development in students, combined with greater confidence, work ethic and interest in STEAM areas, are further indicators of the success of the transitioning process.

Keywords: efficacy, pedagogy, transition, STEAM

Procedia PDF Downloads 127