CN110020690B - Cheating behavior detection method, device and storage medium - Google Patents

Cheating behavior detection method, device and storage medium Download PDF

Info

Publication number
CN110020690B
CN110020690B CN201910288593.9A CN201910288593A CN110020690B CN 110020690 B CN110020690 B CN 110020690B CN 201910288593 A CN201910288593 A CN 201910288593A CN 110020690 B CN110020690 B CN 110020690B
Authority
CN
China
Prior art keywords
content
cheating
question
search
application
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.)
Active
Application number
CN201910288593.9A
Other languages
Chinese (zh)
Other versions
CN110020690A (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.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network 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 Guangzhou Huaduo Network Technology Co Ltd filed Critical Guangzhou Huaduo Network Technology Co Ltd
Priority to CN201910288593.9A priority Critical patent/CN110020690B/en
Publication of CN110020690A publication Critical patent/CN110020690A/en
Application granted granted Critical
Publication of CN110020690B publication Critical patent/CN110020690B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a method and a device for detecting cheating behaviors and a storage medium, and belongs to the technical field of networks. The method comprises the following steps: acquiring search content and question content of a current question, wherein the current question is a question currently displayed by an online answer application, the search content is the search content detected during the running of the online answer application, the matching degree between the search content and the question content is determined, and when the matching degree between the search content and the question content reaches a reference similarity threshold value, the cheating behavior is determined to be detected. In this way, the problem that users are interfered when the cheating probability is reduced by using a method of dynamically displaying characters or increasing interference elements can be avoided, the cheating behavior of the users is detected in the answering process without interference to the users, and the speed and accuracy of answering the users are further ensured.

Description

Cheating behavior detection method, device and storage medium
Technical Field
The present invention relates to the field of network technologies, and in particular, to a method and apparatus for detecting cheating behavior, and a storage medium.
Background
The online answer is a popular answer competition mode, but in the answer process, some users usually use third-party software or plug-in units to conduct cheating, and the implementation mode mainly carries out word recognition on the questions, so that answers are searched online according to recognition results.
In the prior art, in order to avoid the cheating behavior of the user, when the online answering application displays the questions, the contents and options of the questions are displayed in a dynamic text form, or interference elements are added to an answering page, so that the text recognition rate of third-party software or plug-in units is reduced, and the probability of the cheating behavior of the user is further reduced.
However, in the above implementation manner, since the text recognition rate is reduced after the text is dynamically displayed or the interfering element is added, the user is also interfered, so that the answering speed and accuracy of the user are reduced.
Disclosure of Invention
The application provides a method, a device and a storage medium for detecting cheating behaviors, which can solve the problem that a user is interfered after a related technology dynamically displays characters or adds interference elements. The technical scheme is as follows:
in a first aspect, there is provided a method for detecting cheating behavior, the method comprising:
acquiring search content and acquiring the question content of a current question, wherein the current question is a question currently displayed by an online answer application, and the search content is detected during the operation of the online answer application;
determining a degree of matching between the search content and the topic content;
And determining that the cheating behavior is detected when the matching degree between the search content and the topic content reaches a reference similarity threshold.
In one possible implementation manner of the present application, when the search content includes a search keyword, the determining a matching degree between the search content and the topic content includes:
detecting whether the search keyword is included in the topic content;
and when the search keyword is included in the topic content, determining that the matching degree between the search content and the topic content reaches the reference similarity threshold.
In one possible implementation manner of the present application, before the obtaining the search content, the method further includes:
when the reference operation of the online answering application is detected, the address information of a proxy server is acquired, wherein the proxy server is used for monitoring a network search request in the running process of the online answering application, and the network search request comprises search content;
establishing communication connection with the proxy server based on the address information;
accordingly, the acquiring search content includes:
and receiving the search content fed back by the proxy server.
In one possible implementation manner of the present application, after determining that the cheating behavior is detected, the method further includes:
the method comprises the steps that a cheating notification message is sent to a background server, wherein the cheating notification message carries a user account and cheating times, and the cheating notification message is used for indicating the background server to determine whether the user account answer is valid or not according to the cheating times;
the user account is an account for logging in the online answering application, and the background server is used for providing the question content.
In one possible implementation manner of the present application, after determining that the cheating behavior is detected, the method further includes:
counting the cheating times of a user account, wherein the user account is an account for logging in the online answering application;
and when the cheating times reach the threshold value of the reference cheating times, closing the answer interface, and sending an answer invalidation notice to a background server, wherein the answer invalidation notice is used for indicating that the user account is invalid in answer.
In one possible implementation manner of the present application, before the acquiring the topic content of the current topic, the method further includes:
caching the title content of the current title into a cache file;
Correspondingly, the acquiring the topic content of the current topic comprises the following steps:
and acquiring the question content of the current question from the cache file.
In a second aspect, there is provided a cheating behavior detection apparatus, the apparatus comprising:
the first acquisition module is used for acquiring search content and acquiring the question content of a current question, wherein the current question is a question currently displayed by an online answer application, and the search content is detected during the operation of the online answer application;
the first determining module is used for determining the matching degree between the search content and the topic content;
and the second determining module is used for determining that the cheating behavior is detected when the matching degree between the search content and the question content reaches a reference similarity threshold value.
In one possible implementation manner of the present application, the first determining module is configured to:
when the search content comprises a search keyword, detecting whether the search keyword is included in the topic content;
and when the search keyword is included in the topic content, determining that the matching degree between the search content and the topic content reaches the reference similarity threshold.
In one possible implementation manner of the present application, the apparatus further includes:
the second acquisition module is used for acquiring address information of a proxy server when reference operation of the online answering application is detected, wherein the proxy server is used for monitoring a network search request in the running process of the online answering application, and the network search request comprises search content;
the connection module is used for establishing communication connection with the proxy server based on the address information;
accordingly, the first acquisition module is configured to:
and receiving the search content fed back by the proxy server.
In one possible implementation manner of the present application, the apparatus further includes:
the system comprises a first sending module, a background server and a second sending module, wherein the first sending module is used for sending a cheating notification message to the background server, the cheating notification message carries a user account and cheating times, and the cheating notification message is used for indicating the background server to determine whether the user account answers effectively according to the cheating times;
the user account is an account for logging in the online answering application, and the background server is used for providing the question content.
In one possible implementation manner of the present application, the apparatus further includes:
The statistics module is used for counting the cheating times of user accounts, wherein the user accounts are accounts for logging in the online answering application;
and the second sending module is used for closing the answer interface and sending an answer invalidation notification to the background server when the cheating frequency reaches the reference cheating frequency threshold, wherein the answer invalidation notification is used for indicating that the answer of the user account is invalid.
In one possible implementation manner of the present application, the apparatus further includes:
the caching module is used for caching the title content of the current title into a cache file;
accordingly, the first acquisition module is configured to:
and acquiring the question content of the current question from the cache file.
In a third aspect, an electronic device is provided, the electronic device comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the steps of any of the methods of the first aspect above.
In a fourth aspect, there is provided a computer readable storage medium having instructions stored therein which, when run on a computer, cause the computer to perform any of the methods of the first aspect described above.
In a fifth aspect, there is provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform any of the methods of the first aspect described above.
The technical scheme that this application provided can bring following beneficial effect at least:
in the embodiment of the application, in the process of answering the questions by the user, the question content of the questions currently displayed by the online answering application can be acquired, the search content detected during the operation of the online answering application is acquired, the search content is matched with the question content, the matching degree between the search content and the question content is determined, and when the matching degree between the search content and the question content reaches a reference similarity threshold value, the cheating behavior is determined to be detected. In this way, the problem that users are interfered when the cheating probability is reduced by using a method of dynamically displaying characters or increasing interference elements can be avoided, the cheating behavior of the users is detected in the answering process without interference to the users, and the speed and accuracy of answering the users are further ensured.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of an implementation environment, shown in accordance with an exemplary embodiment;
FIG. 2 is a flow chart illustrating a method of cheating behavior detection according to an exemplary embodiment;
FIG. 3 is a flow chart illustrating a method of cheating behavior detection according to another exemplary embodiment;
fig. 4 is a schematic diagram of an online answer interface, shown in accordance with an exemplary embodiment;
FIG. 5 is a schematic diagram of a cheating behavior detection apparatus according to an exemplary embodiment;
FIG. 6 is a schematic diagram of a cheating behavior detection apparatus according to another exemplary embodiment;
fig. 7 is a schematic structural view of a cheating behavior detection apparatus according to still another exemplary embodiment;
fig. 8 is a schematic structural view of a cheating behavior detection apparatus according to still another exemplary embodiment;
fig. 9 is a schematic structural view of a cheating behavior detection apparatus according to still another exemplary embodiment;
fig. 10 is a block diagram of an electronic device, according to an example embodiment.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present application more apparent, the embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Before explaining the embodiments of the present application in detail, an application scenario and an implementation environment in the embodiments of the present application are described.
The cheating behavior detection method provided by the embodiment of the application can be applied to the scene of online answering. For example, the scenario may be an online examination of a student, an online pen test of an recruiter, or a live online answer, which is not limited in the embodiment of the present application. In some cases, users often cheat due to some factors, for example, an online answering application may be provided with a high amount of prizes, and in order to obtain a high score, some users may use third party software or plug-ins to cheat, so that the fairness of the answering competition is lost. In order to cope with the cheating behavior of the user, some online answer applications use dynamic text display or replace text with speech, but these measures also affect the user. Therefore, the embodiment of the application provides a cheating behavior detection method, which can solve the problem, and the specific implementation of the method is as follows.
Next, the implementation environment provided in the embodiments of the present application will be briefly described. Referring to fig. 1, fig. 1 is a schematic diagram illustrating an implementation environment mainly including an electronic device 101 and a background server 102 according to an exemplary embodiment.
The electronic device 101 may be provided with an online answer application, a screenshot function and a network search function, and may acquire the question content and the search content of the current question in the answer process of the user, and may record and count the cheating times of the user after detecting the cheating behavior. As an example, the electronic device may be a mobile phone, a tablet computer, a notebook computer, a desktop computer, a portable computer, etc., which is not limited in this embodiment of the present application.
The background server 102 may provide background services for the online answering application, including providing the content of the questions for online answering, recording the user account number and the cheating times of the user, and recording the cheating situation of the user account number even if the user changes the electronic device. As an example, the background server 102 may be one server, or the background server 102 may be a server cluster formed by a plurality of servers, which is not limited in the embodiment of the present application.
As an example, the implementation environment further includes a proxy server 103. The proxy server 103 can acquire a network search request sent by the electronic device 101 locally and plays a role in information transmission in communication between the electronic device 101 and the backend server 102. As an example, the proxy server 103 may be one server, or the proxy server 103 may be a server cluster formed by a plurality of servers, which is not limited in the embodiment of the present application.
FIG. 2 is a flow chart illustrating a method of cheating behavior detection according to an exemplary embodiment, which may be applied in the implementation environment shown in FIG. 1 and described above, and which may include the following implementation steps:
step 201: and acquiring search content, namely acquiring the question content of the current question, wherein the current question is the question currently displayed by the online answering application, and the search content is the search content detected during the running of the online answering application.
Step 202: a degree of matching between the search content and the topic content is determined.
Step 203: and determining that the cheating behavior is detected when the matching degree between the search content and the topic content reaches a reference similarity threshold.
In the embodiment of the application, in the process of answering a question by a user, the question content of the currently displayed question of the online answering application can be acquired, the search content detected during the operation of the online answering application can be acquired, the search content is matched with the question content, the matching degree between the search content and the question content is determined, and when the matching degree between the search content and the question content reaches a reference similarity threshold value, the cheating behavior is determined to be detected. In this way, the problem that users are interfered when the cheating probability is reduced by using a method of dynamically displaying characters or increasing interference elements can be avoided, the cheating behavior of the users is detected in the answering process without interference to the users, and the speed and accuracy of answering the users are further ensured.
In one possible implementation manner of the present application, when the search content includes a search keyword, determining a matching degree between the search content and the topic content includes:
detecting whether the question content comprises a search keyword;
when the search keyword is included in the topic content, it is determined that the matching degree between the search content and the topic content reaches a reference similarity threshold.
In one possible implementation manner of the present application, before obtaining the search content, the method further includes:
when the reference operation of the online answering application is detected, the address information of a proxy server is acquired, wherein the proxy server is used for monitoring a network search request in the running process of the online answering application, and the network search request comprises search content;
establishing a communication connection with a proxy server based on the address information;
accordingly, obtaining search content includes:
search content fed back by the proxy server is received.
In one possible implementation manner of the present application, after determining that the cheating behavior is detected, the method further includes:
the method comprises the steps that a cheating notification message is sent to a background server, wherein the cheating notification message carries a user account and cheating times, and the cheating notification message is used for indicating the background server to determine whether user account answers are valid or not according to the cheating times;
The user account is an account for logging in an online answering application, and the background server is used for providing the question content.
In one possible implementation manner of the present application, after determining that the cheating behavior is detected, the method further includes:
counting the cheating times of a user account, wherein the user account is an account for logging in an online answering application;
when the cheating times reach the threshold value of the reference cheating times, closing the answer interface, and sending an answer invalidation notification to a background server, wherein the answer invalidation notification is used for indicating that the user account is invalid in answer.
In one possible implementation manner of the present application, before acquiring the topic content of the current topic, the method further includes:
caching the title content of the current title into a cache file;
accordingly, acquiring the topic content of the current topic includes:
and acquiring the topic content of the current topic from the cache file.
All the above optional technical solutions may be combined according to any choice to form an optional embodiment of the present application, which is not described in detail herein.
FIG. 3 is a flow chart illustrating a method of cheating behavior detection according to another exemplary embodiment, which may be applied in the implementation environment shown in FIG. 1 and described above, and which may include the following implementation steps:
Step 301: when the reference operation of the online answering application is detected, address information of a proxy server is acquired, and the proxy server is used for monitoring network search requests in the running process of the online answering application, wherein the network search requests comprise search contents.
In the running process of the online answer application, when the electronic device sends a network search request, the online search may be performed on the current question, and at this time, cheating may exist, so that the network search request needs to be monitored. As an example, whether the electronic device sent a web search request may be monitored by a proxy server, so the proxy server may be set up before answering the question. Further, before answering, when a reference operation to the online answering application is detected, address information of the proxy server may be acquired, so that the proxy server is set according to the address information.
As an example, the reference operation may include an application launch operation or a start answer operation. According to the reference operation, detecting the reference operation applied to the online answer may include two possible implementations as follows:
the first implementation mode: and when the application starting operation of the online answering application is detected, determining that the reference operation of the online answering application is detected.
That is, when the user opens the online answering application, whether the user starts answering or not, the terminal determines that the reference operation to the online answering application is detected after detecting the operation, and at this time, the address information of the proxy server is obtained.
As an example, the electronic device may also provide the user with an option of whether to agree to set the proxy server, and when the user selects the agreement, the electronic device acquires address information of the proxy server; otherwise, if the user selects disagreement, the electronic device may close the online answer application, and the user cannot perform any operation on the online answer application, or the electronic device may prohibit starting to answer, that is, the user can only browse on the online answer application, but cannot start to answer.
The second implementation mode: and when the starting answer operation of the online answer application is detected, determining that the reference operation of the online answer application is detected.
That is, when the user opens the online answering application, if the user does not answer the questions, the online answering application is closed after the user browses the information, the electronic device may not acquire the address information of the proxy server, and at this time, the electronic device may directly perform communication connection with the background server; if the user selects to start answering after opening the online answering application or selects to start answering after browsing other information, the terminal determines that the reference operation to the online answering application is detected after detecting the operation, and at the moment, the address information of the proxy server is acquired.
The method includes the steps that when a user opens an online answer application, if the user browses only ranking, answer questions, winning prizes and other information of the user, the online answer application is closed after browsing is finished, answer operation is not performed, namely the electronic equipment does not detect reference operation of the user on the online answer application, and in the process of using the online answer application by the user, the electronic equipment can directly perform communication connection with a background server without obtaining address information of the proxy server; if the user opens the online answer application, the user selects to answer, or browses the ranking, answer questions, winning prizes and other information, the electronic equipment determines that the reference operation of the online answer application is detected.
Further, the electronic device determines whether to agree to set the proxy server or not when the reference operation of the online answer application is detected, and when the user selects the agreement, the electronic device acquires address information of the proxy server; otherwise, if the user selects disagreement, the electronic device may close the online answer application, and the user cannot perform any operation on the online answer application, or the electronic device may prohibit starting to answer, that is, the user can only browse on the online answer application, but cannot start to answer.
As one example, obtaining address information for a proxy server includes the operations of: when the user agrees to the electronic device to set up the proxy server, the address information of the proxy server, which includes an IP (Internet Protocol, protocol of interconnection between networks) address and a port number, may be transmitted to the electronic device by the backend server, and the address information is used for the electronic device to establish a connection with the proxy server, by itself, by the backend server.
Step 302: a communication connection is established with the proxy server based on the address information.
After the electronic equipment acquires the address information sent by the background server, communication connection is established with the proxy server based on the IP address and the port number.
After the proxy server is used, the electronic device can monitor the network search request through the proxy server when sending the network search request to the background server. That is, as long as the online answering application is running and the electronic device completes the communication connection with the proxy server, any network search request sent by the electronic device can be monitored by the proxy server, but when the user closes the online answering application, the communication connection between the electronic device and the proxy server is disconnected, and the proxy server does not monitor the network search request any more.
The user agrees that the electronic device sets the proxy server to connect with the network, and answers questions, if the user enters other application interfaces in the answer process, but the online answer application is still running in the background at this time, the user sends a network search request on the other application interfaces, and the proxy server can monitor the network search request.
Step 303: and acquiring search content, namely acquiring the question content of the current question, wherein the current question is the question currently displayed by the online answering application, and the search content is the search content detected during the running of the online answering application.
As described above, in some embodiments, when the user sends a web search request during the running of the online answer application, the web search request may be monitored by a proxy server, where the web search request includes search content, and the proxy server may obtain the search content in the web search request to the electronic device. In implementations, the proxy server obtaining the search content to the electronic device may include two possible implementations:
the first implementation mode: search content fed back by the proxy server is received.
As an example, when the electronic device sends a network search request, the proxy server acquires the search content after monitoring the network search request, and then the search content can be sent to the background server, and the background server feeds back the search content to the electronic device.
The second implementation mode: and receiving a network search request fed back by the proxy server, and acquiring search content from the network search request.
As an example, when the electronic device sends a network search request, the proxy server sends the network search request to the background server after monitoring the network search request, and the background server feeds back the network search request to the electronic device. And after the electronic equipment receives the network search request, acquiring the search content from the network search request.
In addition, the electronic device obtains the topic content of the current topic. As an example, prior to obtaining the topic content of the current topic, the topic content of the current topic may be cached in a cache file, in which case the topic content of the current topic is obtained from the cache file.
That is, in the process of answering the user, each question displayed by the online answering application, the electronic device may cache the content of the current question into a cache file, where the content of the current question may include text information, and the cache file may be stored locally in the electronic device.
As an example, after the electronic device caches the content of the question in the cache file, when the answering time of the question is over, the electronic device displays the next question by using the online answering application, and can continuously cache the content of the next question in the cache file and cover the content of the previous question, so that the storage space can be saved.
Referring to fig. 4, the online answering application shows a first question, the electronic device caches the content of the first question in the cache file, at this time, only the content of the first question in the cache file, and after 30 seconds, the online answering application shows a second question, and the electronic device caches the content of the second question, because the content of the first question already exists in the cache file, the content of the first question is covered by the content of the second question, and the content of the second question is also cached in the cache file, so that the storage space is saved.
It should be noted that, in the above example, the content of each topic is cached in the same cache file, and the content of the previous topic is covered by the content of the current topic, so as to save storage space, and in other embodiments, the content of each topic may also be cached in different cache files respectively. In the above example, the content of each question is cached in the cache file, but in other embodiments, the content of each question may be directly obtained from the online answer application without caching the content of each question, which is not limited in the embodiments of the present application.
Furthermore, the electronic device can display information such as a user account number of the user, the sequence of the currently displayed questions, the remaining answering time of the current questions, the questions and options of the current questions and the like in an answering interface of the online answering application.
It should be noted that the implementation manner of obtaining the search content is merely exemplary, and in another embodiment, the electronic device may also directly monitor the network search request and actively obtain the search content, which is not limited in this embodiment of the present application.
Step 304: a degree of matching between the search content and the topic content is determined.
The electronic device may send a plurality of network search requests during the running of the online answer application, and the network search requests may be, for example, network search requests sent by the cheating software for searching the question content, where the search content of the network search requests includes keywords in the question content or text information in the question content, and the like; it may also be a web search request sent by another application installed on the electronic device, where the search content of the web search request may include text information and the like. To determine whether a network search request monitored during the operation of the online answer application was sent by the cheating software, the electronic device may determine a degree of matching between the search content and the topic content.
As one example, determining the degree of matching between search content and topic content may include two possible implementations:
the first implementation mode: and when the search keyword is included in the topic content, determining that the matching degree between the search content and the topic content reaches a reference similarity threshold.
That is, when the search content includes a search keyword, whether the search keyword is included in the topic content is detected, and if the search keyword is included in the topic content, it is explained that the search content is related to the current topic, so that it can be determined that the matching degree between the search content and the topic content reaches the reference similarity threshold; if the search keyword is not included in the topic content, the search content is not related to the current topic, so that the matching degree between the search content and the topic content can be determined to not reach the reference similarity threshold.
The reference similarity threshold may be set by a user according to an actual requirement, or may also be set by default by the electronic device, which is not limited in the embodiment of the present application.
The second implementation mode: when the search content comprises text information, text matching is carried out on the search content and the topic content, and whether the matching degree between the search content and the topic content reaches a reference similarity threshold value is determined.
As an example, when the search content includes text information, the search content and the topic content may be matched to determine a similarity of the search content and the topic content, thereby determining whether the matching degree between the search content and the topic content reaches a reference similarity threshold according to the similarity.
It should be noted that the above two implementations are merely exemplary, and in another embodiment, the matching degree between the search content and the topic content may be determined in other manners, for example, if the search content is non-text information such as a code, it may be directly determined that the matching degree between the search content and the topic content reaches the reference similarity threshold, which is not limited in the embodiments of the present application.
Step 305: and determining that the cheating behavior is detected when the matching degree between the search content and the topic content reaches a reference similarity threshold.
When the matching degree between the search content and the topic content reaches the reference similarity threshold value, the user is indicated to perform online search on the current topic possibly by using the cheating software, so that the cheating behavior can be determined to be detected. Otherwise, when the matching degree between the search content and the question content does not reach the reference similarity threshold, the user is not used for carrying out online search on the current question by using the cheating software, so that the fact that no cheating behavior is detected can be determined.
As an example, after determining that the cheating behavior is detected, the following two operations may be further included:
the first operation: and sending a cheating notification message to a background server, wherein the cheating notification message carries a user account and cheating times, the cheating notification message is used for indicating the background server to determine whether the user account is effective in answering according to the cheating times, the user account is an account logged in to an online answering application, and the background server is used for providing the question content.
Further, when the background server records that the cheating frequency of the user account reaches the threshold value of the reference cheating frequency, the background server can record that the answer of the user account is invalid and can inform the electronic equipment to close the answer interface.
The reference cheating frequency threshold may be set by a user according to actual needs, or may be set by default by the electronic device, which is not limited in the embodiment of the present application.
That is, when the electronic device detects the cheating behavior, the user account information of the user and the number of cheating times of the user may be sent to the background server, and the background server records the user account information and counts the number of cheating times of the user account. When the cheating times of the user reach the threshold value of the reference cheating times, the background server can record the answer of the user as invalid and can inform the electronic equipment to close the answer interface. Further, the electronic device may also send a notification message to the user to notify the user that the account is sealed, and subsequently the user cannot log in the online answer application using the user account any more.
It is worth mentioning that the user cheating times are recorded through the background server, so that even if the user changes the electronic equipment to log in the online answer application, the user account cheating times can be accurately counted, and the accuracy of cheating behavior detection is guaranteed.
The second operation: and counting the cheating times of the user account, wherein the user account is an account logged in an online answer application, closing an answer interface when the cheating times reach a reference cheating times threshold value, and sending an answer invalidation notification to a background server, wherein the answer invalidation notification is used for indicating that the user account is invalid in answer.
That is, when the electronic device detects the cheating behavior, the electronic device may count the number of cheating times of the user account, and further, the electronic device may pop up a warning notice that the cheating software needs to be turned off on the answer interface. When the electronic equipment counts that the cheating times of the user account reaches the threshold value of the reference cheating times, the electronic equipment can close the answer interface and send an answer invalidation notification of the user account to a background server, and can send a notification message to the user, wherein the notification message can be used for notifying that the user account is marked or notifying that the user account cannot log in the online answer application on the electronic equipment.
It should be noted that, in the embodiment of the present application, when multiple cheating is detected, the user account of the user may be subjected to number sealing or login-limiting answering, so as to prevent erroneous judgment and avoid deterioration of the user experience caused by error detection of the cheating behavior.
In the embodiment of the application, in the process of answering a question by a user, the question content of the currently displayed question of the online answering application can be acquired, the search content detected during the operation of the online answering application can be acquired, the search content is matched with the question content, the matching degree between the search content and the question content is determined, and when the matching degree between the search content and the question content reaches a reference similarity threshold value, the cheating behavior is determined to be detected. In this way, the problem that users are interfered when the cheating probability is reduced by using a method of dynamically displaying characters or increasing interference elements can be avoided, the cheating behavior of the users is detected in the answering process without interference to the users, and the speed and accuracy of answering the users are further ensured.
Fig. 5 is a schematic diagram of a structure of a cheating behavior detection apparatus according to an exemplary embodiment, which may be implemented by software, hardware, or a combination of both. Referring to fig. 5, the apparatus includes: a first acquisition module 501, a first determination module 502 and a second determination module 503.
A first obtaining module 501, configured to obtain search content, and obtain question content of a current question, where the current question is a question currently displayed by an online answer application, and the search content is a search content detected during an operation period of the online answer application;
a first determining module 502, configured to determine a matching degree between the search content and the topic content;
a second determining module 503 is configured to determine that the cheating behavior is detected when the matching degree between the search content and the topic content reaches the reference similarity threshold.
In one possible implementation manner of the present application, the first determining module 502 is configured to:
when the search content comprises a search keyword, detecting whether the question content comprises the search keyword;
when the search keyword is included in the topic content, it is determined that the matching degree between the search content and the topic content reaches a reference similarity threshold.
In one possible implementation manner of the present application, referring to fig. 6, the apparatus further includes:
a second obtaining module 504, configured to obtain address information of a proxy server when detecting a reference operation to the online answering application, where the proxy server is configured to monitor a network search request during an operation process of the online answering application, and the network search request includes search content;
A connection module 505 for establishing a communication connection with the proxy server based on the address information;
accordingly, the first obtaining module 501 is configured to:
search content fed back by the proxy server is received.
In one possible implementation manner of the present application, referring to fig. 7, the apparatus further includes:
the first sending module 506 is configured to send a cheating notification message to the background server, where the cheating notification message carries a user account and a cheating number, and the cheating notification message is configured to instruct the background server to determine whether the answer of the user account is valid according to the cheating number;
the user account is an account for logging in an online answering application, and the background server is used for providing the question content.
In one possible implementation manner of the present application, referring to fig. 8, the apparatus further includes:
the statistics module 507 is configured to count the number of cheating times of a user account, where the user account is an account logged in to an online answering application;
and the second sending module 508 is configured to close the answer interface when the number of cheating detected reaches the threshold value of the reference number of cheating, and send an answer invalidation notification to the background server, where the answer invalidation notification is used to indicate that the user account is invalid in answer.
In one possible implementation manner of the present application, referring to fig. 9, the apparatus further includes:
A caching module 509, configured to cache the topic content of the current topic into a cache file;
accordingly, the first obtaining module 501 is configured to:
and acquiring the topic content of the current topic from the cache file.
In the embodiment of the application, in the process of answering a question by a user, the question content of the currently displayed question of the online answering application can be acquired, the search content detected during the operation of the online answering application can be acquired, the search content is matched with the question content, the matching degree between the search content and the question content is determined, and when the matching degree between the search content and the question content reaches a reference similarity threshold value, the cheating behavior is determined to be detected. In this way, the problem that users are interfered when the cheating probability is reduced by using a method of dynamically displaying characters or increasing interference elements can be avoided, the cheating behavior of the users is detected in the answering process without interference to the users, and the speed and accuracy of answering the users are further ensured.
It should be noted that: in the cheating behavior detection device provided in the above embodiment, when implementing the cheating behavior detection method, only the division of the above functional modules is used for illustration, in practical application, the above functional allocation may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules, so as to complete all or part of the functions described above. In addition, the cheating behavior detection device and the cheating behavior detection method provided in the foregoing embodiments belong to the same concept, and detailed implementation processes of the cheating behavior detection device and the cheating behavior detection method are shown in the method embodiments, which are not repeated herein.
Fig. 10 shows a block diagram of an electronic device 1000 according to an exemplary embodiment of the present application. The electronic device 1000 may be: a smart phone, a tablet computer, an MP3 player (Moving Picture Experts Group Audio Layer III, motion picture expert compression standard audio plane 3), an MP4 (Moving Picture Experts Group Audio Layer IV, motion picture expert compression standard audio plane 4) player, a notebook computer, or a desktop computer. Electronic device 1000 may also be referred to by other names of user devices, portable electronic devices, laptop electronic devices, desktop electronic devices, and the like.
Generally, the electronic device 1000 includes: a processor 1001 and a memory 1002.
The processor 1001 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and so on. The processor 1001 may be implemented in at least one hardware form of DSP (Digital Signal Processing ), FPGA (Field-Programmable Gate Array, field programmable gate array), PLA (Programmable Logic Array ). The processor 1001 may also include a main processor, which is a processor for processing data in an awake state, also referred to as a CPU (Central Processing Unit ), and a coprocessor; a coprocessor is a low-power processor for processing data in a standby state. In some embodiments, the processor 1001 may integrate a GPU (Graphics Processing Unit, image processor) for rendering and drawing of content required to be displayed by the display screen. In some embodiments, the processor 1001 may also include an AI (Artificial Intelligence ) processor for processing computing operations related to machine learning.
Memory 1002 may include one or more computer-readable storage media, which may be non-transitory. Memory 1002 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1002 is used to store at least one instruction for execution by processor 1001 to implement the cheating behavior detection method provided by the method embodiments herein.
In some embodiments, the electronic device 1000 may further optionally include: a peripheral interface 1003, and at least one peripheral. The processor 1001, the memory 1002, and the peripheral interface 1003 may be connected by a bus or signal line. The various peripheral devices may be connected to the peripheral device interface 1003 via a bus, signal wire, or circuit board. Specifically, the peripheral device includes: at least one of radio frequency circuitry 1004, touch display 1005, camera 1006, audio circuitry 1007, positioning component 1008, and power supply 1009.
Peripheral interface 1003 may be used to connect I/O (Input/Output) related at least one peripheral to processor 1001 and memory 1002. In some embodiments, processor 1001, memory 1002, and peripheral interface 1003 are integrated on the same chip or circuit board; in some other embodiments, either or both of the processor 1001, memory 1002, and peripheral interface 1003 may be implemented on a separate chip or circuit board, which is not limited in this embodiment.
Radio Frequency circuit 1004 is used to receive and transmit RF (Radio Frequency) signals, also known as electromagnetic signals. Radio frequency circuitry 1004 communicates with a communication network and other communication devices via electromagnetic signals. The radio frequency circuit 1004 converts an electrical signal into an electromagnetic signal for transmission, or converts a received electromagnetic signal into an electrical signal. Optionally, the radio frequency circuit 1004 includes: antenna systems, RF transceivers, one or more amplifiers, tuners, oscillators, digital signal processors, codec chipsets, subscriber identity module cards, and so forth. Radio frequency circuitry 1004 may communicate with other electronic devices via at least one wireless communication protocol. The wireless communication protocol includes, but is not limited to: the world wide web, metropolitan area networks, intranets, generation mobile communication networks (2G, 3G, 4G, and 5G), wireless local area networks, and/or WiFi (Wireless Fidelity ) networks. In some embodiments, the radio frequency circuitry 1004 may also include NFC (Near Field Communication ) related circuitry, which is not limited in this application.
The display screen 1005 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof. When the display 1005 is a touch screen, the display 1005 also has the ability to capture touch signals at or above the surface of the display 1005. The touch signal may be input to the processor 1001 as a control signal for processing. At this time, the display 1005 may also be used to provide virtual buttons and/or virtual keyboards, also referred to as soft buttons and/or soft keyboards. In some embodiments, the display 1005 may be one, providing a front panel of the electronic device 1000; in other embodiments, the display 1005 may be at least two, respectively disposed on different surfaces of the electronic device 1000 or in a folded design; in still other embodiments, the display 1005 may be a flexible display disposed on a curved surface or a folded surface of the electronic device 1000. Even more, the display 1005 may be arranged in a non-rectangular irregular pattern, i.e., a shaped screen. The display 1005 may be made of LCD (Liquid Crystal Display ), OLED (Organic Light-Emitting Diode) or other materials.
The camera assembly 1006 is used to capture images or video. Optionally, camera assembly 1006 includes a front camera and a rear camera. In general, a front camera is disposed on a front panel of an electronic device, and a rear camera is disposed on a rear surface of the electronic device. In some embodiments, the at least two rear cameras are any one of a main camera, a depth camera, a wide-angle camera and a tele camera, so as to realize that the main camera and the depth camera are fused to realize a background blurring function, and the main camera and the wide-angle camera are fused to realize a panoramic shooting and Virtual Reality (VR) shooting function or other fusion shooting functions. In some embodiments, camera assembly 1006 may also include a flash. The flash lamp can be a single-color temperature flash lamp or a double-color temperature flash lamp. The dual-color temperature flash lamp refers to a combination of a warm light flash lamp and a cold light flash lamp, and can be used for light compensation under different color temperatures.
The audio circuit 1007 may include a microphone and a speaker. The microphone is used for collecting sound waves of users and environments, converting the sound waves into electric signals, and inputting the electric signals to the processor 1001 for processing, or inputting the electric signals to the radio frequency circuit 1004 for voice communication. For purposes of stereo acquisition or noise reduction, the microphone may be multiple and separately disposed at different locations of the electronic device 1000. The microphone may also be an array microphone or an omni-directional pickup microphone. The speaker is used to convert electrical signals from the processor 1001 or the radio frequency circuit 1004 into sound waves. The speaker may be a conventional thin film speaker or a piezoelectric ceramic speaker. When the speaker is a piezoelectric ceramic speaker, not only the electric signal can be converted into a sound wave audible to humans, but also the electric signal can be converted into a sound wave inaudible to humans for ranging and other purposes. In some embodiments, audio circuit 1007 may also include a headphone jack.
The location component 1008 is used to locate a current geographic location of the electronic device 1000 to enable navigation or LBS (Location Based Service, location-based services). The positioning component 1008 may be a positioning component based on the united states GPS (Global Positioning System ), the beidou system of china, or the galileo system of russia.
The power supply 1009 is used to power the various components in the electronic device 1000. The power source 1009 may be alternating current, direct current, disposable battery or rechargeable battery. When the power source 1009 includes a rechargeable battery, the rechargeable battery may be a wired rechargeable battery or a wireless rechargeable battery. The wired rechargeable battery is a battery charged through a wired line, and the wireless rechargeable battery is a battery charged through a wireless coil. The rechargeable battery may also be used to support fast charge technology.
In some embodiments, the electronic device 1000 also includes one or more sensors 1010. The one or more sensors 1010 include, but are not limited to: acceleration sensor 1011, gyroscope sensor 1012, pressure sensor 1013, fingerprint sensor 1014, optical sensor 1015, and proximity sensor 1016.
The acceleration sensor 1011 may detect the magnitudes of accelerations on three coordinate axes of the coordinate system established with the electronic apparatus 1000. For example, the acceleration sensor 1011 may be used to detect components of gravitational acceleration in three coordinate axes. The processor 1001 may control the touch display 1005 to display a user interface in a landscape view or a portrait view according to the gravitational acceleration signal acquired by the acceleration sensor 1011. The acceleration sensor 1011 may also be used for the acquisition of motion data of a game or a user.
The gyro sensor 1012 may detect a body direction and a rotation angle of the electronic apparatus 1000, and the gyro sensor 1012 may collect a 3D motion of the user on the electronic apparatus 1000 in cooperation with the acceleration sensor 1011. The processor 1001 may implement the following functions according to the data collected by the gyro sensor 1012: motion sensing (e.g., changing UI according to a tilting operation by a user), image stabilization at shooting, game control, and inertial navigation.
The pressure sensor 1013 may be disposed at a side frame of the electronic device 1000 and/or a lower layer of the touch display 1005. When the pressure sensor 1013 is provided at a side frame of the electronic apparatus 1000, a grip signal of the electronic apparatus 1000 by a user can be detected, and the processor 1001 performs right-and-left hand recognition or quick operation according to the grip signal collected by the pressure sensor 1013. When the pressure sensor 1013 is provided at the lower layer of the touch display 1005, the processor 1001 controls the operability control on the UI interface according to the pressure operation of the user on the touch display 1005. The operability controls include at least one of a button control, a scroll bar control, an icon control, and a menu control.
The fingerprint sensor 1014 is used to collect a fingerprint of the user, and the processor 1001 identifies the identity of the user based on the fingerprint collected by the fingerprint sensor 1014, or the fingerprint sensor 1014 identifies the identity of the user based on the collected fingerprint. Upon recognizing that the user's identity is a trusted identity, the processor 1001 authorizes the user to perform relevant sensitive operations including unlocking the screen, viewing encrypted information, downloading software, paying for and changing settings, etc. The fingerprint sensor 1014 may be provided on the front, back or side of the electronic device 1000. When a physical key or vendor Logo is provided on the electronic device 1000, the fingerprint sensor 1014 may be integrated with the physical key or vendor Logo.
The optical sensor 1015 is used to collect ambient light intensity. In one embodiment, the processor 1001 may control the display brightness of the touch display 1005 based on the ambient light intensity collected by the optical sensor 1015. Specifically, when the intensity of the ambient light is high, the display brightness of the touch display screen 1005 is turned up; when the ambient light intensity is low, the display brightness of the touch display screen 1005 is turned down. In another embodiment, the processor 1001 may dynamically adjust the shooting parameters of the camera module 1006 according to the ambient light intensity collected by the optical sensor 1015.
A proximity sensor 1016, also referred to as a distance sensor, is typically provided on the front panel of the electronic device 1000. The proximity sensor 1016 is used to capture the distance between the user and the front of the electronic device 1000. In one embodiment, when the proximity sensor 1016 detects a gradual decrease in the distance between the user and the front of the electronic device 1000, the processor 1001 controls the touch display 1005 to switch from the bright screen state to the off screen state; when the proximity sensor 1016 detects that the distance between the user and the front surface of the electronic device 1000 gradually increases, the touch display screen 1005 is controlled by the processor 1001 to switch from the off-screen state to the on-screen state.
Those skilled in the art will appreciate that the structure shown in fig. 10 is not limiting of the electronic device 1000 and may include more or fewer components than shown, or may combine certain components, or may employ a different arrangement of components.
The embodiments of the present application also provide a non-transitory computer readable storage medium, where the instructions in the storage medium, when executed by a processor of a mobile electronic device, enable the mobile electronic device to perform the method for detecting cheating behavior provided in the embodiments shown in fig. 2 or fig. 3.
The embodiments of the present application also provide a computer program product containing instructions that, when executed on a computer, cause the computer to perform the method for detecting cheating behavior provided by the embodiments shown in fig. 2 or fig. 3.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The foregoing description of the preferred embodiments of the present application is not intended to limit the invention to the particular embodiments of the present application, but to limit the scope of the invention to the particular embodiments of the present application.

Claims (7)

1. A method for detecting cheating behavior, the method comprising:
when a reference operation of the online answering application is detected, providing an option of whether to agree to set a proxy server or not for a user, wherein the reference operation comprises an application starting operation or an answering starting operation;
when the user selects agreement, the address information of a proxy server is obtained, the proxy server is used for monitoring a network search request in the running process of the online answering application, the network search request comprises search content, the address information comprises a protocol address and a port number which are interconnected between networks, and the address information is automatically distributed by a background server of the online answering application;
establishing communication connection with the proxy server based on the protocol address and port number of the interconnection between the networks;
receiving the search content fed back by the proxy server, and acquiring the question content of a current question, wherein the current question is a question currently displayed by an online answering application, and the search content is detected during the running of the online answering application;
determining a degree of matching between the search content and the topic content includes: when the search content comprises text information, performing text matching on the search content and the topic content, determining similarity between the search content and the topic content, and determining matching degree between the search content and the topic content according to the similarity; when the search content is non-text information comprising codes, directly determining that the matching degree between the search content and the topic content reaches a reference similarity threshold;
When the matching degree between the search content and the question content reaches a reference similarity threshold, determining that the cheating behavior is detected, and popping up a warning notice of closing the cheating software on the online answer application interface;
the method comprises the steps that a cheating notification message is sent to a background server, wherein the cheating notification message carries a user account and cheating times, the cheating notification message is used for indicating the background server to determine whether a user account is effective according to the cheating times, and when the background server records that the cheating times of the user account reach a threshold value of the reference cheating times, the user account is ineffective at this time and an electronic device is informed to close an answer interface; responding to the fact that the cheating times of the user account reaches a reference cheating times threshold, sending a notification message, wherein the notification message is used for notifying a user that the user account is sealed, and the user can not log in the online answering application by using the user account any more; the user account is an account for logging in the online answering application, and the background server is used for providing the question content;
when a user closes an online answer application, the communication connection with the proxy server is disconnected;
When the user selects disagreement, starting to answer questions is forbidden;
the acquiring the topic content of the current topic comprises the following steps: when each item is displayed by the online answer application, caching the item content of the current item into a cache file, wherein the cache file is stored in the local of the electronic equipment, and the online answer application is operated on the electronic equipment; when the answer time of the current question is over and the on-line answer application displays the next question, continuously caching the question content of the next question into a cache file, and covering the question content of the previous question;
the obtaining the topic content of the current topic comprises the following steps: and acquiring the question content of the current question from the cache file.
2. The method of claim 1, wherein when the search content includes a search keyword, the determining a degree of matching between the search content and the topic content comprises:
detecting whether the search keyword is included in the topic content;
and when the search keyword is included in the topic content, determining that the matching degree between the search content and the topic content reaches the reference similarity threshold.
3. The method of claim 1, wherein after determining that the cheating behavior is detected, further comprising:
counting the cheating times of the user account;
and when the cheating times reach the threshold value of the reference cheating times, closing the answer interface, and sending an answer invalidation notice to a background server, wherein the answer invalidation notice is used for indicating that the user account is invalid in answer.
4. A cheating behavior detection apparatus, the apparatus comprising:
the second acquisition module is used for providing an option of whether to agree to set the proxy server or not for the user when detecting a reference operation of the online answering application, wherein the reference operation comprises an application starting operation or an answering starting operation; when the user selects agreement, the address information of a proxy server is obtained, the proxy server is used for monitoring a network search request in the running process of the online answering application, the network search request comprises search content, the address information comprises a protocol address and a port number which are interconnected between networks, and the address information is automatically distributed by a background server of the online answering application;
the connection module is used for establishing communication connection with the proxy server based on the protocol address and the port number of the interconnection between the networks;
The first acquisition module is used for receiving the search content fed back by the proxy server and acquiring the question content of a current question, wherein the current question is a question currently displayed by an online answer application, and the search content is detected during the running period of the online answer application;
a first determining module, configured to determine a matching degree between the search content and the topic content, including: when the search content comprises text information, performing text matching on the search content and the topic content, determining similarity between the search content and the topic content, and determining matching degree between the search content and the topic content according to the similarity; when the search content is non-text information comprising codes, directly determining that the matching degree between the search content and the topic content reaches a reference similarity threshold;
the second determining module is used for determining that the cheating behavior is detected when the matching degree between the search content and the question content reaches a reference similarity threshold value, and popping up warning notices of the cheating software to be closed on the online answer application interface;
The system comprises a first sending module, a background server and a second sending module, wherein the first sending module is used for sending a cheating notification message to the background server, the cheating notification message carries a user account and cheating times, the cheating notification message is used for indicating the background server to determine whether the answer of the user account is valid according to the cheating times, and the background server records that the answer of the user account is invalid and notifies the electronic equipment to close an answer interface when the cheating times of the user account reach a reference cheating times threshold value; responding to the fact that the cheating times of the user account reaches a reference cheating times threshold, sending a notification message, wherein the notification message is used for notifying a user that the user account is sealed, and the user can not log in the online answering application by using the user account any more; the user account is an account for logging in the online answering application, and the background server is used for providing the question content;
the connection module is also used for disconnecting the communication connection with the proxy server when the user closes the online answer application;
the second acquisition module is also used for prohibiting starting to answer questions when the user selects disagreement;
the first acquisition module is further configured to:
When each item is displayed by the online answer application, caching the item content of the current item into a cache file, wherein the cache file is stored in the local of the electronic equipment, and the online answer application is operated on the electronic equipment; when the answer time of the current question is over and the on-line answer application displays the next question, continuously caching the question content of the next question into a cache file, and covering the question content of the previous question;
and acquiring the question content of the current question from the cache file.
5. The apparatus of claim 4, wherein the first determination module is to:
when the search content comprises a search keyword, detecting whether the search keyword is included in the topic content;
and when the search keyword is included in the topic content, determining that the matching degree between the search content and the topic content reaches the reference similarity threshold.
6. An electronic device, the electronic device comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to implement the steps of any of the methods of claims 1-3.
7. A computer readable storage medium having instructions stored therein which, when run on a computer, cause the computer to perform the method of any of claims 1-3.
CN201910288593.9A 2019-04-11 2019-04-11 Cheating behavior detection method, device and storage medium Active CN110020690B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910288593.9A CN110020690B (en) 2019-04-11 2019-04-11 Cheating behavior detection method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910288593.9A CN110020690B (en) 2019-04-11 2019-04-11 Cheating behavior detection method, device and storage medium

Publications (2)

Publication Number Publication Date
CN110020690A CN110020690A (en) 2019-07-16
CN110020690B true CN110020690B (en) 2023-07-07

Family

ID=67191053

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910288593.9A Active CN110020690B (en) 2019-04-11 2019-04-11 Cheating behavior detection method, device and storage medium

Country Status (1)

Country Link
CN (1) CN110020690B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110782376A (en) * 2019-09-24 2020-02-11 深圳市海云天科技股份有限公司 Examination anti-cheating method and device, electronic device and storage medium
CN112116505A (en) * 2020-08-31 2020-12-22 湖北美和易思教育科技有限公司 Anti-cheating online competition system and method
CN113393347B (en) * 2021-06-07 2023-06-16 武汉华工智云科技有限公司 Method and device for preventing cheating in online examination

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101651707B (en) * 2009-09-22 2012-05-23 西安交通大学 Method for automatically acquiring user behavior log of network
CN104077735B (en) * 2014-06-09 2017-06-13 北京工商大学 Online test visualizing monitor system
WO2017152425A1 (en) * 2016-03-11 2017-09-14 深圳市大疆创新科技有限公司 Method, system and device for preventing cheating in network exam, and storage medium
CN106210663B (en) * 2016-08-30 2019-02-05 湖南强视信息科技有限公司 It is a kind of to prevent other people assisted methods towards unmanned invigilator
CN108595513B (en) * 2018-03-23 2021-06-22 北京奇艺世纪科技有限公司 Video search cheating processing method and device

Also Published As

Publication number Publication date
CN110020690A (en) 2019-07-16

Similar Documents

Publication Publication Date Title
CN110278464B (en) Method and device for displaying list
CN110868626A (en) Method and device for preloading content data
CN110572716B (en) Multimedia data playing method, device and storage medium
CN111327694B (en) File uploading method and device, storage medium and electronic equipment
US11165950B2 (en) Method and apparatus for shooting video, and storage medium
CN112084811B (en) Identity information determining method, device and storage medium
CN110020690B (en) Cheating behavior detection method, device and storage medium
CN110933468A (en) Playing method, playing device, electronic equipment and medium
CN111510482B (en) Method and device for determining failed network request and computer storage medium
CN110890969B (en) Method and device for mass-sending message, electronic equipment and storage medium
CN108307031B (en) Screen processing method, device and storage medium
CN112100528A (en) Method, device, equipment and medium for training search result scoring model
CN111782950A (en) Sample data set acquisition method, device, equipment and storage medium
CN113099378B (en) Positioning method, device, equipment and storage medium
CN111158780B (en) Method, device, electronic equipment and medium for storing application data
CN112597417B (en) Page updating method and device, electronic equipment and storage medium
CN111314205B (en) Instant messaging matching method, device, system, equipment and storage medium
CN113836426A (en) Information pushing method and device and electronic equipment
CN114816600A (en) Session message display method, device, terminal and storage medium
CN112311652A (en) Message sending method, device, terminal and storage medium
CN112818205B (en) Page processing method, device, electronic equipment, storage medium and product
CN114157906B (en) Video detection method, device, electronic equipment and storage medium
CN111275561B (en) Method, device, computer equipment and storage medium for acquiring association relation
CN109361957B (en) Method and device for sending praise request
CN111135571B (en) Game identification method, game identification device, terminal, server and readable 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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190716

Assignee: GUANGZHOU CUBESILI INFORMATION TECHNOLOGY Co.,Ltd.

Assignor: GUANGZHOU HUADUO NETWORK TECHNOLOGY Co.,Ltd.

Contract record no.: X2021440000031

Denomination of invention: A cheating detection method, device and storage medium

License type: Common License

Record date: 20210125

GR01 Patent grant
GR01 Patent grant