CN111385346A - Interactive answer method, client and electronic equipment - Google Patents

Interactive answer method, client and electronic equipment Download PDF

Info

Publication number
CN111385346A
CN111385346A CN201910294385.XA CN201910294385A CN111385346A CN 111385346 A CN111385346 A CN 111385346A CN 201910294385 A CN201910294385 A CN 201910294385A CN 111385346 A CN111385346 A CN 111385346A
Authority
CN
China
Prior art keywords
data content
student
teacher
message
theme
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.)
Pending
Application number
CN201910294385.XA
Other languages
Chinese (zh)
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.)
Hitevision Co Ltd
Original Assignee
Hitevision 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 Hitevision Co Ltd filed Critical Hitevision Co Ltd
Priority to CN201910294385.XA priority Critical patent/CN111385346A/en
Publication of CN111385346A publication Critical patent/CN111385346A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B5/00Electrically-operated educational appliances
    • G09B5/08Electrically-operated educational appliances providing for individual presentation of information to a plurality of student stations
    • G09B5/14Electrically-operated educational appliances providing for individual presentation of information to a plurality of student stations with provision for individual teacher-student communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/566Grouping or aggregating service requests, e.g. for unified processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Educational Technology (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an interactive answering method, a client and electronic equipment, which comprise: sending a subscription message for subscribing the student theme to an MQTT server; sending a publishing message comprising teacher data content to a teacher topic of the MQTT server; and receiving a push message sent by the MQTT server, wherein the push message comprises student data content of a student theme. The interactive answering method and the interactive answering system can achieve the interactive answering function between the first client used by the teacher and the second client used by the students.

Description

Interactive answer method, client and electronic equipment
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to an interactive question answering method, a client, and an electronic device.
Background
At present, whiteboard has wide application in education and teaching field, and the usable whiteboard of teacher gives lessons, and abundant function and effect can fully mobilize student's classroom enthusiasm, promote the teaching effect. In practical application, a teacher can perform a class test or arrange a class job after giving lessons, students can answer questions on class or finish the job home and then submit the questions to the teacher for examination, and a relatively perfect interactive answer system does not exist at present.
Disclosure of Invention
In view of this, the present invention provides an interactive question answering method, a client and an electronic device, which can implement an interactive question answering function.
Based on the above purpose, the present invention provides an interactive answer method, applied to a first client, including:
sending a subscription message for subscribing the student theme to an MQTT server;
sending a publishing message comprising teacher data content to a teacher topic of the MQTT server;
and receiving a push message sent by the MQTT server, wherein the push message comprises student data content of a student theme.
Optionally, the teacher data content includes teacher information, subject, classroom, date and exercise content, and the student data content includes student information and answer content.
Optionally, the release message is a message that encapsulates the teacher data content into a Google protobuf format, and the push message is a message that encapsulates the student data content into a Google protobuf format.
Optionally, the method further includes analyzing the push message to obtain the student data content, performing examination scoring on the student data content to obtain an examination scoring result, and sending the teacher data content and the examination scoring result to a data storage server.
The embodiment of the invention provides an interactive answer method which is applied to a second client and comprises the following steps:
sending a subscription message for subscribing the teacher theme to the MQTT server;
receiving a push message sent by the MQTT server, wherein the push message comprises teacher data content of a teacher theme;
and sending a publishing message comprising student data content to the student theme of the MQTT server.
Optionally, the teacher data content includes teacher information, subject, classroom, date and exercise content, and the student data content includes student information and answer content.
Optionally, the release message is a message that encapsulates the student data content into a Google protobuf format, and the push message is a message that encapsulates the teacher data content into a Google protobuf format.
Optionally, the method further includes analyzing the teacher data content to obtain the teacher data content, and analyzing and sequencing the teacher data content according to the exercise types; and sending the student data content to a data storage server.
An embodiment of the present invention further provides a first client, including:
the system comprises a first sending module, a first receiving module and a first scheduling module, wherein the first sending module is used for sending a subscription message for subscribing a student theme to an MQTT server and sending a publishing message comprising teacher data content to a teacher theme of the MQTT server;
the first receiving module is used for receiving the push message sent by the MQTT server, and the push message comprises student data content of a student theme.
Optionally, the teacher data content includes teacher information, subject, classroom, date and exercise content, and the student data content includes student information and answer content.
Optionally, the release message is a message that encapsulates the teacher data content into a Google protobuf format, and the push message is a message that encapsulates the student data content into a Google protobuf format.
Optionally, the first client further includes:
the first analysis module is used for analyzing the received push message to obtain student data contents of a student theme;
and the first sending module is used for sending the teacher data content and the examination grading result obtained according to the student data content to a data storage server.
An embodiment of the present invention further provides a second client, including:
the second sending module is used for sending a subscription message for subscribing the teacher theme to the MQTT server; sending a publishing message comprising student data content to a student theme of the MQTT server;
and the second receiving module is used for receiving a push message sent by the MQTT server, wherein the push message comprises teacher data content of a teacher theme.
Optionally, the teacher data content includes teacher information, subject, classroom, date and exercise content, and the student data content includes student information and answer content.
Optionally, the release message is a message that encapsulates the student data content into a Google protobuf format, and the push message is a message that encapsulates the teacher data content into a Google protobuf format.
Optionally, the second client further includes:
the second analysis module is used for analyzing the received push message to obtain teacher data content of a teacher theme, and analyzing and sequencing the teacher data content according to the exercise types;
and the second sending module is used for sending the student data content to a data storage server.
The embodiment of the invention also provides electronic equipment which comprises a memory, a processor and a computer program which is stored on the memory and can be run on the processor, wherein the processor realizes the interactive answer method when executing the program.
In the interactive answer method, the client and the electronic device, the first client and the second client subscribe the student theme and the teacher theme to the MQTT server respectively; the teacher issues teacher data content including exercise content to a teacher theme of the MQTT server through the first client side, and the MQTT server pushes the teacher data content to the second client side; the second client receives the push message, analyzes the push message to obtain teacher data content, and after the second client answers, the students issue the student data content including answer content to the MQTT server, and the MQTT server pushes the student data content to the first client, and the teacher can check and score the answer content at the first client. The interactive answering method and the interactive answering system can achieve the interactive answering function between the first client used by the teacher and the second client used by the students.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of an interactive question answering method applied to a first client according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of an interactive answering method applied to a second client according to an embodiment of the present invention;
fig. 3 is a block diagram of a first client according to an embodiment of the present invention;
fig. 4 is a block diagram of a second client according to an embodiment of the present invention;
fig. 5 is a block diagram of an interactive answering system according to an embodiment of the present invention;
fig. 6 is a schematic data flow diagram of an interactive answer according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to specific embodiments and the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
The embodiment of the invention provides an interactive answer method, which is applied to a first client, wherein the first client is a terminal with touch operation and display functions, such as an electronic whiteboard for teacher teaching, and the interactive answer method comprises the following steps:
sending a subscription message for subscribing the student theme to an MQTT server;
sending a publishing message comprising teacher data content to a teacher topic of the MQTT server;
and receiving a push message sent by the MQTT server, wherein the push message comprises student data contents of a student theme.
The embodiment of the present invention further provides an interactive answer method, which is applied to a second client, where the second client is a terminal with touch operation and display functions, such as a tablet computer and a mobile terminal like a smart phone used by a student, and the interactive answer method includes:
sending a subscription message for subscribing the teacher theme to the MQTT server;
receiving a push message sent by an MQTT server, wherein the push message comprises teacher data content of a teacher theme;
and sending a publishing message comprising the data content of the student to the student theme of the MQTT server.
According to the interactive answer method, a first client used by a teacher sends a publishing message comprising teacher data content to a teacher theme of an MQTT server so as to send data contents such as exercise content, job content and the like to the MQTT server, students use a second client to send a subscription message for subscribing the teacher theme to the MQTT server, and the teacher theme of the MQTT server pushes the teacher data content to the second client after receiving the teacher data content; the first client sends subscription information for subscribing the student theme to the MQTT server, when the student answers at the second client, the student data content such as answer content is published to the student theme of the MQTT server, the student theme of the MQTT server pushes the student data content to the first client after receiving the student data content, and a teacher can check the answer content of the student at the first client.
Fig. 1 is a schematic flowchart of an interactive answer method applied to a first client according to an embodiment of the present invention, fig. 5 is a block diagram of an interactive answer system according to an embodiment of the present invention, and fig. 6 is a schematic data flow diagram of an interactive answer according to an embodiment of the present invention. As shown in the figure, the interactive answer method applied to the first client in the embodiment of the present invention includes:
s10: establishing data connection with an MQTT server;
the first client and the MQTT server can realize data secret communication based on TLS protocol.
S11: sending a subscription message for subscribing the student theme to an MQTT server;
the teacher uses the first client to subscribe the student theme to the MQTT server and is used for receiving student data contents pushed by the student theme. The student theme can be a student or a part of students or a whole student.
S12: sending a publishing message comprising teacher data content to a teacher topic of the MQTT server;
the teacher uses the first client to issue a teacher subject message to the MQTT server, and the message content can comprise data content such as teacher information, subject, classroom, date and exercise content and the like.
In the embodiment of the invention, the teacher data content is packaged into the message in the Google protobuf format, and then the message is issued to the MQTT server. The Google protobuf format message has high transmission efficiency due to serialized transmission.
S13: and receiving a push message sent by the MQTT server, wherein the push message comprises student data contents of a student theme.
After the student answers the questions by the second client, the student data content is published to the student theme of the MQTT server, and the MQTT server pushes the received student data content corresponding to the student theme to the first client subscribing the student theme.
S14: and analyzing the push message to obtain the data content of the student theme.
And the teacher receives the push message of the student theme at the first client side, and analyzes the push message to obtain student data content including answer content. And encapsulating the student data content into a message in a Google protobuf format, decapsulating the message to obtain the student data content, displaying the student data content on a display screen of the first client, and checking the answer content by a teacher.
Wherein, for the answer content, if the answer content is the objective question content such as selecting or filling in the blank, the answer content can be directly compared and checked with the preset standard answer content to obtain the checking result; for the subjective subject content, the teacher can check and judge the scores by himself to obtain a scoring result.
Furthermore, the first client side can transmit the teacher data content issued to the teacher theme and other information such as the inspection result and the scoring result to the data storage server together, and the data storage server provides the functions of data query, analysis, statistics and the like. The other information includes, for example, teacher basic information, subject basic information, classroom information, comment information, and the like.
Fig. 2 is a flowchart illustrating an interactive answering method applied to a second client according to an embodiment of the present invention. As shown in fig. 2, 5, and 6, the interactive answer method applied to the second client according to the embodiment of the present invention includes:
s20: establishing data connection with an MQTT server;
the second client and the MQTT server can realize data secret communication based on the TLS protocol.
S21: sending a subscription message for subscribing the teacher theme to the MQTT server;
s22: receiving a push message sent by an MQTT server, wherein the push message comprises teacher data content of a teacher theme;
after the teacher publishes the teacher data content to the teacher theme of the MQTT server at the first client side, the MQTT server pushes the teacher data content corresponding to the teacher theme to a second client side subscribing the teacher theme.
S23: analyzing the push message to obtain teacher data content of a teacher theme;
and the student receives the push message of the teacher theme at the second client, and analyzes the push message to obtain the teacher data content including the exercise content. The push message is a message packaged in a Google protobuf format, the message is unpacked to obtain teacher data content, the teacher data content is analyzed and arranged according to a preset data format (for example, analysis and arrangement are carried out according to exercise types such as selection questions, blank filling questions and question and answer questions), and then the analyzed data content is displayed on a display screen of the second client side so as to be answered by students.
S24: and sending a publishing message comprising the data content of the student to the student theme of the MQTT server.
And after the student answers the questions at the second client, the student data content comprising the student information, the subject, the class and the answer content is issued to the student theme of the MQTT server. Wherein, the release message is a message encapsulated in a format of Google proffuf.
Furthermore, the second client can transmit other information such as student data content and the like issued to the student theme to the data storage server together, and the data storage server provides functions of data query, analysis, statistics and the like. The other information includes, for example, basic information of students, basic information of disciplines, classroom information, remark information, and the like.
Fig. 3 is a block diagram of a first client according to an embodiment of the present invention. As shown in the figure, the first client provided in the embodiment of the present invention includes:
the system comprises a first sending module, a first receiving module and a first scheduling module, wherein the first sending module is used for sending a subscription message for subscribing a student theme to an MQTT server and sending a publishing message comprising teacher data content to a teacher theme of the MQTT server;
the first receiving module is used for receiving a push message sent by the MQTT server, wherein the push message comprises student data content of a student theme.
And the first analysis module is used for analyzing the received push message to obtain the student data content of the student theme.
In the embodiment of the invention, a first sending module of a first client subscribes a student theme to an MQTT server and is used for receiving student data contents pushed by the student theme. The student theme can be a student or a part of students or a whole student.
The first sending module issues a teacher subject message to the MQTT server, and the message content can comprise teacher data content such as teacher information, subject, classroom, date and exercise content and the like. In the embodiment of the invention, the teacher data content is packaged into the message in the Google protobuf format, and then the message is issued to the MQTT server. The Google protobuf format message has high transmission efficiency due to serialized transmission.
After the student answers the questions by the second client, the student data content is published to the student theme of the MQTT server, and the MQTT server pushes the received student data content corresponding to the student theme to the first client subscribing the student theme.
The first receiving module receives the push message of the student theme, analyzes the push message and obtains student data content including answer content. And encapsulating the student data content into a message in a Google protobuf format, decapsulating the message to obtain the student data content, displaying the student data content on a display screen of the first client, and checking the answer content by a teacher.
Wherein, for the answer content, if the answer content is the objective question content such as selecting or filling in the blank, the answer content can be directly compared and checked with the preset standard answer content to obtain the checking result; for the subjective subject content, the teacher can check and judge the scores by himself to obtain a scoring result.
Furthermore, the first sending module is also used for transmitting teacher data content issued to the teacher theme and other information such as the inspection result and the scoring result to the data storage server together, and the data storage server provides functions of data query, analysis, statistics and the like. The other information includes, for example, teacher basic information, subject basic information, classroom information, comment information, and the like.
Fig. 4 is a block diagram of a second client according to an embodiment of the present invention. As shown in the figure, the second client provided in the embodiment of the present invention includes:
the second sending module is used for sending a subscription message for subscribing the teacher theme to the MQTT server; sending a publishing message comprising student data content to a student theme of the MQTT server;
the second receiving module is used for receiving a push message sent by the MQTT server, wherein the push message comprises teacher data content of a teacher theme;
and the second analysis module is used for analyzing the received push message to obtain the teacher data content of the teacher theme.
In the embodiment of the invention, after the first client side publishes the teacher data content to the teacher theme of the MQTT server, the MQTT server pushes the teacher data content corresponding to the teacher theme to the second client side subscribing the teacher theme.
And a second receiving module of the second client receives the push message of the teacher theme, and analyzes the push message by using a second analysis module to obtain teacher data content including exercise content. The push message is a message packaged in a google protobuf format, the message is unpacked to obtain teacher data content, the teacher data content is analyzed and arranged according to a preset data format (for example, analysis and arrangement are carried out according to exercise types such as selection questions, blank filling questions and question and answer questions), and then the analyzed data content is displayed on a display screen of the second client side so as to be answered by students.
After the student answers the questions at the second client, the student data content comprising the name, subject, class and answer content of the student is issued to the student theme of the MQTT server by using the second sending module. Wherein, the release message is a message packaged in a Googleprotobuf format.
Furthermore, the second sending module is also used for transmitting other information such as student data content and the like issued to the student theme to the data storage server together, and the data storage server provides functions such as data query, analysis, statistics and the like. The other information includes, for example, basic information of students, basic information of disciplines, classroom information, remark information, and the like.
Based on the above object, the embodiment of the present invention further provides an embodiment of a device for executing the interactive question answering method. The device comprises:
one or more processors, and a memory.
The device for executing the interactive answer method may further include: an input device and an output device.
The processor, memory, input device, and output device may be connected by a bus or other means.
The memory, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the interactive answering method in the embodiments of the present invention. The processor executes various functional applications and data processing of the server by running the nonvolatile software programs, instructions and modules stored in the memory, that is, the interactive answering method of the embodiment of the method is realized.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of a device that performs the interactive answering method, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the memory optionally includes memory remotely located from the processor, and these remote memories may be connected to the member user behavior monitoring device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device may receive input numeric or character information and generate key signal inputs related to user settings and function controls of the device performing the interactive answering method. The output device may include a display device such as a display screen.
The one or more modules are stored in the memory and when executed by the one or more processors, perform the interactive answer method in any of the above method embodiments. The technical effect of the embodiment of the device for executing the interactive answer method is the same as or similar to that of any of the method embodiments.
The embodiment of the invention also provides a non-transitory computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions can execute the processing method of the list item operation in any method embodiment. Embodiments of the non-transitory computer storage medium may be the same or similar in technical effect to any of the method embodiments described above.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by a computer program that can be stored in a computer-readable storage medium and that, when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The technical effect of the embodiment of the computer program is the same as or similar to that of any of the method embodiments described above.
Furthermore, the apparatuses, devices, etc. described in the present disclosure may be various electronic terminal devices, such as a mobile phone, a Personal Digital Assistant (PDA), a tablet computer (PAD), a smart television, etc., and may also be large terminal devices, such as a server, etc., and therefore the scope of protection of the present disclosure should not be limited to a specific type of apparatus, device. The client disclosed by the present disclosure may be applied to any one of the above electronic terminal devices in the form of electronic hardware, computer software, or a combination of both.
Furthermore, the method according to the present disclosure may also be implemented as a computer program executed by a CPU, which may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method of the present disclosure.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) described herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
The apparatus of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the idea of the invention, also features in the above embodiments or in different embodiments may be combined, steps may be implemented in any order, and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity.
In addition, well known power/ground connections to Integrated Circuit (IC) chips and other components may or may not be shown within the provided figures for simplicity of illustration and discussion, and so as not to obscure the invention. Furthermore, devices may be shown in block diagram form in order to avoid obscuring the invention, and also in view of the fact that specifics with respect to implementation of such block diagram devices are highly dependent upon the platform within which the present invention is to be implemented (i.e., specifics should be well within purview of one skilled in the art). Where specific details (e.g., circuits) are set forth in order to describe example embodiments of the invention, it should be apparent to one skilled in the art that the invention can be practiced without, or with variation of, these specific details. Accordingly, the description is to be regarded as illustrative instead of restrictive.
While the present invention has been described in conjunction with specific embodiments thereof, many alternatives, modifications, and variations of these embodiments will be apparent to those of ordinary skill in the art in light of the foregoing description. For example, other memory architectures (e.g., dynamic ram (dram)) may use the discussed embodiments.
The embodiments of the invention are intended to embrace all such alternatives, modifications and variances that fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements and the like that may be made without departing from the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (18)

1. An interactive question answering method is applied to a first client side and is characterized by comprising the following steps:
sending a subscription message for subscribing the student theme to an MQTT server;
sending a publishing message comprising teacher data content to a teacher topic of the MQTT server;
and receiving a push message sent by the MQTT server, wherein the push message comprises student data content of a student theme.
2. The method of claim 1, wherein the teacher data content comprises teacher information, subject, classroom, date, and exercise content, and wherein the student data content comprises student information, answer content.
3. The method of claim 1, wherein the publish message is a message encapsulating the teacher data content in a Google protobuf format, and wherein the push message is a message encapsulating the student data content in a Google protobuf format.
4. The method of claim 1, further comprising parsing the push message to obtain student data content, performing examination scoring on the student data content to obtain examination scoring results, and sending the teacher data content and the examination scoring results to a data storage server.
5. An interactive question answering method is applied to a second client side and is characterized by comprising the following steps:
sending a subscription message for subscribing the teacher theme to the MQTT server;
receiving a push message sent by the MQTT server, wherein the push message comprises teacher data content of a teacher theme;
and sending a publishing message comprising student data content to the student theme of the MQTT server.
6. The method of claim 5, wherein the teacher data content comprises teacher information, subject, classroom, date, and exercise content, and wherein the student data content comprises student information, answer content.
7. The method of claim 5, wherein the publish message is a message encapsulating the student data content in a Google protobuf format, and wherein the push message is a message encapsulating the teacher data content in a Google protobuf format.
8. The method of claim 5, further comprising parsing the teacher data content to obtain the teacher data content, parsing and sorting the teacher data content by problem type; and sending the student data content to a data storage server.
9. A first client, comprising:
the system comprises a first sending module, a first receiving module and a first scheduling module, wherein the first sending module is used for sending a subscription message for subscribing a student theme to an MQTT server and sending a publishing message comprising teacher data content to a teacher theme of the MQTT server;
the first receiving module is used for receiving the push message sent by the MQTT server, and the push message comprises student data content of a student theme.
10. The first client as recited in claim 9, wherein the teacher data content comprises teacher information, subject, classroom, date and exercise content, and the student data content comprises student information, answer content.
11. The first client of claim 9, wherein the publish message is a message encapsulating the teacher data content in a Google protobuf format, and wherein the push message is a message encapsulating the student data content in a Google protobuf format.
12. The first client of claim 9, further comprising:
the first analysis module is used for analyzing the received push message to obtain student data contents of a student theme;
and the first sending module is used for sending the teacher data content and the examination grading result obtained according to the student data content to a data storage server.
13. A second client, comprising:
the second sending module is used for sending a subscription message for subscribing the teacher theme to the MQTT server; sending a publishing message comprising student data content to a student theme of the MQTT server;
and the second receiving module is used for receiving a push message sent by the MQTT server, wherein the push message comprises teacher data content of a teacher theme.
14. The second client as recited in claim 13, wherein the teacher data content comprises teacher information, subject, classroom, date and exercise content, and the student data content comprises student information, answer content.
15. The second client according to claim 13, wherein the publish message is a message encapsulating the student data content in Google protobuf format, and the push message is a message encapsulating the teacher data content in Google protobuf format.
16. The second client according to claim 13, further comprising:
the second analysis module is used for analyzing the received push message to obtain teacher data content of a teacher theme, and analyzing and sequencing the teacher data content according to the exercise types;
and the second sending module is used for sending the student data content to a data storage server.
17. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 4 when executing the program.
18. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 5 to 8 when executing the program.
CN201910294385.XA 2019-04-12 2019-04-12 Interactive answer method, client and electronic equipment Pending CN111385346A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910294385.XA CN111385346A (en) 2019-04-12 2019-04-12 Interactive answer method, client and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910294385.XA CN111385346A (en) 2019-04-12 2019-04-12 Interactive answer method, client and electronic equipment

