Research on Information Technology Integration and Teaching Process Optimization in Digital Transformation of Civic and Political Education in Colleges and Universities
Publicado en línea: 19 mar 2025
Recibido: 14 oct 2024
Aceptado: 03 feb 2025
DOI: https://doi.org/10.2478/amns-2025-0344
Palabras clave
© 2025 Yanjie Huai, published by Sciendo
This work is licensed under the Creative Commons Attribution 4.0 International License.
Information technology is constantly improving and innovating technology to meet the development needs of modern society. Now the information system is applied to various fields, but various industries in the information system open process, there is no uniform standard, in different information systems in the data interaction, data conversion and other aspects of certain problems, it can not promote the information system is compatible with each other [1-3]. Information technology integration can effectively solve these problems, through the use of effective technical means to business-related independent information systems for the unified integration, to provide users with a unified and powerful integrated information system, so that the information systems of various industries are compatible with each other, can improve efficiency, can provide better service to the user, and to improve the service functions of various industries [4-7]. The depth of development of information technology integration provides technical support for the digital transformation of ideological education in colleges and universities, and provides a new path for the optimization of the teaching process of ideological education [8-10].
As a technology and means, digitalization and informatization can not only flexibly assist the practice and innovation of various modes of ideological and political education in colleges and universities, but also stimulate the subjectivity and creative potential of teachers and students, and contribute to the mutual integration and symbiosis and transcendental development between different educational ecologies, educational resources and digital technologies [11-13]. First of all, the first advantage of the digital transformation of the ideological education in colleges and universities is to enhance the interaction between teachers and students as the main body and the machine as the auxiliary, the subjective initiative and teaching innovation, and to continuously stimulate the development potential of human beings and machines through repeated educational and teaching practices, to view the spiritual world of human beings, enlighten human thought and wisdom, and to promote the all-round development of human beings [14-15]. The second advantage is that it helps to break the knowledge barriers between disciplines, create an open and inclusive nurturing environment, and promote the creative generation and integrated development of the content of ideological education in colleges and universities. The third advantage is that digitalization can break through the limitations of time and space, and enhance the continuity and durability of the nurturing role of ideological and political education in colleges and universities [16-18]. Colleges and universities bear the important task of cultivating high-quality skilled talents for the country. Promoting the digital transformation of ideological and political education in colleges and universities is not only an inevitable choice to comply with the education development strategy of the country’s new journey, but also a way to better utilize the powerful value function of ideological and political education in colleges and universities and its effectiveness in educating people [19-21].
This paper proposes the information technology integration methods of data integration and algorithm integration respectively, and applies them to the comprehensive information system of Civic Education in colleges and universities to realize the information technology integration of Civic Teaching Management System and Civic Personalized Online Learning System. The system frameworks of Civic and Political Teaching Management System and Civic and Political Personalized Online Learning System both adopt B/S architecture mode and jointly use MySQL database to store system data. The learning management recommendation function of the Civic Government Teaching Management System uses collaborative filtering algorithms together with the learning resources recommendation function of the Civic Government Personalized Online Learning System. On the basis of MVC framework, the former uses collaborative filtering recommendation algorithm to analyze the similarity of different users’ features and recommend resources that may be of interest to the users, uses Pearson’s correlation similarity to calculate the similarity of the resources of a user’s preferred items, and calculates the similarity between users with the help of modified cosine similarity algorithm. The latter is based on collaborative filtering algorithm to establish learner-learning resource scoring matrix, which predicts the learning resource scores based on the learners’ scores of the learning resources in the nearest-neighbor dataset, and ultimately produces the recommendation results. This paper analyzes the integration utility of the Civics Teaching Management System and the Civics Personalized Online Learning System respectively, and carries out the optimization practice of the Civics teaching process with the first-year students majoring in political science in University D as the research object, and conducts an in-depth analysis of the practice effect in terms of the Civics core literacy, Civics ideological awareness and Civics teaching quality.
With the rapid development of information technology, the field of applying information technology to realize digital transformation is also expanding. In the process of opening up information systems in various industries, there is no unified standard, which brings certain difficulties to the integration of information systems. In different information systems, data interaction, data conversion, and other aspects of certain problems can prevent compatibility between information systems, which can lead to a weak information system.Compatibility between information systems in various industries can improve work efficiency, provide better service for users, and enhance the service functions of various industries.
The trend of applying information technology to realize digital transformation has also inevitably entered the field of university civic education, and how to realize the integration of various information technologies and systems in the digital transformation of university civic education has also become a hotly debated topic in the industry.
In view of the integration methods of different information technologies and systems in the digital transformation of the Civic and Political Education in colleges and universities, this paper mainly proposes the methods of data integration and algorithm integration.
Data integration technology is a key technology in information technology integration, and its application promotes the integration of information systems. So that the application of unified storage data between different digital information systems, to ensure fast and efficient query, improve the efficiency of data processing.
Algorithm integration is an important part of the realization of comprehensive data processing and analysis, which can meet the requirements of parallel operation and flexible expansion of different information technology systems, and satisfy the users’ demand for “plug-in” mobilization of different information systems, and the connection between the systems is closer.
With the purpose of optimizing the teaching process in the digital transformation of Civics education in colleges and universities, the next step of this research will be to build up the Civics Teaching Management System based on MVC framework and the Civics Personalized Online Learning System based on Python, respectively. Both will achieve information technology integration and enhance system performance by adopting the data and algorithm integration method with a common student user dataset and the use of collaborative filtering optimization algorithm.
The design of the Civics Teaching Management System consists of two main aspects, which are the module structure design and function module design of the system. The module structure design is shown in Figure 1. The learning function includes material uploading, content guidance, material indexing and hotspot ranking, the management function includes material uploading and changing, column changing, material categorization and forum management, the interaction function includes online interaction, learning forum, e-mail and video retrieval, and the record function includes learning archives, personal information, process records, communication records and insights. Functional module design is mainly based on the module structure, the Civics Teaching Management System is divided into nine functional modules, which are Independent Learning Area, Social Cognition Area, Learning Navigator, Teacher-Student Interaction, Teacher Style, Achievement Display, Data Download, Fine Products Zone and Learning Forum.

