CN115883867A - Test question video generation method based on courseware attached video, storage medium and equipment - Google Patents

Test question video generation method based on courseware attached video, storage medium and equipment Download PDF

Info

Publication number
CN115883867A
CN115883867A CN202211459098.8A CN202211459098A CN115883867A CN 115883867 A CN115883867 A CN 115883867A CN 202211459098 A CN202211459098 A CN 202211459098A CN 115883867 A CN115883867 A CN 115883867A
Authority
CN
China
Prior art keywords
courseware
test question
video
page
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202211459098.8A
Other languages
Chinese (zh)
Other versions
CN115883867B (en
Inventor
陈家峰
季英会
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Readboy Education Technology Co Ltd
Original Assignee
Readboy Education Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Readboy Education Technology Co Ltd filed Critical Readboy Education Technology Co Ltd
Priority to CN202211459098.8A priority Critical patent/CN115883867B/en
Publication of CN115883867A publication Critical patent/CN115883867A/en
Application granted granted Critical
Publication of CN115883867B publication Critical patent/CN115883867B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Electrically Operated Instructional Devices (AREA)

Abstract

The invention discloses a test question video generation method, a storage medium and equipment based on courseware-attached videos, which are used for acquiring teaching video data based on courseware, wherein the teaching video data comprises video resources and corresponding courseware information; identifying and extracting test question data from courseware page contents; acquiring courseware page content and page switching data in video resources; determining timestamp information for switching to enter the courseware content and timestamp information for switching to leave the courseware content in the video resources, and accordingly intercepting video clips corresponding to the courseware content; and binding the obtained video clips and the test question data in the video clips into a specified database in an associated manner. The invention utilizes the teaching video with courseware to construct the database of the test question data and the video association storage, so that the user can accurately retrieve the corresponding video resources through the test question data, and various online lesson video resources are more fully utilized.

Description

Test question video generation method based on courseware attached video, storage medium and equipment
Technical Field
The invention relates to the technical field of intelligent education, in particular to a test question video generation method based on courseware attached videos, a storage medium and equipment.
Background
With the continuous development of intelligent education, the intelligent correction, identification and search functions of test questions are gradually matured, but compared with the retrieval content of static texts, the learning capacity of students can be really and quickly improved, the function of retrieving video resources corresponding to knowledge points through test question pictures for learning also appears at present, but test questions corresponding to one knowledge point are various, the number of test questions in the current question bank is increased frequently, the video resources are required to be accurately searched through the test questions, and an effective video resource and test question association binding scheme is still required.
In addition, the online classroom video greatly promotes the spread of high-quality teaching resources, and is popular with users. With the popularization of class recording and broadcasting products, the number of online class video resources is increased, so that users are difficult to find interesting video resources from a huge number of video libraries, and various online class video resources are not efficiently utilized.
Disclosure of Invention
Aiming at the defects of the prior art, the invention aims to provide a test question video generation method, a storage medium and equipment based on courseware videos.
In order to achieve the purpose, the invention adopts the following technical scheme:
a test question video generation method based on courseware attached videos comprises the following specific processes:
s1, acquiring teaching video data based on courseware, wherein the teaching video data comprises video resources and corresponding courseware information; the courseware information comprises the page number of each page in courseware and courseware page content;
s2, identifying and extracting test question data from the courseware page content of each page acquired in the step S1;
s3, acquiring courseware page content and page switching data in video resources:
s3.1, performing page number identification on each frame in the video resource, and matching courseware page content corresponding to each frame from the courseware information obtained in the step S1 by using the identified page number;
s3.2, detecting a courseware page content switching event in the video resource, and acquiring page number information of the contents of the current courseware page, timestamp information of the contents of the current courseware page and timestamp information of the contents of the current courseware page when the courseware content switching event occurs;
s4, according to the result of recognizing the test data from the courseware page content in the step S2, determining the page number of the courseware page content with the test data, according to the page switching data obtained in the step S3, determining the timestamp information of the contents switched into the courseware page in the video resource and the timestamp information switched out of the contents of the courseware page, and accordingly intercepting the video segment corresponding to the contents of the courseware page; and binding the obtained video clips and the test question data in the video clips into a specified database in an associated manner.
Further, in step S2, the test question data includes test question text, and if the test question includes a picture, the test question data should also include a picture of the test question.
Further, the test question data further includes answer text and parsing text.
Still further, in step S2, the test question data is identified from the courseware page content by any one of the following methods:
(1) Identifying and positioning the area of the test block by using a preset test feature map or keywords, and then extracting test data from the test block;
(2) Training a test question recognition model through a large number of test question samples, recognizing test question blocks in the contents of a courseware page by using the test question recognition model, and extracting test question data from the test question blocks;
(3) Manually marking test question tags in the contents of courseware pages of each page, identifying test question blocks through the test question tags, and extracting test question data from the test question blocks.
Further, in step S3.2, the process of detecting the courseware page content switching event in the video resource is as follows: and comparing every two adjacent frames in the video resource, and judging that a courseware page content switching event occurs between the two frames when the difference value of the two adjacent frames is greater than a preset threshold value.
Further, in step S3.2, the page numbers of two adjacent frames in the video resource are compared, and when the page numbers of two adjacent frames change, it is determined that a courseware page content switching event has occurred between the two frames.
The invention also provides a computer-readable storage medium having stored therein a computer program which, when executed by a processor, implements the above-described method.
The invention also provides a computer apparatus comprising a processor and a memory for storing a computer program; the processor is configured to implement the above method when executing the computer program.
The invention has the beneficial effects that: the invention utilizes the teaching video with courseware to construct the database of the test question data and the video association storage, so that the user can accurately retrieve the corresponding video resources through the test question data, and various online lesson video resources are more fully utilized.
Detailed Description
The present invention will be further described below, and it should be noted that the present embodiment is based on the technical solution, and a detailed implementation manner and a specific operation process are provided, but the protection scope of the present invention is not limited to the present embodiment.
The embodiment provides a test question video generation method based on a courseware video, which specifically comprises the following steps:
s1, acquiring teaching video data based on courseware, wherein the teaching video data comprises video resources and corresponding courseware information; the courseware information comprises the page number of each page in courseware and courseware page content;
s2, identifying and extracting test question data from the courseware page content of each page acquired in the step S1; the test question data at least comprises test question texts, answer texts, analysis texts and the like; if the test questions contain pictures, the test question data also contains the pictures of the test questions.
Specifically, in this embodiment, the test question data is identified from the courseware page content in any one of the following ways:
(1) And extracting test question blocks by using the test question feature graph or the keywords. For example, a preset test question feature diagram, or a region of a test question block is matched and positioned through keywords such as example question 1, solutions, formulas and the like, and then test question data are extracted from the test question block;
(2) Firstly, training a test question recognition model through a large number of test question samples, recognizing test question blocks in the content of a courseware page by using the test question recognition model, and then extracting test question data from the test question blocks;
(3) Manually marking test question tags in the contents of the courseware pages of each page, identifying test question blocks through the test question tags (such as drawing rectangular frames on the test question blocks) and then extracting test question data from the test question blocks.
S3, obtaining courseware page content and page switching data in video resources:
s3.1, performing page number identification on each frame in the video resource, and matching courseware page content corresponding to each frame from the courseware information obtained in the step S1 by using the identified page number; many techniques for page identification are well developed, and are not described herein.
And S3.2, detecting a courseware page content switching event in the video resource, and acquiring page number information of the contents of the current courseware page, timestamp information of the contents of the current courseware page and timestamp information of the contents of the current courseware page when the courseware page content switching event occurs.
Specifically, one way to detect a courseware page content switching event in a video resource is: and comparing every two adjacent frames in the video resource, and judging that a courseware page content switching event occurs between the two frames when the difference value of the two adjacent frames is greater than a preset threshold value. The other mode is as follows: and comparing the page numbers of two adjacent frames in the video resource, and judging that a courseware page content switching event occurs between the two frames when the page numbers of the two adjacent frames change.
S4, according to the result of recognizing the test data from the courseware page content in the step S2, determining the page number of the courseware page content with the test data, according to the page switching data obtained in the step S3, determining the timestamp information of the contents switched into the courseware page in the video resource and the timestamp information switched out of the contents of the courseware page, and accordingly intercepting the video segment corresponding to the contents of the courseware page; and binding the obtained video clips and the test question data in the video clips into a specified database in an associated manner.
The current online lesson video is generally accompanied by courseware, and the method of the embodiment utilizes the teaching video with courseware to construct a database with test questions and video associated storage, so that a user can accurately retrieve corresponding video resources through test question data.
Various corresponding changes and modifications can be made by those skilled in the art based on the above technical solutions and concepts, and all such changes and modifications should be included in the protection scope of the present invention.

Claims (8)

1. A test question video generation method based on courseware videos is characterized by comprising the following specific processes:
s1, acquiring teaching video data based on courseware, wherein the teaching video data comprises video resources and corresponding courseware information; the courseware information comprises the page number of each page in courseware and courseware page content;
s2, identifying and extracting test question data from the courseware page content of each page acquired in the step S1;
s3, obtaining courseware page content and page switching data in video resources:
s3.1, performing page number identification on each frame in the video resource, and matching courseware page content corresponding to each frame from the courseware information obtained in the step S1 by using the identified page number;
s3.2, detecting a courseware page content switching event in the video resource, and acquiring page number information of the contents of the current courseware page, timestamp information of the contents of the current courseware page and timestamp information of the contents of the current courseware page when the courseware content switching event occurs;
s4, according to the result of recognizing the test data from the courseware page content in the step S2, determining the page number of the courseware page content with the test data, according to the page switching data obtained in the step S3, determining the timestamp information of the courseware page content switched into the video resource and the timestamp information of the courseware page content switched out of the video resource, and accordingly intercepting the video segment corresponding to the courseware page content; and binding the obtained video clips and the test question data in the video clips into a specified database in an associated manner.
2. The method according to claim 1, wherein in step S2, the test question data includes test question text, and if the test question includes a picture, the test question data should also include a picture of the test question.
3. The method of claim 2, wherein the test question data further comprises answer text and parsing text.
4. The method of claim 1, wherein in step S2, the test question data is identified from the courseware page content by any one of the following methods:
(1) Identifying and positioning the area of the test block by using a preset test feature map or keywords, and then extracting test data from the test block;
(2) Training a test question recognition model through a large number of test question samples, recognizing test question blocks in the contents of a courseware page by using the test question recognition model, and extracting test question data from the test question blocks;
(3) Manually marking test question tags in the contents of courseware pages of each page, identifying test question blocks through the test question tags, and extracting test question data from the test question blocks.
5. The method according to claim 1, wherein in step S3.2, the process of detecting the courseware page content switching event in the video resource is as follows: and comparing every two adjacent frames in the video resource, and judging that a courseware page content switching event occurs between the two frames when the difference value of the two adjacent frames is greater than a preset threshold value.
6. The method according to claim 1, wherein in step S3.2, the page numbers of two adjacent frames in the video resource are compared, and when the page numbers of the two adjacent frames are changed, it is determined that a courseware page content switching event has occurred between the two frames.
7. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method of any one of claims 1 to 6.
8. A computer device comprising a processor and a memory, the computer device comprising
The memory is used for storing a computer program; the processor being adapted to execute the computer program,
carrying out the method of any one of claims 1 to 6.
CN202211459098.8A 2022-11-21 2022-11-21 Test question video generation method, storage medium and device based on attached courseware video Active CN115883867B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211459098.8A CN115883867B (en) 2022-11-21 2022-11-21 Test question video generation method, storage medium and device based on attached courseware video

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211459098.8A CN115883867B (en) 2022-11-21 2022-11-21 Test question video generation method, storage medium and device based on attached courseware video

Publications (2)

Publication Number Publication Date
CN115883867A true CN115883867A (en) 2023-03-31
CN115883867B CN115883867B (en) 2024-04-26

Family

ID=85760405

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211459098.8A Active CN115883867B (en) 2022-11-21 2022-11-21 Test question video generation method, storage medium and device based on attached courseware video

Country Status (1)

Country Link
CN (1) CN115883867B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013196226A (en) * 2012-03-16 2013-09-30 Fujitsu Ltd Data synchronizing method and server device
CN107247732A (en) * 2017-05-05 2017-10-13 广州盈可视电子科技有限公司 Exercise matching process, device and a kind of recording and broadcasting system of a kind of instructional video
WO2018072390A1 (en) * 2016-10-19 2018-04-26 深圳市鹰硕技术有限公司 Classroom teaching recording and requesting method and system
CN112231522A (en) * 2020-09-24 2021-01-15 北京奥鹏远程教育中心有限公司 Online course knowledge tree generation association method
CN112287914A (en) * 2020-12-27 2021-01-29 平安科技(深圳)有限公司 PPT video segment extraction method, device, equipment and medium
CN114254208A (en) * 2021-12-22 2022-03-29 科大讯飞股份有限公司 Identification method of weak knowledge points and planning method and device of learning path
CN115357772A (en) * 2022-08-31 2022-11-18 北京百度网讯科技有限公司 Data processing method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013196226A (en) * 2012-03-16 2013-09-30 Fujitsu Ltd Data synchronizing method and server device
WO2018072390A1 (en) * 2016-10-19 2018-04-26 深圳市鹰硕技术有限公司 Classroom teaching recording and requesting method and system
CN107247732A (en) * 2017-05-05 2017-10-13 广州盈可视电子科技有限公司 Exercise matching process, device and a kind of recording and broadcasting system of a kind of instructional video
CN112231522A (en) * 2020-09-24 2021-01-15 北京奥鹏远程教育中心有限公司 Online course knowledge tree generation association method
CN112287914A (en) * 2020-12-27 2021-01-29 平安科技(深圳)有限公司 PPT video segment extraction method, device, equipment and medium
CN114254208A (en) * 2021-12-22 2022-03-29 科大讯飞股份有限公司 Identification method of weak knowledge points and planning method and device of learning path
CN115357772A (en) * 2022-08-31 2022-11-18 北京百度网讯科技有限公司 Data processing method and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
YUJIE ZHANG 等: "SPCR: Course Resource Service Platform for Computer Supported Teaching and Online Learning", 《2021 16TH INTERNATIONAL CONFERENCE ON COMPUTER SCIENCE & EDUCATION (ICCSE)》, 21 October 2021 (2021-10-21) *
吴蔚: "基于智慧校园的中学自主教学模式探究", 《江西教育 》, no. 17, 1 July 2021 (2021-07-01) *
李莉: "基于网络的虚拟现实教学管理系统的设计与实现", 《中国优秀硕士学位论文全文数据库社会科学Ⅱ辑;信息科技》, no. 2, 15 February 2022 (2022-02-15) *

Also Published As

Publication number Publication date
CN115883867B (en) 2024-04-26

Similar Documents

Publication Publication Date Title
CN109359215B (en) Video intelligent pushing method and system
US11508251B2 (en) Method and system for intelligent identification and correction of questions
CN109271401B (en) Topic searching and correcting method and device, electronic equipment and storage medium
US10642892B2 (en) Video search method and apparatus
CN109977291B (en) Retrieval method, device and equipment based on physical knowledge graph and storage medium
CN108121715B (en) Character labeling method and character labeling device
CN112115301B (en) Video annotation method and system based on classroom notes
CN107944023B (en) Exercise pushing method and system and terminal equipment
CN104881428B (en) A kind of hum pattern extraction, search method and the device of hum pattern webpage
CN111610901B (en) AI vision-based English lesson auxiliary teaching method and system
CN113254708A (en) Video searching method and device, computer equipment and storage medium
EP4134900A3 (en) Method and apparatus for recommending content, method and apparatus for training ranking model, device, and storage medium
CN114357206A (en) Education video color subtitle generation method and system based on semantic analysis
CN110706532A (en) Question asking method for online education
CN113205046A (en) Method, system, device and medium for identifying question book
CN111522992A (en) Method, device and equipment for putting questions into storage and storage medium
CN115883867B (en) Test question video generation method, storage medium and device based on attached courseware video
CN111489596A (en) Method and device for information feedback in live broadcast teaching process
CN111008295A (en) Page retrieval method and device, electronic equipment and storage medium
CN115757937A (en) Student side online teaching resource recommendation method
CN112668561B (en) Teaching video segmentation determination method and device
CN115482547A (en) Method, storage medium and equipment for realizing examination question correction trace identification
CN115618052A (en) Single-subject teaching video generation method, storage medium and equipment
CN113747258B (en) Online course video abstract generation system and method
CN114691903A (en) Intelligent course testing method and system, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant