All Projects → bolorundurowb → Open Exam Suite

bolorundurowb / Open Exam Suite

Licence: gpl-3.0
This project seeks to create an open source exam designer and simulator that will be solace for those wanting to take any simulated examinations.

Projects that are alternatives of or similar to Open Exam Suite

Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
Stars: ✭ 18 (-82.18%)
Mutual labels:  desktop-application, windows-forms
Qibullet
Bullet simulation for SoftBank Robotics robots
Stars: ✭ 95 (-5.94%)
Mutual labels:  simulator
Quick Screen Recorder
Lightweight desktop screen recorder for Windows.
Stars: ✭ 80 (-20.79%)
Mutual labels:  desktop-application
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (-13.86%)
Mutual labels:  simulator
Ezlayoutdisplay
Learn your custom layout quickly and easily by displaying your ErgoDox layout right from your desktop !
Stars: ✭ 84 (-16.83%)
Mutual labels:  desktop-application
Ets2 Local Radio
Radio from wherever you are in ETS2/ATS
Stars: ✭ 88 (-12.87%)
Mutual labels:  simulator
Vulcan
RISC-V Instruction Set Simulator (Built for education).
Stars: ✭ 80 (-20.79%)
Mutual labels:  simulator
Bookmark
[NOT MAINTAINED] Desktop app to manage bookmarked links using Atom Electron and Vue.js.
Stars: ✭ 97 (-3.96%)
Mutual labels:  desktop-application
Dockpanelsuite
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
Stars: ✭ 1,326 (+1212.87%)
Mutual labels:  windows-forms
Yourfukurou
Hackable YoruFukurou alternative Twitter client
Stars: ✭ 85 (-15.84%)
Mutual labels:  desktop-application
Runjs
A JavaScript playground that auto-evaluates as you type
Stars: ✭ 1,266 (+1153.47%)
Mutual labels:  desktop-application
Servicebusexplorer
The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
Stars: ✭ 1,259 (+1146.53%)
Mutual labels:  windows-forms
Rinsim
RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP). The simulator is developed at the imec-DistriNet group at the dept. of Computer Science, KU Leuven, Belgium.
Stars: ✭ 91 (-9.9%)
Mutual labels:  simulator
Project Dollhouse
A project aiming to rebuild TSO (The Sims Online) from the ground up. Inspired by CorsixTH.
Stars: ✭ 83 (-17.82%)
Mutual labels:  simulator
Awesome Emulators Simulators
A curated list of software emulators and simulators of PCs, home computers, mainframes, consoles, robots and much more...
Stars: ✭ 94 (-6.93%)
Mutual labels:  simulator
Virtualhome
API to run VirtualHome, a Multi-Agent Household Simulator
Stars: ✭ 80 (-20.79%)
Mutual labels:  simulator
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+1147.52%)
Mutual labels:  simulator
Ghdl
VHDL 2008/93/87 simulator
Stars: ✭ 1,285 (+1172.28%)
Mutual labels:  simulator
Simctl
Ruby interface to xcrun simctl
Stars: ✭ 97 (-3.96%)
Mutual labels:  simulator
Library Management System Java
📚 A sophisticated Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).
Stars: ✭ 96 (-4.95%)
Mutual labels:  desktop-application

Open Exam Suite

Build status Download Open Exam Suite NETFramework License

Very important announcement around version 4

The former aim to convert existing VCE exams to the OEF format has been dropped. If you want any feature in the next release, create an issue here on Github or hit me up on twitter @Mr_Bolorunduro. If this project has been of benefit to you, feel free to give it a star so others can find it too.

This project is an answer to a call to develop an open source alternative to Avanset's Visual CertExam Suite. This project has an exam designer that creates an oef (Open Exam Format) file and an exam simulator that can read and simulate the exam. It aims to be the open source solace for those wanting to take computer based simulated examinations. Answering the call to design an open source alternative to Avanset's Visual CertExam Suite birthed version one of open exam suite and as I was still learning and getting a hang of the language, the code written is less than ideal which gave birth to version two of the software which based on the new knowledge was better written and had new features. The code resides here.

[NB: the version 1 and 2 oef files are basically just zip files that contain an XML file and images. The XML contains the exam details and structure while the pictures are question images]

Please, I am working on a site where exams that have been compiles using this tool can be shared with the community. Until I'm done, please send them to [email protected] and I'll post them on the product documentation/help page. http://bolorundurowb.github.io/Open-Exam-Suite

Changelog

Version 3.1

Version 3.1 keeps backward compatibility with v3.0 exams (obviously), but aims to run better and faster. The upgrades affect every part of the app from the shared library to the exam converter, the creator and the simulator.

General improvements

  1. Support for questions with multiple answers has been added.

Creator Section

  1. Support for exporting exams as JSON has be added.
  2. Support for exporting exams as XML has be added.

Version 3 added features

Version three does not have backward support for exams created with the versions 1 and 2 creator apps. But I have written and added a converter that can easily upgrade the old exam files to the newer form that is readable by the version 3 simulator.

General improvements

  1. Coded using every OOP principle I know.
  2. Coded using TDD.
  3. Exam file (oef) type changed from zip based to a serializable binary.

Creator Section

  1. UI overhaul to make it even more intuitive and better.
  2. Faster response
  3. Support for Undo and Redo.
  4. Support for Copying, Cutting and Pasting.
  5. Support documentation in the help section.

Simulator Section

  1. Full rewrite for stability sake.

Version 2

Creator Section

  1. Supports adding of explanations to questions.
  2. Written utilizing more OOP principles than version 1.0
  3. Less buggy and faster.
  4. New, more stable and intuitive UI.

Simulator Section

  1. Support for checking correct answer while taking exams.
  2. Support for viewing an answers explanation.
  3. Support for printing results.

I have gained more programming knowledge and experience and intend to use that in version three of this project. Version three would be faster and have more features than version two. It aims to be a full rewrite.

Version 1 features

Creator Section

  1. Supports grouping questions into sections.
  2. Supports Images in questions
  3. Supports an unlimited number of options per question.
  4. Supports importing an existing exam file.
  5. Supports editing an exam file.
  6. Supports time limits in exams.

Simulator Section

  1. Supports taking exams as designed.
  2. Supports selecting certain sections to take.
  3. Supports just selecting the number of questions to be taken.
  4. Supports changing of time limits.

Download

SourceForge

You can get the complete suite in an installer from here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].