Research on the impact and countermeasures of the integration of digital tools in the ideological education of higher education on the cultivation of students’ thoughts and behaviours
Pubblicato online: 05 feb 2025
Ricevuto: 17 set 2024
Accettato: 07 gen 2025
DOI: https://doi.org/10.2478/amns-2025-0074
Parole chiave
© 2025 Rongbiao Song et al., published by Sciendo
This work is licensed under the Creative Commons Attribution 4.0 International License.
The position of the Civic and Political Science Program in the strategic overall situation of national governance has become more and more prominent, and the construction of the Civic and Political Science Program has also made obvious progress. The construction of the “big ideology and politics course” is an important hand in promoting the high-quality development of ideology and politics course during the “14th Five-Year Plan” period and has also become a highlight of the reform and innovation of the construction of ideology and politics course in recent years [1-3].
“We should use new media and new technology to make our work come alive and promote a high degree of integration of the traditional advantages of ideological and political work with information technology.” “The digitalization of education is an important breakthrough for China to open up a new track of educational development and shape a new advantage in educational development” [4-6]. Therefore, to promote the construction of a “big ideological and political class”, we should also make good use of digital technology so that digital technology and “big ideological and political class” are fully integrated, promote each other, and continue to cultivate the new potential for the new era of ideological and political education in the school, open up a new race track, and shape a new pattern [7-9].
Digital technology empowers the teaching of ideological and political education in colleges and universities by integrating digital technology into all aspects of the teaching of ideological and political education, which is not only a simple introduction of digital technology into the teaching of ideological and political education but also a major change in the teaching method of ideological and political education in colleges and universities, which is of great significance to the promotion of the teaching of ideological and political education in colleges and universities [10-12].
In the process of promoting the digital transformation of civic and political classes, the digital education picture presented by digital technology-enabled teaching of civic and political classes in colleges and universities expands the vision of teaching civic and political classes in colleges and universities, creates an immersive, situational, and interactive digital teaching atmosphere of civic and political classes, and provides opportunities for innovation and development of civic and political classes teaching in colleges and universities [13-15]. However, digital technology-enabled Civics teaching in colleges and universities is still in its infancy, and still faces difficulties such as insufficient motivation and weak personnel skills, which seriously constrains the development process of digital technology-enabled Civics teaching in colleges and universities. At this stage, academics have conducted in-depth discussions on the necessity, doctrinal implications and practice paths of digital technology-enabled teaching of college civic and political classes [16-18].
In this paper, the functional locations of the school are classified into seven categories, which are combined with the K-Means clustering algorithm to extract data on students’ behavioral characteristics in different time spaces. The error square function is chosen as the K-Means criterion function, and the number of clustering results is divided according to the error scoring function, which is used to update the center of the data clusters. Using the ROCF operator, the degree of abnormality of individual students under unsupervised clustering can be discriminated, and the degree of pure abnormality of outlier students can be detected. Applying the local anomaly factor algorithm, the density mean of the anomalous individuals is calculated, which in turn yields the outlier index of individual points, i.e., the anomalous eigenvalues of the individuals. Through the incremental algorithm, the abnormal behaviours of students in the dynamic data are deduced, and combined with the empirical investigation, the abnormal behaviours are analysed to obtain the results of their influence on the cultivation of students’ thoughts and behaviours.
By analyzing the length of time a student spends in different types of places on campus, it is possible to determine their level of active learning. Generally speaking, if a student spends a large amount of time in the teaching building, library and other places of study, it can be assumed that the student’s attitude towards study is more serious and the degree of motivation for study is higher, while on the contrary, it can be assumed that their degree of motivation for study is not high.
Firstly, the locations in the school were divided into seven categories according to their functionality: teaching building, library, dormitory building, stadium, student activity center, canteen, and other locations. Subsequently, the trajectory data of each student is arranged by time and features are extracted in terms of days and weeks, respectively. Define the distribution matrix for student z’s residence time in various locations during the nth week of a semester, as illustrated in equation (1):
Where
Where
Equation (3) can be used to obtain the feature vector
Activity location entropy value: the feature indicator based on the discrete degree of location proposed in this paper, the main purpose of which is to measure the disordered degree of students’ activity in different locations, is calculated in equation (4), where
Activity time entropy value: the characteristic time-based discrete degree indicator proposed in this paper, whose main purpose is to measure the degree of disorder of students’ activities at different times, is calculated in Equation (5), where
The number of personal library loans: this paper proposes to measure the effective books borrowed by students indicators through the time of students borrowing books and borrowing content, according to the number of borrows corresponding to the student borrowing data extraction.
After determining the features, due to the correlation between the features in the numerical value or the behavioural pattern back to the presentation of the correlation, taking into account the input of high-dimensional data will have an impact on the results of the next step, so this paper uses the Pearson correlation coefficient for feature screening, the use of the correlation between the data, the features and the features of the correlation between the characteristics of the strong sieve out, leaving the characteristics of the characteristics of the independence of the characteristics of the strong as personal identification. Pearson correlation coefficient is calculated as shown in equation (6), where:
The purpose of clustering is to categorize things that have similarities into one category and things that do not have similarities into other categories. The K-Means algorithm is a method that can classify data and is one of the top ten classical data mining algorithms in the world [19]. The basic idea of the K-Means algorithm is that for a given set of samples, it divides the set into K clusters based on the magnitude of the distance between the samples and requires that the distance between points in each cluster is as small as possible, while the distance between clusters is required to be as large as possible. If the sample set is divided into k classes, the specific steps of the K-Means algorithm are as follows:
Select initial centres for each class. In each iteration, calculate the Euclidean distance of each sample from the centres of the k classes separately and classify that sample into the class where the centre with the shortest Euclidean distance is located. Update the values of the centres of the k classes according to the mean value method. Compare the centres of the classes after updating with the centres of the classes before updating. If the centres of the classes have not changed or the current number of iterations has reached the preset value, then the algorithm ends, otherwise continue with steps 2) and 3).
The clustering criterion function for the K-Means algorithm is generally chosen as the error squared function as shown in equation (8):
Where
Where
Where
The K-Means algorithm is not only simple in principle and easy to understand, but also fast and low complexity. However, the K-Means algorithm also has certain disadvantages. For example, it is sensitive to noise points and isolated points, and the clustering results depend on the setting of the initial value
Cluster analysis refers to the process of dividing a specified collection of objects into multiple similar objects. The aim is to find a collection of objects with common characteristic attributes using a large amount of data. Clustering methods originate from many fields and have their applications in different fields, these technical methods are used to describe the similarities between data as well as to classify different data sources into clusters based on their characteristics. The results of clustering analysis can provide a variety of solutions, with the final and optimal solution requiring subjective judgement by the researcher and subsequent analysis.
The classical
This classical clustering algorithm suffers from the following problems: 1) Since the initial clustering centres are randomly selected, there may be a problem with the randomly set up initial centres affecting the final results. 2) It requires the user to pre-set the cluster clusters based on the target results. 3) It cannot be used to cluster incomplete datasets since it cannot calculate the degree of similarity of the individuals within the class.
After completing the above clustering process, if a class contains only individuals with abnormal characteristic patterns, it is said to be a purely abnormal class. If the class is mixed with abnormal and normal individuals, it is called a composite class. In this paper, the relative anomaly operator ROCF is used to determine the degree of abnormality of the campus individuals in each class obtained from unsupervised clustering to detect whether the paper obtains a class of purely anomalous classes containing only outlier students.
The working principle of the ROCF operator is as follows: on the basis that the abnormal individual is a small probability event, the category with abnormal mutation is regarded as a class with a small probability, and the class with a low probability is regarded as an anomalous class. On the contrary, due to the large number of normal individuals in the conforming class, the number of individuals in the class will be larger than that of the pure anomalous class. Based on this idea, after the clustering conclusion is concluded according to the clustering effect, according to the relative rate of change of the number of pure abnormal classes and neighboring composite classes, there will be mutations in the number of classes, and the corresponding
From equation (12),
This study applies the Local Anomaly Factor (LOF) algorithm with the aim of detecting individual anomaly classes derived from monitoring [20]. LOF is a density-based algorithm, and the depiction of the density of the data points is a central part of it. The above steps lead to unsupervised clustering results under feature selection, where both purely anomalous classes and composite classes are present in the clustered classes. For the pure anomaly class, all individuals within the class will be labelled as anomalous individuals, and for the composite class, this paper uses the density-based metric LOF to determine the individuals within the composite class.LOF algorithm is a density-based algorithm whose idea is to calculate the
Suppose that given a hierarchy-based information system
Property 1: Given
When
When
Proof: for
When
If
Object
For
Property 2: Given
Proof: when
Property 3: Given
Proof: at the moment
Obviously when
For the proof of the upper approximation of decision class
When
From the above equation, when
When
When
In this paper, we analyse students’ daily learning and living behaviours by integrating the data from various application systems on campus, conducting campus big data analysis and mining, and constructing an accurate “student behavioural portrait”. Student Behaviour Portrait makes use of students’ static attribute data and various types of dynamic behaviour data clustering results to construct student behaviour labels, including objective labels and subjective labels. This paper analyses and preprocesses the data of each application system (including students’ basic data, students’ face data, students’ physical exercise, one-card consumption, library borrowing data, students’ online behavior information, students’ classroom attendance data and students’ lodging and other data), and analyses and clusters the relevant data, and adopts a kind of improved cohesive hierarchical clustering algorithm to perform the clustering, so as to create a “behavioural portrait” of each student, and analyse the behavioural labels of each student. The clustering method uses a modified cohesive hierarchical clustering algorithm for clustering so that the student’s behavioural portrait can be analysed, and the characteristics of each student can be analysed, which is conducive to the analysis of the abnormal behaviour of the student.
The raw data of this study contains information on students’ campus card and their grades. In the data cleaning stage, we detect whether there is a case of “college/major” missing in the data and delete the data if there is such a case. Whether there is a case of not eating in the canteen, if so, delete the data, clean up the anomalies of the negative price of swipe card consumption, and detect whether there is a case of missing consumption data in the data. Before the experiment, data with few records of behavioral habits were recorded as anomalies and eliminated.
The clustering centers of the four categories of users are shown in Table 1, which clearly shows the differences between the various types of students. The results of the student user profile experiment are analyzed as follows:
Cluster comparison
Cluster center | Total frequency of meals | Breakfast frequency | Lunch frequency | Dinner frequency | Effective meal frequency |
---|---|---|---|---|---|
1 | 0.8652 | 0.4923 | 0.5752 | 0.5487 | 0.8489 |
2 | 0.5348 | 0.3975 | 0.7615 | ||
3 | 0.4932 | 0.2374 | 0.3785 | 0.2785 | 0.5648 |
4 | 0.1589 | 0.0769 | 0.1348 | 0.0815 | 0.2486 |
Cluster center | Reading ratio | Consumption ratio | Night bath frequency | Total bath frequency time | Number of days the bathroom card is valid |
1 | 0.0785 | 0.0348 | |||
2 | 0.6065 | 0.0485 | |||
3 | 0.0459 | 0.0248 | 0.3748 | 0.5388 | 0.0296 |
4 | 0.0089 | 0.0078 | 0.0598 | 0.2879 | 0.1552 |
Students of the academic type: the frequency of bathing in the evening (0.4088) and the proportion of canteen consumption to total consumption (0.0785) of this type of students are higher than those of the remaining categories. They have a high frequency of breakfast and are used to dining in the canteen, with regular meal times. Their overall campus life habits are very good, which corresponds to grades above 90.
Potential type students: the characteristics of the total frequency of meals, the proportion of reading books, and the proportion of cafeteria consumption to total consumption are lower than those of the school bully type students, with 0.7246, 0.0548, and 0.0635, respectively. But higher than the other two types of students. This type of student population is able to eat on time and has more regular behavioral and living habits at school. Very similar to the habits of some of the students of the type of schoolmasters, the motivation to study is relatively high, only the results are lower. If students whose behavioural habits overlap with those of this type of student are taught artificially, their grades will greatly improve, and they will be ranked among the bully type of students. Artificially regulating the students whose behaviour is not close to that of the bully type of students can also make progress, but the effect is not as good as that of the students whose behavioural habits overlap with those of the bully type of student population.
Ordinary type students: all the characteristic values are relatively balanced, which shows that this type of student is moderate, and going to the canteen is more normal, reflecting the living habits of most students and belonging to the ordinary type of students.
No effort type students: the data show that the centre of clustering of all features is smaller than the other categories of students, the frequency of meals in the canteen is very low, they rarely go to the canteen and bathroom, irregular living habits, the overall study is not diligent enough, the study state is poor.
In order to be able to observe the effect of clustering intuitively, the first 3 features with the greatest influence are selected and the cluster analysis is shown visually. Different degrees of grey in the figure represent clusters 1, 2, 3 and 4, respectively, corresponding to the achievement of more than 90 points, the achievement between 80 and 90 points, the achievement between 60 and 80 points, the achievement of less than 60 points of the four categories of students. PC1, PC2, and PC3 represent the effective meal frequency, the frequency of students’ breakfast, and the canteen consumption proportion of the total consumption, respectively. Figure 1 shows the important characteristics of a three-dimensional clustering display. Through Figure 1, it can be clearly seen that the 3 and 4 categories of student behavior overlap. Overlap occurs in the region of PC1 within the interval of 0.5 to 0.8, and PC2 within the interval of 0.02 to 0.06, indicating that the similarity of such students’ behavioural habits is very high, only in the achievement of a slight difference, the algorithm can be basically differentiated between the different levels of students.