Main module functions
NET platform to realize data sharing and network communication, mainly through the enterprise application in Castle to build enterprise application framework, the process of data access framework to the application framework, followed by the Web layer MVC framework and AOP, the process effectively reduces the difficulty of the development and reduces the development time [22].ActiveRecord in Castle will be each data table with each model class one-to-one correspondence, and the records in the data table correspond to the model instance, based on the object model instead of the database operation mode, so that the data and business logic layer access to independence, enhance the transparency of the system development, speak and accelerate the development progress. This paper applies the B/S three-tier architecture model in order to expand the program and realize the high security and flexibility of the system. B/S three-tier architecture for Civic Teaching Management in Higher Education [23].
The database will be MySOL. MySQL is an open source small relational database management system developed by MySQL AB, Sweden. Since MySQL is open source software, the software is completely free to install and use, easier to install and use, and supports multiple platforms at the same time, it is one of the most popular relational database management systems. Due to the advantages of MySQL databases, such as fast speed and ease of installation and use, MySQL is generally chosen as the database of choice for website development.
Meanwhile, the collaborative filtering algorithm proposed in this research is added to the system architecture to improve the recommendation efficiency of teaching management of Civics courses in universities. In addition, the system simplifies the process of data handling through ActiveRecord, which increases the stability and efficiency of the system.
Collaborative filtering recommendation algorithm can analyze the feature similarity of different users and recommend the resources that may be interested for the users, and the algorithm has lower requirements on the amount of data, which can better explore the potential resources that the users are interested in, and it is suitable for the personalized recommendation of the resources of the Civics Teaching Management System in colleges and universities. Firstly, the user’s interest model is created based on the user’s basic information, such as age, gender, academic performance, learning preference, etc., and the user-item scoring matrix can be obtained from the interest model, as shown in equation (1):
In the formula,
In the formula,
Using Pearson correlation similarity, we can calculate the similarity of the program resources preferred by a certain user, while the modified cosine similarity algorithm can also calculate the similarity between users. The collaborative filtering algorithm is used to intelligently recommend Civics teaching resources for users, but the algorithm has data sparsity and cold-start defects, such that it cannot better provide users with resources of interest, reduces the accuracy of resource recommendation, and the scoring matrix presents a more sparse state [24]. In order to better recommend Civics teaching resources for users and assist teachers and students in teaching and learning, this paper invokes the K-means clustering algorithm to improve the collaborative filtering algorithm [25]. Firstly, the distance between the pre-set initial clustering center and a certain point is calculated using the Euclidean formula, as shown in equation (5):
The Python-based personalized online learning system for Civics proposed in this section will share MySOL database resources with the MVC framework-based Civics Teaching Management System constructed above by using a unified user storage data.
This system also adopts B/S architecture, the web server adopts Apache, the database still adopts MySQL, and the Django framework of Python is used for design and development.
The system as a whole is modularized and divided into three modules: teacher, student, and administrator. Teacher module is mainly for teachers to use, teachers can log in the system with an account and password to upload high-quality course chapter video and multimedia courseware and other learning materials, and then give students a certain course learning tasks, students as long as the completion of each course unit learning tasks after the unit of knowledge test, the teacher can also be on the student’s answers and homework for correction.
Student module is mainly for student users to use the subsystem, student users can log in to the system to watch online course videos and courseware, course learning can be carried out after the end of the online examination, in the course of learning process encountered difficult problems, you can ask the teacher questions at any time in the system or with other students to discuss exchanges, which can effectively improve the initiative of the students to learn independently.
Administrator module is mainly for the system administrator to log in the background system, the system administrator has the highest authority of the system, the system administrator can not only effectively manage the teachers and students of the system to log in the account password and other information, and can set up the system access privileges of the teacher user, but also can be customized for all the functions of the system.
Database design is the basis for the development of database application system, when designing the database, the relationship between each module should be fully considered, to create the right size, low redundancy and data reading efficiency of the data model. The database of this system includes student information table, teacher information table, chapter information table, video information table, course information table, comment information table, test question information table and so on.
1) Based on learners’ explicit ratings of learning resources, a learner-learning resource rating matrix can be created. Where row
2) Set a threshold μ for the matrix sparsity, and then calculate the sparsity of the learner-learning resource rating matrix. The matrix sparsity formula is shown below:
3) The cosine similarity method is used to calculate the learner similarity, which measures the similarity between learners by calculating the cosine of the angle between two vectors, and the calculation formula is as follows:
Through learner similarity calculation, the neighbor set
4) Based on the learners’ ratings of the learning resources in the nearest neighbor dataset, the target learners’ ratings of the learning resources can be predicted, and the final recommendation results are generated to push the learning resources to the target learners.
In the above paper, it can be learned that the Civics Teaching Management System and Civics Personalized Online Learning System constructed in this paper have realized the integration of information technology through the data integration method and algorithm integration method. In this paper, the effects of information technology integration will be verified through the two aspects of system throughput and data synchronization. The selected comparison objects are the Civic Teaching Management System and Civic Personalized Online Learning System without information technology integration, and are then referred to as the initial Civic Teaching Management System and the initial Civic Online Learning System, respectively.
System throughput (TPS) is the amount of system transactions per second. In this section, the system throughput test is carried out respectively on the comprehensive system of information on Civics and Political Education in colleges and universities constructed in this paper, and the test results are specifically shown in Fig. 2. A1 and A2 in the figure represent the Civics Teaching Management System and the initial Civics Teaching Management System in this paper respectively, while B1 and B2 represent the Civics Personalized Online Learning System and the initial Civics Online Learning System in this paper. From the figure, we can see that the system throughput of the IT-integrated Civic and Political Teaching Management System and the Civic and Political Personalized Online Learning System is always higher than that of the non-IT-integrated system, and when the number of requests reaches the maximum of 1,000, the system throughput reaches 12.3 and 11.39 respectively, which is higher than that of the non-IT-integrated system by 11.18 and 6.65, respectively. This demonstrates the excellent processing capability of the system server.

