| Literature DB >> 35126491 |
Yingjie Sun1, Yang Li1, Yuan Tian1, Wanqiang Qi2.
Abstract
The rapid development of computer network technology in today's society has also brought new opportunities for the transformation of the teaching management mode of colleges and universities. Nowadays, most colleges and universities are gradually improving the construction of campus informatization projects, further integrating school teaching resources, centralizing the work related to the work process, and carrying out platform management to improve the daily work efficiency of various departments of the school, which is also prominent from the user experience. Humanized management out of school. This paper designs and develops a set of online teaching management system suitable for colleges and universities, realizes the informatization of college teaching management, and solves the traditional teaching methods, such as the inability of offline correspondence students to take classes in time and the limited teaching venues. Through comparison and analysis, in order to ensure that the system has better portability, this article will mainly adopt the MVC architecture model to develop and design the entire school hybrid teaching management system. The MVC architecture model is mainly developed based on the abstract design model. Strong reusability, combined with the system architecture, the main choice for database selection is development based on Oracle database technology. In the specific development process, the detailed business requirements and functional requirements of the entire school online teaching management system will be analyzed in detail. Based on this, by adopting an object-oriented approach, the system management included in the school's hybrid teaching management system will be further analyzed. Detailed analysis and design of the specific functional structure, work flow, work sequence diagram and class diagram of the online learning management and article management functional modules, and finally complete the implementation and testing of the various functional modules of the system.Entities:
Mesh:
Year: 2022 PMID: 35126491 PMCID: PMC8816559 DOI: 10.1155/2022/4447530
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1MVC architecture diagram.
Figure 2Flow chart of genetic algorithm.
Figure 3System overall architecture diagram.
Figure 4Network topology structure diagram of the hybrid teaching management system in colleges and universities.
Figure 5Functional structure diagram of online learning management module.
Figure 6Working sequence diagram of online learning operation.
Detailed description of online course information table.
| Field name | Field type and length | Field explanation |
|---|---|---|
| Course_ID | Varchar2(20) | Course number (primary key) |
| Course_Name | Varchar2(50) | Course title |
| Course_Type | Varchar2(30) | Course type |
| Teacher | Varchar2(20) | Teacher |
| Course_Hours | Float(10) | Course hours |
| Chapter_Content | Varchar2(2000) | Chapter content |
| Course_Credit | Float(10) | Course credits |
| Subordinate_Specialty | Varchar2(50) | Their profession |
| Course_Manager | Varchar2(20) | Course manager |
| Exercise | Varchar2(2000) | Homework |
| Course_Duration | Float(10) | Course duration |
Figure 7Class diagram of online learning management module.
Figure 8User login implementation interface.
Figure 9The core code of the management module of the hybrid teaching management system.
Online learning management function test case description table.
| Functional test number | Testing requirements | Prerequisites | Detailed operation | Expected outcome | Results of testing |
|---|---|---|---|---|---|
| GN-003 | Able to realize online course creation and online course review and release operations in the online course management sub-module | Use the identity of the instructor in school | On the main interface of the displayed system, select “Online Learning Management Selection” and “Online Course Management” | Successfully enter the “Online Learning Management” page, select “Online Course Management,” select the corresponding course template, and click Create. After the specific content of the online course is successfully created and imported, the database information can be updated, and prompts will be given. Wait approved, the specific content of the course can be | Pass through |
|
| |||||
| GN-004 | Able to realize online course query and registration in the sub-module of my course management | Use the status of a college student to click “online learning management” in the main interface of the school's online teaching management system to enter it smoothly | On the main interface of the displayed system, select “Online Learning Management Selection” and “Then My Course Management” | successfully released, and can be inquired on the system homepage | Pass through |
|
| |||||
| GN-0 05 | Able to realize the video-on-demand and learning operation of the course in the online learning sub-module | Use the status of a college student to click on “Online Learning Management” in the main interface of the online teaching management system to enter it smoothly | On the main interface of the displayed system, select “Online Learning Management Selection” and “Then Online Learning” | Successfully enter the “online learning management” interface, select “online learning,” you can query the selected course video in the displayed interface, and can order the required learning video according to the date and chapter, and the system can play the selected video normally, during the learning process, be able to mark the videos you watched and make corresponding notes | Pass through |
Figure 10System concurrent performance test.
Concurrent user performance test table.
| Number of test users | Expected test value (seconds) | Actual test value (seconds) |
|---|---|---|
| 50 | 2.0 | 1.444 |
| 100 | 3.0 | 2.688 |
| 150 | 4.0 | 3.676 |
| 200 | 5.0 | 4.941 |