Publications (1)

Publication Number Publication Date
CN111385346A true CN111385346A (en) 2020-07-07

Family

ID=71221318

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910294385.XA Pending CN111385346A (en) 2019-04-12 2019-04-12 Interactive answer method, client and electronic equipment

Country Status (1)

Country Link
CN (1) CN111385346A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106130882A (en) * 2016-07-13 2016-11-16 北京百度网讯科技有限公司 For the method and apparatus transmitting message
CN106844667A (en) * 2017-01-20 2017-06-13 华南理工大学 A kind of mobile terminal examination question method of the distribution with answering based on MQTT agreements
CN108173739A (en) * 2017-11-29 2018-06-15 成都东方盛行电子有限责任公司 A kind of cloud service message treatment method based on MQTT
CN108897507A (en) * 2018-05-02 2018-11-27 华南理工大学 A kind of synchronizing white display methods and system based on Android end wisdom classroom
US20180357047A1 (en) * 2016-01-27 2018-12-13 Bonsai AI, Inc. Interface for working with simulations on premises

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180357047A1 (en) * 2016-01-27 2018-12-13 Bonsai AI, Inc. Interface for working with simulations on premises
CN106130882A (en) * 2016-07-13 2016-11-16 北京百度网讯科技有限公司 For the method and apparatus transmitting message
CN106844667A (en) * 2017-01-20 2017-06-13 华南理工大学 A kind of mobile terminal examination question method of the distribution with answering based on MQTT agreements
CN108173739A (en) * 2017-11-29 2018-06-15 成都东方盛行电子有限责任公司 A kind of cloud service message treatment method based on MQTT
CN108897507A (en) * 2018-05-02 2018-11-27 华南理工大学 A kind of synchronizing white display methods and system based on Android end wisdom classroom

