CN109670996A - A kind of wechat small routine teaching auxiliary system and method, information data processing terminal - Google Patents

A kind of wechat small routine teaching auxiliary system and method, information data processing terminal Download PDF

Info

Publication number
CN109670996A
CN109670996A CN201811502723.6A CN201811502723A CN109670996A CN 109670996 A CN109670996 A CN 109670996A CN 201811502723 A CN201811502723 A CN 201811502723A CN 109670996 A CN109670996 A CN 109670996A
Authority
CN
China
Prior art keywords
student
module
unit
small routine
teacher
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
CN201811502723.6A
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN201811502723.6A priority Critical patent/CN109670996A/en
Publication of CN109670996A publication Critical patent/CN109670996A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education
    • G06Q50/205Education administration or guidance

Abstract

The invention belongs to area of computer aided to be related to technical field, disclose a kind of wechat small routine teaching auxiliary system and method, information data processing terminal;Practice module and interaction classroom module including module of registering, every class one;Teacher is registered the switch of module using part control, is practiced module to daily one and is uploaded exercise and publication project, and student registered using partial students, answer and replys project.By registering, module interaction is registered, and does not influence normal instructional blocks of time, and backstage counts student at once and registers situation;Teacher practices module after the good paper of careful preparation by every class one, opens examination pattern, and answer on mobile phone for pupil after submitting paper, must achieve the result, teacher is immediately seen the examination result of student as a result, targetedly explaining exercise at once;After teacher initiates project by interaction classroom module, student submits result and the discussion to some result by way of picture, text, and data can save, and check at any time.

Description

