Coder Social home page Coder Social logo

questionnaire's Introduction

问卷星球

浙工大 计师2001 软件工程实践

项目介绍

问卷星球,问卷发布平台,实现了含普通问卷、考试问卷、报名问卷、投票问卷、疫情打卡问卷等五类问卷的创建、编辑、发布、统计功能。

项目突出特点主要有:

  • 友好的问卷制作界面:空白问卷模板、大纲题目可拖拽编辑题目顺序、编辑问卷时每隔1分钟自动保存
  • 特别问卷的展示与设计:
    • 考试问卷显示截止时间倒计时、且题目乱序展示
    • 投票、考试问卷填报完成后展示答题反馈;
    • 疫情打卡可获取用户IP地址进行定位;
    • 报名问卷剩余名额的实时反馈,以及同步提交的数据库事务处理
  • 完整实用的数据统计分析(含图表分析与交叉分析
  • 各类问卷与数据导出文件的DIY设计
  • 逻辑关联问题设计
  • 支持上传小型图片和视频

运行环境

Python 3.8 及以上

Django 3.0 及以上

安装第三方依赖库,请根据操作系统类型在项目根目录下使用以下命令安装

pip install -r requirements.txt 
<!-- windows -->

## 如何使用

> 须结合 [前端说明] 进行配置

运行项目前,请根据文件内容提示修改 **utils/secrets.py**,其中包含前端路由 `webFront`、后端路由 `webBack`,数据库基本信息 `DataBase`  和基本邮箱信息`Email`。 如需连接其他类型的数据库也请对应修改`utils/secrets.py `的内容

而后使用`python manage.py makemigrations`   和 `python manage.py migrate`  生成对应数据库文件

本地运行项目,使用`python manage.py runserver`运行本项目,由于前后端的分离性,可以结合前端项目来运行此项目

questionnaire's People

Contributors

bflameswift avatar huanngzh avatar shiyiting753 avatar deepsource-autofix[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.