一个心理测试APP的设计与实现

 2022-10-28 10:10

论文总字数:22737字

摘 要

随着社会的不断进步和科技的不断发展,人们在生活的各方面都慢慢进入了互联网 的时代。智能手机的普及、计算机的应用,逐渐丰富了我们的生活,也让我们获得信息的渠道更加多元化。现代人使用手机的频率越来越高,利用手机能进行多项活动,智能手机的优势和普及致使心理测试应用系统的开发成为必需。要想实现对心理测试这个系统的开发,需要拥有一个强大数据库后台的支撑,心理测试系统是基于B/S结构开发,采用Android和MYSQL数据库来实现对于数据的存储和操作。它使系统更加灵活,并有了集成的设计方法,成功地完成了整个系统的整体设计。

高校在每年新生入学时除了会对学生组织体检之外,都要求学生完成心理测试,并对测试结果异常的学生进行二次测试和必要的心理疏导。 而现在的测试均为网页端,既增加了学校的工作量,也增加了学生的课业负担。 基于高校对于心理测试的需求,如何在移动互联网技术如此发达的今天采用更加便捷高效的方式让学生进行心理测试, 以及让学校能够更加方便的对心理测试数据进行管理, 一款基于Android的服务于高校的心理测试APP有其存在的必要性。本设计对心理测试应用系统的实现进行了系统的分析,通过前期调查进行了需求分析,详细设计,功能设计,从开发环境、目标、流程、数据库等都进行了总体的规划。

关键词 心理测试,B/S结构,Android,MYSQL数据库

Abstract

With the continuous development of social science and technology, all aspects of people's life have entered the era of Internet plus. The application of computers and the popularity of smart phones have enriched our life and diversified the channels for us to obtain information. Modern people use mobile phones more and more frequently. Mobile phones can be used for many activities. The advantages and popularity of smart phones make the development of psychological testing application system necessary. In order to achieve the development of psychological testing system, it is necessary to have a strong database background support. The psychological testing system is developed based on B/S structure, and USES Android and MYSQL databases to achieve the storage and operation of data. Make the system more flexible, with integrated design, complete the overall design of the whole system.

In addition to physical examination, all freshmen in colleges and universities are required to complete psychological tests and conduct secondary tests and necessary psychological counseling for students with abnormal test results. But now the test is the web side, not only increased the workload of the school, but also increased the workload of students. Based on the demand for psychological tests, how in such a developed day of mobile Internet technology using more convenient and efficient way to let the student to carry on the psychological tests, as well as making it easier for schools to manage the psychological test data, a service in college psychological test based on the Android APP has the necessity of its existence. This design has carried on the system analysis to the psychological test application system realization, has carried on the demand analysis through the preliminary investigation, the detailed design, the function design, has carried on the overall plan from the development environment, the goal, the flow, the database and so on.

Keywords: Psychological test, B / S structure, Android, MYSQL database

目录

第一章 绪 论 1

1.1 研究背景 1

1.2 研究目的及意义 1

1.3 论文工作安排 1

1.4 本章小结 1

第二章 理论及技术基础 3

2.1 Android 技术简介 3

2.2 安卓系统的架构 3

2.3 安卓平台的搭建 3

2.4 MySQL简介 4

2.5 本章小结 5

第三章 APP需求分析与整体设计 6

3.1 APP功能需求分析 6

3.2App总体架构设计 6

3.3APP功能模块结图设计 7

3.3.1注册流程 7

3.3.2登录流程 8

3.3.3用户个人信息管理 9

3.3.4用户心理测试 10

3.4APP数据库设计 11

3.4.1数据库设计原则 11

3.4.2数据库设计过程描述 11

3.4.3数据库实体 12

3.5本章小结 18

第四章 系统详细设计与实现 19

4.1APP注册登陆模块设计 19

4.2题目管理模块设计 19

4.3章节测试模块设计 21

4.4数据库表的详细设计 22

4.5系统实现 25

4.6本章小结 27

第五章 系统测试 28

5.1 系统测试的目的 28

5.2 系统测试范围和方法 28

5.3 系统测试结果 28

5.4 本章小结 30

第六章 总结 31

致谢 32

参考文献: 33

  1. 绪 论
    1. 研究背景

随着时代的发展,心理健康问题已经逐渐成为所有群体日益关注的问题。高校在每年新生入学时除了会对学生组织体检之外,都要求学生完成心理测试,若发现心理异常的学生,对学生进行了二级心理测试。此外还要在特定的时间对该学生进行特定的心理检查及疏导。而现在的测试均为网页端,学校的工作量不仅增加了,而且增加了学生的负担。基于高校对于心理测试的需求,如何在移动互联网技术如此发达的今天采用更加便捷高效的方式让学生进行心理测试,以及让学校能够更加方便的对心理测试数据进行管理,一款基于Android的服务于高校的心理测试APP有其存在的必要性。

此次毕业论文不仅是高校学生心理测试系统进行详细地设计,更是对此系统的设计理念进行思考,本论文的设计过程既是对大学四年在软件工程专业所学内容的全面总结、回顾和完善,也是对四年专业理论知识的一场实践之战,更是对心理测试的一个自学,从而更好地掌握专业基本理论和基本技能。通过本课题的毕业论文锻炼,全面掌握前端页面,数据库及app开发设计的方法,在设计中可提升java编程语言水平、加强与熟练对数据库及各种开发软件的操作、提高设计系统的能力、开阔视野与眼界、培养专业素养等。通过此次毕业论文的锻炼,为今后互联网产业的发展打下了夯实的基础。

    1. 研究目的及意义

几十年之前,由于欧美等发达国家的信息网络快速发展,众多国家开始使用计算机对众多行业进行管理系统开发从而加以管理,用以实现管理效率的提高,心理测试应用也不例外。与国外技术相比,我国的网路信息技术发展速度相对缓慢。由于各种原因,管理制度的相对不成熟,导致我国的心理测试应用管理还是处于初级阶段,因而我国的心理测试管理相对于国外的发达国家,工作模式还是处于传统的管理模式中,并且使用手工进行记录,而且各方面管理工作并不完善,导致我国心理测试管理效率极低。随着技术科技的迅猛发展,移动端给人们的社会生活带来了很多便利。而本论文所讨论的心理测试应用技术在互联网发展时代中发展也是极为普遍的,为用户带来了极大的便利,心理测试应用系统的产生也减少了学校工作的负荷,让学校的老师辅导员和学生自己更多地了解他们的精神状态,并设置了心理美文,音乐等来让学生得到放松,对于心理测试应用系统的逐渐分析和收集信息的情况,减轻学生心理负担。

剩余内容已隐藏,请支付后下载全文,论文总字数:22737字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;