# 在线答题小程序_1 **Repository Path**: hurely/online-exam-weapp ## Basic Information - **Project Name**: 在线答题小程序_1 - **Description**: 课程在线答题小程序代码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2022-11-03 - **Last Updated**: 2022-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在线答题小程序 在线课程地址:https://www.bilibili.com/video/BV1qS4y197kc/ 如果遇到问题,欢迎加群讨论 458265268。 ## 目录 - 01_vant_weapp 初始化云开发项目,引入 Vant UI 组件库 - 02_static_page 创建静态的答题页面 - 03_render_page 用JSON结构渲染答题页面 - 04_cloud_request 创建云数据库、导入题目、云函数查询,渲染答题页面 - 05_answer_function_1 答题页面功能第一部分:答题、对答案、翻页 - 06_answer_function_2 收藏:添加收藏、检查手昂、取消收藏 - 07_result_page 答题结果统计、收集错题本 - 08_checkbox 多选题 - 09_history 随机选题&记录历史成绩 - 10_collection 错题本(10、11、12节) - 11_starred 收藏本(13节) - 12_vip_user 用户信息&兑换VIP(需要新建表 user 和 vipCode 并导入vipCode_data.json)