Skip to content

zhanghao5683934/Exam

Repository files navigation

在线考试答题系统

Online exam answer system

 


项目介绍(Project introduction)

本系统可以应用于考试,答题,刷题,知识竞赛,活动答题,题库等场景,满足各种答题刷题的使用! (This system can be applied to the examination, answer, brush questions, knowledge competition, activity answer, question bank and other scenarios, to meet the use of all kinds of answer brush questions!)

演示图片(Demo pictures)

输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明

安装教程(Install the tutorial)

1. 安装Hbuilder编辑工具(Install the Hbuilder editing tool)

uni-app官方推荐的轻量级代码IDE工具, Hbuilder下载地址,具体安装流程官方网站上写的很详细, 用户可以选择对应您本地系统环境的版本下载.(Uni-app is an official recommended lightweight code IDE tool,Hbuilder,The specific installation process is detailed on the official website. Users can choose the version corresponding to your local system environment to download)

2. 导入项目(Import the project)

克隆下来之后, 打开Hbuilder编辑器. 选择文件, 导入或打开目录即可.(Once cloned, open the Hbuilder editor. Select the file and import or open the directory.)

3. 运行(run)

运行分3种方式, APP运行、小程序、H5(It can be run in three ways: APP run, small program and H5)

主要特性(The main features)

  1. 一套代码,可发布到iOS、Android、Web(响应式)、以及各种小程序
  2. 依托Dcloud公司强大的生态圈, 开发者无论是拿来直接用还是自己修改后使用都十分的方便, 网上资料/文档齐全,无需担心bug解决不了.
  3. 项目占用空间小,全部加起来不到2MB,占用开发者磁盘空间极少.
  4. 代码中做了多端适配, 小程序端、H5端、安卓、IOS端样式都做到了样式兼容.
  5. vue开发, 保证了样式美观的同时, 规避了nvue样式的兼容问题.
  6. 配置方便, 无需安装, 下载之后使用Hbuilder编辑器即可运行查看.

目录说明

├─.hbuiderx        		
├─.idea              	
├─components          	// 项目中使用到的功能封装	
│
├─pages      			// 页面入口文件夹
│	├─index				// 首页
│	├─my				// 个人中心
│	├─login				// 登录页面
│	├─notice			// 工作提示
│	├─ranking			// 排行榜
│	├─question			// 在线答题
│	├─answer_history		// 答题记录
│	├─forget			// 修改密码
│	└─my_update			// 展示用户信息
│
├─static            	// 静态资源
├─unpackage
├─util				// 请求接口
├─App.vue				// vue项目入口文件
├─main.js				// 公共js
├─manifest.json			// 基础配置 
├─pages.json			// 页面路由配置页
├─project.config.json			// 项目配置文件
└─uni.scss				// uniapp内置的常用样式变量

注意事项(Matters needing attention)

  • windows系统用安卓机
  • MAC系统用苹果机,
  • 小程序需要下载微信开发者工具, 并配置APPID和运行路径
  • H5直接运行即可

技术交流(Technical communication)

官方QQ技术交流群(Official QQ technical exchange group)

QQ群:995910672

>

Releases

No releases published

Packages

No packages published

Languages