Similar Documents

Publication Publication Date Title
CN105184520A (en) Evaluation method and device for professional abilities of teachers
WO2014154111A1 (en) Graphic processing method, system and server
CN103839450A (en) Teaching aid method, teaching aid device and teaching aid system
CN111223015B (en) Course recommendation method and device and terminal equipment
CN113377312A (en) Same-screen interaction method and device, computer equipment and computer readable storage medium
CN110781139A (en) Teaching plan resource management system and method and electronic equipment
CN111414217A (en) Online teaching information feedback method, client, electronic equipment, medium and system
CN111326038A (en) Method, device and system for teaching
CN106354462A (en) Method, equipment and system for synchronously displaying document in multiple equipment
KR20170026731A (en) Method for providing customized learning solution
CN110232841A (en) Method, apparatus, computer readable storage medium and the system corrected students' papers online
CN113536094A (en) NFT-based non-physical mapping method and device
CN110427277B (en) Data verification method, device, equipment and storage medium
WO2018098739A1 (en) Interaction method and device for interactive teaching platform
CN111385346A (en) Interactive answer method, client and electronic equipment
US9696957B2 (en) Graphic processing method, system and server
CN111382560A (en) Courseware making method and system and electronic equipment
CN106060091A (en) Information interaction optimization method, device and system based on education system
CN104992389A (en) Intelligent teaching management system with assessment advice
CN114896487A (en) Method, system and medium for implementing a blockchain browser with front end interacting with blockchain
CN111385509A (en) Course patrol method and device and electronic equipment
CN103647812A (en) A method and an apparatus for displaying a picture on different terminal devices
CN113031950A (en) Picture generation method, device, equipment and medium
CN110796905A (en) Courseware operating method, terminal and electronic equipment
CN111598746A (en) Teaching interaction control method, device, terminal 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200707

RJ01 Rejection of invention patent application after publication