Important feature 3D clustering display
This study has lasted for more than 7 years since September 2015, covering the freshman and sophomore academic years of more than 2,000 students in 4 grades from 2015 to 2018 in a 985 university, implementing the education of the Civics and Political Science course based on the analysis and monitoring of abnormalities in students’ thoughts and behaviours, forming the results of the Comprehensive Qualification Education for College Students mandatory course, and applying them to the evaluation of students’ merits through the discussion and approval of the teaching steering committee of the college, Graduation and Graduate School Evaluation, which ensures the standardisation, scientificity and continuity of the implementation of the work plan. The data collected for Behavioral Research and Related Evaluation Studies includes behavioral data and academic results.
The actual number of students enrolled in the Class of 2015 was 486, the actual number of students enrolled in the Class of 2016 was 413, and the actual number of students enrolled in the Class of 2017 was 387. The number of students meeting the three major categories of school data, namely student activity data, academic performance, and graduation destination, is not the entire student population due to reasons such as mid-course drop, withdrawal, suspension, and other changes in the school register and errors in record-keeping. Academic status variations have a relatively large impact on the data. For example, the number of students enrolled in the class of 2016 is 413, and the number of graduates is 475, which can be seen in the number of students who left and increased to a certain grade than the ratio of the number of students is extremely high, resulting in the data can not be all-around complete, and lose significance for the analysis, so we exclude the students whose data can not be collected ultimately in the pre-processing.
The school’s comprehensive quality assessment data for the entire school from 2015 to 2017 was utilized in this case study, which was obtained through the student scale assessment instead of directly observed data.
The weighted average score of students’ Civics and Politics achievement is a comprehensive evaluation method to measure students’ academic performance that is basically common to all universities at present, and the weighted average score of students’ academic performance by grade is shown in Table 2. It can be seen that the students’ Civics and Politics scores gradually increase according to the increase of the grade, and the average scores of the 2013, 2014 and 2015 grades are 75.154, 78.522 and 79.549.
Statistical weighted average statistics for students of each grade
2013 | Mean | Standard deviation | Median |
---|---|---|---|
Total score | 75.565 | ||
Freshman year | 75.163 | 8.162 | 76.465 |
Sophomore year | 73.142 | 8.726 | 74.348 |
2014 | Mean | Standard deviation | Median |
Total score | 79.455 | ||
Freshman year | / | / | / |
Sophomore year | 75.648 | 10.182 | 77.262 |
2015 | Mean | Standard deviation | Median |
Total score | 81.823 | ||
Freshman year | 64.215 | 31.578 | 76.987 |
Sophomore year | 79.147 | 10.478 | 81.182 |
The sample of students in this study participated in the school’s three comprehensive quality assessments, which used a self-administered comprehensive quality assessment scale to generate each student’s comprehensive quality score, which reflected the tested students’ literacy status in six areas of physical and psychological, political, civic, humanistic, and scientific literacy in percentage terms and averaged to obtain their comprehensive quality status. In this section, only the average score of the student group is used to reflect the status of this dataset, and Figure 2 shows the average score of the comprehensive quality assessment of students’ thoughts and behaviours. Figures (a)-(c) are January 2017, November 2017, and November 2018, respectively. Taking the 2015 and 2016 classes as an example, the composite scores of the quality of thought and behaviour of the 2015 class for these three time periods are 68.0775, 63.8689 and 69.3028, which dropped in November 2017 but have improved in 2018. The scores of the 2016 class are 66.3454, 67.2384 and 67.7676, which have been improved year by year.