A kind of wechat small routine teaching auxiliary system and method, information data processing terminal
Technical field
The invention belongs to area of computer aided to be related to technical field, and the present invention relates to a kind of wechat small routine teaching auxiliary systems And method, information data processing terminal.
Background technique
Currently, the prior art commonly used in the trade is such that
University teacher is in classroom teaching, is all teacher mouthful for the classroom of student usually to class situation, with hall practice etc. Head is called the roll, papery version is registered, and occupies time in classroom, accuracy rate is not high, and is unfavorable for long-term preservation;For registering, need Teacher is wanted to call the roll one by one, then the oral response of student is registered in attendance sheet, number of student more than one is exactly to take time and effort, when process Between it is long, or even will affect normal instructional blocks of time;It is tested for practice for usually, needs to wind, exam paper assessment, marking etc., ability Count accuracy, error rate;There is also taking time and effort, the long problem of flow time lacks timeliness, is unfavorable for classroom instruction Accuracy and timeliness;For open project, the discussion process of student can not be recorded and be retained;The end of term also needs to unite Meter summarize after report, and need paper, the paper of accumulation at ordinary times take out statistics summarize calculating usually divide, it is comparatively laborious.
In conclusion problem of the existing technology is:
(1) teacher's roll-call occupies time in classroom and accuracy rate is not high;
(2) test practice usually is time-consuming, lacks timeliness, and classroom instruction lacks accuracy and timeliness;
(3) open project student discusses that process can not be recorded and be retained.
Solve the difficulty and meaning of above-mentioned technical problem:
Difficulty: the present invention solves quick and precisely locating students position and completes to register.
Meaning: the education process of teacher is optimized.
Summary of the invention
In view of the problems of the existing technology, the present invention provides a kind of wechat small routine teaching auxiliary system and method, Information data processing terminal.
The invention is realized in this way a kind of wechat small routine teaching auxiliary system and method, comprising: use PHP language Laravel frame, application server receives data, and FastCGI process manager connects CGI interpreter;
CGI environmental variance and standard input are sent FastCGI subprocess php-cgi by server;By PHP code process The corresponding additions and deletions of data progress are looked into and are changed, the data for handling completion can be saved in mysql database, use for request next time;
Application server sends treated data result after client receives to client and is shown according to response result Respective interface effect.
The data transmission of the wechat small routine teaching auxiliary includes: to translate domain name into IP address by DNS;With The IP address of parsing carries out TCP connection;Request is disconnected with transmission data with server.
The wechat small routine teaching auxiliary provides api interface, and the request and transmission of data, gps positioning, which is realized, to be used The transmission and interaction of user data.
Wherein:
It registers step:
1) when, teacher's unlatching is registered, latitude and longitude information is got by the GPS of terminal, and be written to server database One data, the geographical location information and unlatching for saving teacher are registered.
2), student starts to register, and the geographical location of the teacher saved is read from server database, simultaneously also by terminal GPS obtain latitude and longitude information.
3) physical distance that 2 longitudes and latitudes, are calculated by function funA (x1, y1, x2, y2) judges whether specified In range, database is written in success of then registering, and by geographical location information, cannot then register not in range.
4), greater than more than 10 people registering, the geographical location physical distance between each student is counted by function funB, is obtained To opposite center basic point, and the student information outside specified range is listed, auxiliary teacher judges whether the life normally turns out for work.
5), teacher terminates to register.
Function funA (x1, y1, x2, y2) is specifically included:
A) angular transition is radian
Rx1=x1*PI/180;
Ry1=y1*PI/180;
Rx2=x2*PI/180;
Ry2=y2*PI/180;
B) 2 points of difference of longitude is calculated
Drx=rx1-rx2;
C) east-west direction length is calculated
Dx=6370693.5*cos (ry1) * drx
D) North and South direction length is calculated
Dy=6370693.5* (ry1-ry2)
E) bevel edge length is asked to obtain distance using Pythagorean theorem
Function funB is specifically included:
A) registered in reading database student longitude and latitude into set S { }
B) traverse set S { }, and it is nested traverse primary set S { } again, traversed, can be recycled in taking out and gathering by nesting All combinations of 2 points, then by function funA (x1, y1, x2, y2) calculate each point with respect to other point physical distance with Apart from summation, and it is saved in array d
C) compare the minimum value apart from summation in array d, as theoretical basic point
D) again traverse set S { }, by function funA (x1, y1, x2, y2) calculate basic point with respect to other put physics away from From filtering out the student information outside distance to a declared goal range
Another object of the present invention is to provide a kind of wechat little Cheng for running the wechat small routine teaching auxiliary Sequence teaching auxiliary system, the wechat small routine teaching auxiliary system include register module, the white silk module of every class one and interaction classroom Module.
Further, the module of registering includes:
Module that teacher registers module and student registers;
Teacher module of registering includes:
Unlatching is registered unit, is registered function for opening student;
Closing is registered unit, is registered function for closing student;
Details of registering unit, the concrete condition registered for checking student;
It registers history unit, registers situation for course before checking student;
Student module of registering includes registering unit, is registered use for student.
Further, the white silk of every class one module includes:
The every class one of teacher practices module
Practice unit is opened, for opening every one exercise of class, allows student to enter and inscribes;
Practice unit is closed, does topic function for closing, student can not continue to inscribe;
Answer result statistic unit does topic situation for count each student;
Practice history holding unit, using check student it is previous do topic situation;
It opens practice unit, close practice unit, answer result statistic unit and practice history holding unit;
The every class one of student practices module
It answers unit, for allowing student's answer to use;
It checks result unit, checks achievement for student.
Further, the interaction classroom module includes teacher's interaction classroom module and student's interaction classroom module;
Teacher's interaction classroom module includes:
Project unit is initiated, initiates project for teacher;
Student's interaction classroom module includes;
Project unit is replied, replys the project that teacher initiates for student;
Discussion of results unit is participated in for the discussion between teacher student to some result.
Another object of the present invention is to provide a kind of computer journeys for realizing the wechat small routine teaching auxiliary Sequence.
Another object of the present invention is to provide a kind of information datas for realizing the wechat small routine teaching auxiliary Processing terminal.
Another object of the present invention is to provide a kind of computer readable storage mediums, including instruction, when it is in computer When upper operation, so that computer executes the wechat small routine teaching auxiliary.
In conclusion advantages of the present invention and good effect are as follows: 1. module of registering through the invention, which can interact, registers, After teacher's unlatching is registered, student resource is registered, and does not influence normal instructional blocks of time, and backstage can out of horse back accurate statistics Raw situation of registering.To use 27 classes of this small routine as sample (1302 people of total number of persons, average per tour number 48.2222 People), through counting, the student of (teacher opens register after in 10 minutes to the student of class) of normally turning out for work is at average used time of registering Success rate of registering in 76.8383 seconds, 5 minutes is 93.51%, and success rate of registering in 10 minutes is 100%.2. for white silk usually Practise for test, teacher can every class one through the invention practice module after the good paper of careful preparation, open examination pattern, learn Answer on green hand's machine, after submitting paper, at once it can be concluded that achievement, teacher also can directly be seen that the examination result knot of student Fruit can targetedly explain exercise;3. interaction classroom module initiates project to teacher through the invention for open project Afterwards, student can submit result and the discussion to some result by way of picture, text, and these data can protect It deposits, can check at any time.
Detailed description of the invention
Fig. 1 is wechat small routine teaching auxiliary system schematic diagram provided in an embodiment of the present invention;
In figure: 1, module of registering;2, every class one practices module;3, interaction classroom module;11, teacher registers module;12, student It registers module;111, unit of registering is opened;112, unit of registering is closed;113, details of registering unit;114, it registers history unit; 121, it registers unit;21, the every class one of teacher practices module;22, the every class one of student practices module;211, practice unit is opened;212, it closes Close practice unit;213, answer result statistic unit;214, practice history holding unit;221, it answers unit;222, knot is checked Fruit unit;31, teacher's interaction classroom module;32, student's interaction classroom module;311, project unit is initiated;321, project is replied Unit;322, discussion of results unit is participated in.
Fig. 2 is wechat small routine teaching auxiliary system theory structure schematic diagram provided in an embodiment of the present invention.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, with reference to embodiments, to the present invention It is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, it is not used to Limit the present invention.
As shown in Figure 1, wechat small routine teaching auxiliary system provided in an embodiment of the present invention, including module 1 of registering, every class One practices module 2 and interaction classroom module 3;
The module 1 of registering divides that teacher registers module 11 and student registers module 12, and teacher module 11 of registering includes Unlatching register unit 111, close and register unit 112, details of registering unit 113, history unit 114 of registering, the student registers Module 12 includes unit 121 of registering;
Unlatching unit 111 of registering is used to open student and registers function, and closing unit 112 of registering is used to close Raw function of registering, shown details unit 113 of registering is for checking the concrete condition that student registers, the history unit 114 of registering It registers situation for course before checking student;The unit 121 of registering is registered use for student;
Every class one is practiced module 2 and is divided for the every white silk module 21 of class one of teacher and the every white silk of class one module 22 of student, the teacher It includes opening practice unit 211, closing practice unit 212, answer result statistic unit 213 and practice to go through that every class one, which practices module 21, History recording unit 214, it includes answering unit 221 and to check result unit 222 that the every class one of student, which practices module 22,;
The unlatching practice unit 211 allows student to enter and inscribes, the closing practice is single for opening every one exercise of class Member 212 does topic function for closing, and student can not continue to inscribe, and the answer result statistic unit 213 is for counting each Student's does topic situation, practice history holding unit 214 be used to check student it is previous do topic situation, the unit 221 of answering It is described to check that result unit 222 checks achievement for student for allowing student's answer to use;
The interaction classroom module 3 includes teacher's interaction classroom module 31 and student's interaction classroom module 32, the teacher Interaction classroom module 31 includes initiating project unit 311, and student's interaction classroom module 32 includes replying 321 He of project unit Participate in discussion of results unit 322;
The initiation project unit 311 initiates project for teacher, and the reply project unit 321 is replied old for student The project of Shi Faqi, the discussion of results unit 322 that participates in is for the discussion between teacher student to some result.
Wechat small routine teaching auxiliary provided in an embodiment of the present invention uses the Laravel frame of PHP language, application Server receives data, and FastCGI process manager connects CGI interpreter;Server inputs CGI environmental variance and standard It is sent to FastCGI subprocess php-cgi;The corresponding additions and deletions of data progress are looked by PHP code process and are changed, the number of completion is handled According to mysql database can be saved in, used for request next time;Application server sends treated data result to client, After client receives, respective interface effect is shown according to response result.
The data transmission of the wechat small routine teaching auxiliary includes: to translate domain name into IP address by DNS;With The IP address of parsing carries out TCP connection;Request is disconnected with transmission data with server.
The wechat small routine teaching auxiliary provides api interface, and the request and transmission of data, gps positioning, which is realized, to be used The transmission and interaction of user data.
In the above-described embodiments, can come wholly or partly by software, hardware, firmware or any combination thereof real It is existing.When using entirely or partly realizing in the form of a computer program product, the computer program product include one or Multiple computer instructions.When loading on computers or executing the computer program instructions, entirely or partly generate according to Process described in the embodiment of the present invention or function.The computer can be general purpose computer, special purpose computer, computer network Network or other programmable devices.The computer instruction may be stored in a computer readable storage medium, or from one Computer readable storage medium is transmitted to another computer readable storage medium, for example, the computer instruction can be from one A web-site, computer, server or data center pass through wired (such as coaxial cable, optical fiber, Digital Subscriber Line (DSL) Or wireless (such as infrared, wireless, microwave etc.) mode is carried out to another web-site, computer, server or data center Transmission).The computer-readable storage medium can be any usable medium or include one that computer can access The data storage devices such as a or multiple usable mediums integrated server, data center.The usable medium can be magnetic Jie Matter, (for example, floppy disk, hard disk, tape), optical medium (for example, DVD) or semiconductor medium (such as solid state hard disk Solid State Disk (SSD)) etc..
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all in essence of the invention Made any modifications, equivalent replacements, and improvements etc., should all be included in the protection scope of the present invention within mind and principle.

