Giter Club home page Giter Club logo

wenjuanxin's Introduction

简介

这是一款自动提交问卷辅助插件,适用于问卷星:www.wjx.cn

安装这款插件可以帮你做到自动填写问卷并提交,然后自动刷新继续填写,适用于问卷星刷大量问卷数据。

安装

安装并使用这款插件,需要你的浏览器装有油猴Tampermonkey插件

正式版 GitHub版
在油猴上正式发布的版本, 最稳定, 更新频率较低 新增内容测试的地方, 更新频率高, 但功能不稳定

快速开始

安装插件并保持打开状态,打开网址:https://www.wjx.cn/jq/92660586.aspx

配置

填空题随机填写自定义答案,所以安装好脚本之后,可以进入管理面板修改代码里的答案配置

答案配置在config变量里面,打开脚本前几行就可以看到它。脚本默认问卷的第3,4,6,7,16,17,18,19题共八道填空题

var config = [
        {
            id: 1,//第一题
            answer: [800,900,1000,1100,1500,2000]//随机选出一个答案
        },
        {
            id: 2,//第二题
            answer: ["父母给","自己兼职","傍富婆"]
        }
    ];

这是一个数组,里面存放着填空题的答案,你可以在里面修改为你要填写的问卷的具体格式

比如说第一题是填空题,问题是你每个月的工资是多少元?那么你可以在里面添加一条记录

{
  id: 1, 
  answer: [100,200,500,1000,1500,2000]
}

请注意:如果答案不是数字记得加上双引号,否则不符合语法要求

而且每一条记录之间要有一个英文半角逗号,这样才符合json格式,否则也是会出错的呢

再比如说你的问卷第二题也是填空题,问题是你的女朋友和你的妈咪携手掉进小湖泊里,你先救哪一个?那么你可以在里面添加一条记录

{
   id: 2, 
   answer: ["先救妈咪","先救女票","小孩子才做选择题,我全部都要救"]
}

wenjuanxin's People

Contributors

zaincheung avatar 1364405702 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.