Evaluation of students’ mental behavior
Figure 3 shows the frequency of students’ participation in the activities of the civic classroom based on abnormal behaviour analysis, from left to right, the frequency of the activities of the students of the 2015 grade in November 2017 with the comprehensive quality assessment score, the frequency of the activities of the students of the 2015 grade in November 2018 with the comprehensive quality assessment score, and the frequency of the activities of the students of the 2017 grade in November 2018 with the comprehensive quality assessment score. First, through segmented statistics, we can observe the trend of students’ frequency of behavior in the second classroom and their comprehensive literacy scores. In the comprehensive literacy assessment conducted in January 2017, there were fewer students participating, which was not statistically significant. In the comprehensive literacy assessment in November 2017, the students of grade 2015 were in the fifth semester, and the students of grade 2017 had just entered the school, so we took the students of grade 2015 who participated in the comprehensive literacy assessment data as the research sample.

Class participation frequency
In the comprehensive quality assessment of November 2018, the students of the class of 2015 were in the seventh semester, the class of 2017 was in the third semester, and the students of the class of 2018 had just entered the school. So, the data of two years of activity frequency data from 2015 class students and the data of first-year activity frequency data from 2017 class students were used as the research samples.
It can be seen from the basic quantitative statistics that as the frequency interval of the activity increases, the comprehensive quality score basically also increases, for example, in the activity frequency and comprehensive quality score of the students of the class of 2017 in November 2018, when the frequency of student participation is between [6,15), the score is 65.265, and the score increases to 78.59 when the frequency of the activity is increased to [30,50]. Further validate the relationship between students’ participation in the Civics classroom activities and the impact of abnormal behavior analysis on the comprehensive quality of thoughts and behaviors.
Regardless of the reliability and validity of the comprehensive quality assessment, because the assessment is conducted randomly on students in separate years, it should be assumed that the relative evaluative value within the comprehensive quality assessment department exists, and for this reason, the trend of the average score of the comprehensive assessment in the college of the sample students over the years was compared. The average score for the comprehensive quality assessment in each grade, which is the average score of all students participating in the comprehensive quality assessment of Civics in that grade, is shown in Figure 4. The Civics classroom system based on the analysis of abnormal behaviours in this study has been implemented since September 2015, covering the period of freshman and sophomore years in the four grades from grade 2015 to grade 2018, while the students in grades 2013 and 2014 are already in their senior years and the system has not been implemented. As can be seen from the data in the graph, the implementation of the system of analysis of students’ abnormal behaviour showed a significant improvement in the seventh-semester performance of the class of 2015 compared to the other two, increasing to 69.6125. In the fifth semester comparison, the average performance and ranking of the classes of 2015 (68.154) and 2016 (68.455), which were covered by the system, were also significantly better than those of the class of 2014, where the system was not implemented. In the comparison between the first and third semesters, there is no reference grade, but it is also better in terms of ranking and the absolute value of marks. This shows that the implementation of Civics classroom education for the monitoring of students’ abnormal behavior has a positive motivational effect on the results of the Comprehensive Quality Assessment of Thought and Behaviour in this study.