Claims (10)

1. a kind of wechat small routine teaching auxiliary, which is characterized in that the wechat small routine teaching auxiliary uses PHP The Laravel frame of language, application server receive data, and FastCGI process manager connects CGI interpreter;
CGI environmental variance and standard input are sent FastCGI subprocess php-cgi by server;By PHP code process logarithm It looks into and changes according to the corresponding additions and deletions of progress, the data for handling completion can be saved in mysql database, use for request next time;
Application server sends treated data result to client, after client receives, is shown according to response result corresponding Interfacial effect.
2. wechat small routine teaching auxiliary as described in claim 1, which is characterized in that the wechat small routine teaching is auxiliary The data transmission of aid method includes: to translate domain name into IP address by DNS;TCP connection is carried out with the IP address of parsing;Request It is disconnected with transmission data with server.
3. wechat small routine teaching auxiliary as described in claim 1, which is characterized in that the wechat small routine teaching is auxiliary Aid method provides api interface, the request and transmission of data, and the transmission and interaction of user data are realized in gps positioning.
4. a kind of wechat small routine teaching auxiliary system of wechat small routine teaching auxiliary described in operation claim 1, It is characterized in that, the wechat small routine teaching auxiliary system includes register module, the white silk module of every class one and interaction classroom module.
5. wechat small routine teaching auxiliary system as claimed in claim 4, which is characterized in that the module of registering includes:
Module that teacher registers module and student registers;
Teacher module of registering includes:
Unlatching is registered unit, is registered function for opening student;
Closing is registered unit, is registered function for closing student;
Details of registering unit, the concrete condition registered for checking student;
It registers history unit, registers situation for course before checking student;
Student module of registering includes registering unit, is registered use for student.
6. wechat small routine teaching auxiliary system as claimed in claim 4, which is characterized in that every class one practices module packet It includes:
The every class one of teacher practices module
Practice unit is opened, for opening every one exercise of class, allows student to enter and inscribes;
Practice unit is closed, does topic function for closing, student can not continue to inscribe;
Answer result statistic unit does topic situation for count each student;
Practice history holding unit, using check student it is previous do topic situation;
It opens practice unit, close practice unit, answer result statistic unit and practice history holding unit;
The every class one of student practices module
It answers unit, for allowing student's answer to use;
It checks result unit, checks achievement for student.
7. wechat small routine teaching auxiliary system as claimed in claim 4, which is characterized in that the interaction classroom module includes Teacher's interaction classroom module and student's interaction classroom module;
Teacher's interaction classroom module includes:
Project unit is initiated, initiates project for teacher;
Student's interaction classroom module includes;
Project unit is replied, replys the project that teacher initiates for student;
Discussion of results unit is participated in for the discussion between teacher student to some result.
8. a kind of computer program for realizing wechat small routine teaching auxiliary described in claims 1 to 3 any one.
9. a kind of information data processing for realizing wechat small routine teaching auxiliary described in claims 1 to 3 any one is eventually End.
10. a kind of computer readable storage medium, including instruction, when run on a computer, so that computer executes such as Wechat small routine teaching auxiliary described in claim 1-3 any one.
CN201811502723.6A 2018-12-10 2018-12-10 A kind of wechat small routine teaching auxiliary system and method, information data processing terminal Pending CN109670996A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811502723.6A CN109670996A (en) 2018-12-10 2018-12-10 A kind of wechat small routine teaching auxiliary system and method, information data processing terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811502723.6A CN109670996A (en) 2018-12-10 2018-12-10 A kind of wechat small routine teaching auxiliary system and method, information data processing terminal