TPS
The goodness of the system does not only depend on whether its functions can be realized, but also closely related to the performance of the system. This section will test the data synchronization performance of this paper’s comprehensive system of information on ideological and political education in colleges and universities. Select the file size of 100M, 500M, 1G, 10G, 50G files, respectively, respectively, three transmission test, take the average time consuming, test results are specific as shown in Table 1. Along with the A1, A2, B1, B2 pronouns used in the previous section. As can be seen from the table, regardless of whether the system is integrated with information technology, the file transfer time increases with the increase in file size. However, a horizontal comparison between the comprehensive information system of college civic education constructed in this paper and the system without information technology integration shows that the file transfer time of the civic education management system and the personalized online learning system of civic education in this paper is significantly faster than that of the non-information technology integrated system in the comparison. The transfer time of 100MB, 500MB, 1GB, 10GB and 50GB files in this paper is faster than that of the initial ideological and political teaching management system (4.06s), 8.29s, 11.6s, 33.15s and 394.86s, respectively, while the ideological and political personalized online learning system in this paper is higher than that of the initial ideological and political personalized online learning system by 1.32s, 4.84s, 8.26s, 84.16s and 478.53s, respectively. Obviously, after the integration of information technology, the synchronization performance of the system has significantly improved.
The synchronization of the system
| File size | File transfer time(s) | |||
|---|---|---|---|---|
| A1 | A2 | B1 | B2 | |
| 100MB | 0.92 | 4.98 | 1.32 | 6.11 |
| 500MB | 4.35 | 12.64 | 4.84 | 15.48 |
| 1GB | 8.89 | 20.49 | 8.26 | 22.16 |
| 10GB | 87.49 | 120.64 | 84.16 | 135.73 |
| 50GB | 451.25 | 846.11 | 478.53 | 912.46 |
In the discussion of the digital transformation of Civic and Political Education in colleges and universities, this paper builds a comprehensive information system for Civic and Political Education in colleges and universities and realizes the integration of information technology. In order to explore the optimization of the teaching process of Civic and Political Education by applying the information integrated system of Civic and Political Education in colleges and universities in this study, action research method is adopted, and a control group is set up to increase the credibility and validity of the study. The subjects of the action research are the first year class 1 and class 2 students majoring in political science in University D. The control class is class 2 and the experimental class is class 1.
Class 2, as the control group, adopts the traditional teaching method for students’ Civics teaching management and Civics learning, while Class 1 will apply this paper’s comprehensive system of information on Civics education in colleges and universities to carry out Civics teaching, and explore the effect of the actual optimization of the teaching process in terms of Civic core literacy, Civic ideology, and Civic teaching quality. The duration of this practical activity is 3 months, totaling 12 weeks.
At the end of the practice, the Civic and Political Core Literacy of the students in the control class and the experimental class were tested respectively, and the collected data were specifically shown in Figure 3. In the figure, I1~I4 represent the four Civic and Political Core Literacy Indicators of Political Concept, Scientific Thinking, Inquiry and Practice, and Civic and Political Responsibility. According to the changes in the Civic and Political Core Literacy of the experimental class and the control class before and after the practice, it can be learned that the overall Civic and Political Core Literacy of the two showed an upward trend, and the Civic and Political Core Literacy was improved. Among them, scientific thinking is the best, with an improvement of 5.63 in the experimental class, and scientific attitude and responsibility is less, with an improvement of only 2.01 in the experimental class.By comparing the difference in test scores between the experimental class and the control class before and after the test, it can be found that the experimental class is significantly better than the control class in terms of the improvement of the core literacy of the students in the four core literacy indicators of Civic and Political Concepts, Scientific Thinking, Inquiry and Practice, and Civic and Political Responsibility, all of them showing an upward trend in the core literacy. In addition, after the practice, the mean value of each index of the experimental class is higher than that of the control class, and the indexes of the four core Civic and Political concepts, scientific thinking, inquiry and practice, and Civic and Political responsibility are higher than that of the control class by 2.35, 2.77, 3.94, and 5, respectively.