The average score of the comprehensive quality score of each grade
As long as the development of students’ moral cognitive ability is turned into dynamic learning, and the learned moral cognition is well digested and absorbed, behavioural training is no longer a mechanical repetition but an active manifestation of individual ability.
Setting up situations for students to know themselves and educate themselves. Self-education is the desire and motivation of the students themselves in their daily life, studies, and activities. In the process of teaching, we should grasp the teaching requirements according to the psychological characteristics of children and inspire and induce them to develop self-awareness. Setting an example, so that students can compare themselves with the example. Teachers should strengthen their moral cultivation, pay attention to their own words and deeds, behavior that sets an example for students, and have an infectious effect, in order to achieve the effect of silent education. Carry out colourful activities so that students in the activities to cultivate themselves. In teaching, teachers should organise them to actively participate in practical activities to the best of their ability, to cultivate and enhance students’ moral feelings in the process of certain moral behaviour, and to further mobilise students’ enthusiasm for self-education.
Nowadays, most students are only children. Due to the superior living conditions, coupled with family spoiling, many of them lack will. They know what should be done and how to do it, but they cannot insist on doing it and may even retreat halfway to give up. Therefore, cultivating students’ strong will is an important condition for the formation of good behavior.
Focus on the sublimation of emotions to generate “internal motivation” for moral behaviour. Human moral emotion is the internal power of moral behavior. Teaching activities should be based on reasoning, with the help of emotion to conduct. The form of training and evaluation should be diversified and have the interest of children. Behavioural training should be combined with the age characteristics and ideological reality of the students and help children to obtain interconnected and deepening experience and experiences. Teaching activities should pay attention to continuity, combining before and after school, inside and outside the classroom, and adopting a variety of forms such as operating exercises, performance exercises, competitions, visits, tracking expeditions, rallies, labour practices, service practices, etc., which are vivid and lively.
In this paper, we use the K-Means clustering algorithm to extract student behavioral features and analyze abnormal behavior among them for behaviors occurring at different time points on campus. The ROCF operator is used to determine abnormalities in students’ thoughts and behaviors, and extract individuals who have local abnormalities. Through the incremental algorithm, abnormal behaviors of students in the dynamic data are evaluated and a behavioral portrait is constructed. Through empirical analysis, it can be seen that the student portrait after clustering analysis is divided into four categories, in which the frequency of bathing in the evening of students of the academic type is 0.4088, and the proportion of consumption is 0.0785. The daily behaviors are more regular, and the behavioural habits are good. Using the algorithm proposed in this paper, the data integration of students’ Civic and Political scores tells us that the average Civic and Political scores of the students in the grades of 2013, 2014, and 2015 are 75.154, 78.522, and 79.549, respectively. The scores of the students of the grade 2016 in the evaluation of the comprehensive literacy of thoughts and behaviours in the first semester of 2017, the second semester of 2017, and the second semester of 2018 are 66.3454, 67.2384, and 67.7676, which got improved year by year. The test grade after the implementation of the student abnormal behaviour monitoring of the ideological classroom education, the score was improved to 69.6125, which shows that the implementation of the student abnormal behaviour monitoring of the ideological classroom education, the positive incentive effect of the comprehensive quality assessment scores in this study exists and has a positive incentive effect on the students’ ideological and behavioural.