Publications (1)

Publication Number Publication Date
CN109670996A true CN109670996A (en) 2019-04-23

Family

ID=66143667

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811502723.6A Pending CN109670996A (en) 2018-12-10 2018-12-10 A kind of wechat small routine teaching auxiliary system and method, information data processing terminal

Country Status (1)

Country Link
CN (1) CN109670996A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110648260A (en) * 2019-09-09 2020-01-03 陈昕航 Student classroom teaching auxiliary interaction system and method
CN110866851A (en) * 2019-12-04 2020-03-06 南京师范大学泰州学院 Laboratory safety education examination system based on WeChat small program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105551331A (en) * 2016-03-04 2016-05-04 北京学信速达科技有限公司 Real-time class interaction teaching system
CN107358828A (en) * 2017-09-06 2017-11-17 华中师范大学 A kind of classroom interaction tutoring system and method
CN107481566A (en) * 2017-10-10 2017-12-15 淄博职业学院 A kind of computer teaching lecture system based on cloud platform
CN107578216A (en) * 2017-09-06 2018-01-12 华中师范大学 A kind of classroom is registered system and method
CN107680189A (en) * 2017-10-10 2018-02-09 天津科技大学 Colleges and universities' Work attendance method based on Android system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105551331A (en) * 2016-03-04 2016-05-04 北京学信速达科技有限公司 Real-time class interaction teaching system
CN107358828A (en) * 2017-09-06 2017-11-17 华中师范大学 A kind of classroom interaction tutoring system and method
CN107578216A (en) * 2017-09-06 2018-01-12 华中师范大学 A kind of classroom is registered system and method
CN107481566A (en) * 2017-10-10 2017-12-15 淄博职业学院 A kind of computer teaching lecture system based on cloud platform
CN107680189A (en) * 2017-10-10 2018-02-09 天津科技大学 Colleges and universities' Work attendance method based on Android system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
涂相华 等: ""WECO课堂":基于微信小程序的师生交互系统", 《现代教育技术》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110648260A (en) * 2019-09-09 2020-01-03 陈昕航 Student classroom teaching auxiliary interaction system and method
CN110866851A (en) * 2019-12-04 2020-03-06 南京师范大学泰州学院 Laboratory safety education examination system based on WeChat small program