Core quality of ideology and politics
In order to verify whether there are obvious changes in the ideological awareness of the experimental class and the control class in the practice of optimizing the teaching process of ideology in colleges and universities, the data related to the ideological awareness of the experimental class and the control class were collected respectively at the end of the practice. Ideological and political ideology includes six dimensions: learning interest, learning style, political quality, moral cultivation, professional quality, and craftsman spirit, and the dimension evaluation adopts a 5-level Likert scale, which is set up as “strongly agree”, “agree”, “uncertain”, “disagree”, and “strongly disagree” and is scored as 5, 4, 3, 2, and 1 respectively, and the higher the score, the higher the student’s ideological and political awareness. After practice, the changes in ideological and political consciousness between the experimental class and the control class are shown in Table 2. From the data in the table, it can be seen that the average values of the experimental class in the dimensions of learning interest and learning style were 3.88 and 3.72, which were close to the level of “agreeing (=4)”, and the mean values of political quality, moral cultivation, professional quality and craftsman spirit were 4.26, 4.43, 4.48 and 4.65, respectively, which were all greater than 4.2, close to the level of “very much agreeing (=5)”, which was generally a good level. However, the mean value of each dimension of ideological and political ideology in the control class was only greater than 2.9 and less than 4, which was close to the level of “uncertain (=3)” and was generally at a relatively general level.
Ideology and political ideology
| Class | Dimension | Mean value | Standard deviation | Maximum value | Minimum value |
|---|---|---|---|---|---|
| Experimental class | Study interest | 3.88 | 0.65 | 4.2 | 3 |
| Learning mode | 3.72 | 0.56 | 4.1 | 3.1 | |
| Political quality | 4.26 | 0.52 | 4.5 | 3.4 | |
| Moral cultivation | 4.43 | 0.38 | 4.6 | 3.6 | |
| Professionalism | 4.48 | 0.44 | 4.6 | 3.7 | |
| Craftsman spirit | 4.65 | 0.51 | 4.8 | 3.5 | |
| Control class | Study interest | 3.57 | 0.53 | 4.1 | 2.9 |
| Learning mode | 3.41 | 0.48 | 4.2 | 2.8 | |
| Political quality | 3.32 | 0.67 | 4.4 | 2.1 | |
| Moral cultivation | 3.28 | 0.74 | 4.2 | 1.8 | |
| Professionalism | 2.91 | 0.72 | 4.8 | 1.9 | |
| Craftsman spirit | 3.12 | 0.68 | 4 | 1.6 |
This section will analyze the changes in the quality of Civics teaching in experimental and control classes during the process of optimizing the practice of Civics teaching in colleges and universities.The Civics teaching quality process score is 10 points. The practice of optimization of the Civics teaching process in colleges and universities lasts for 3 months, 12 weeks in total, in each week respectively collects the Civics teaching quality evaluation data of the experimental class and the control class, and the 12-week bridge diagram of the Civics teaching quality process evaluation data is specifically shown in Figure 4. From the figure, it can be clearly seen that in the 12-week practice, the experimental class Civics teaching quality evaluation scores show a steady increase in the trend, there has not been a decrease in evaluation scores. The Civics Teaching Quality Score of the experimental class increased from 6.12 in the 1st week to 9.34 in the 12th week, with an increase of 3.22. As for the control class, its Civics Teaching Quality Score showed more obvious fluctuations in the 12 weeks, with decreases in the 2nd, 4th, 5th, 9th, and 10th weeks respectively, and the final Civics Teaching Quality Score was 7.18, which is lower than that of the experimental class by 2.16.

Bridge diagram of the quality evaluation of the teaching quality
In the face of the digital transformation of college civic education, this paper builds up a comprehensive system of college civic education information and integrates the information technology of data integration and algorithm integration to integrate the civic teaching management system and the civic personalized online learning system in the comprehensive system to improve the performance of the system. As a means of Civics teaching, the comprehensive system of Civics education in colleges and universities is used to optimize the teaching process of Civics in colleges and universities by selecting the first-year students of political science majoring in class 1 and class 2 of University D as the research objects. In the Civics Core Literacy Test, the four Civics Core Literacy Indicators of students in the experimental class after practice, namely Civic Concepts, Scientific Thinking, Inquiry and Practice, and Civic Responsibility, were higher than those of the control class by 2.35, 2.77, 3.94, and 5, respectively, with the best improvement in the indicator of Scientific Thinking, which increased by 5.63. In terms of ideological awareness, all the dimensions of the control class are greater than 2.9 and less than 4, which is close to the level of “uncertainty (=3)”, and the overall level is relatively average. On the other hand, the mean values of the dimensions of ideological awareness of the experimental class are all greater than 3.7, of which the mean values of the dimensions of political quality, ethical cultivation, professionalism, and craftsmanship are 4.16, 4.43, 4.48, and 4.65, which are greater than 4, and the overall level of ideological awareness of ideological awareness of the experimental class shows a good level. After 3 months, i.e. 12 weeks of Civics teaching practice, the Civics teaching quality evaluation of the experimental class and the control class reached 9.34 and 7.18 respectively, with the former higher than the latter by 2.16, and during the 12-week process, the Civics teaching quality evaluation of the experimental class maintained a steady upward trend, while the control class showed obvious fluctuations, with a total of 5 weeks of declining Civics teaching quality ratings. The experimental class has been steadily increasing throughout the course of 12 weeks, while the control class has shown obvious fluctuations, with a drop in the quality of Civics teaching in 5 weeks.