Similar Documents

Publication Publication Date Title
Islam et al. Development of smartphone-based student attendance system
US10395450B2 (en) Mobile device attendance verification with location data
CN103455958B (en) A kind of check class attendance method based on cell phone platform
CN107578216A (en) A kind of classroom is registered system and method
CN109670996A (en) A kind of wechat small routine teaching auxiliary system and method, information data processing terminal
US20150056597A1 (en) System and method facilitating adaptive learning based on user behavioral profiles
CN108921748A (en) Didactic code method and computer-readable medium based on big data analysis
CN107369114A (en) The children monitoring system of campus network, mobile network and guardian's network share
US9953543B2 (en) Secured computer based assessment
CN107659370B (en) University student classroom total management system and method
Sattar et al. An advanced and secure framework for conducting online examination using blockchain method
Tolsgaard et al. New roles for cost as an outcome: opportunities and challenges
Reddy et al. Design of QR based smart student attendance system
CN104992389A (en) Intelligent teaching management system with assessment advice
CN109255850A (en) A kind of student based on GIS attends class Work attendance method
CN103268581A (en) College student attendance management system
Yazid et al. Four-factors authentication algorithm for preventing fake attendance
Kotevski On the technologies and systems for student attendance tracking
Ross MoodleNFC–integrating smart student ID cards with moodle for laboratory assessment
Nwaukwa et al. Attendance management system for blended learning in tertiary institutions: a proposal
Litayem et al. Automatic attendance and mobile learning system in sensor enabled heterogeneous and dynamic university environment
Pabanaas et al. Analysis of CPU Utilization of a Cross-Platform Web Application for Facial Recognition based Remote User Tracking System
CN109829836A (en) A kind of classroom is registered management method and system
Hartono et al. e-Control: Electronic Attendance Control System for Multi-Condition Class using Microservices Architecture Development Methods
Karve et al. Towards Proxy-Attendance Detection using a Digital Attendance System and Machine Learning

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: 20190423

RJ01 Rejection of invention patent application after publication