Coder Social home page Coder Social logo

pratik-nagdeve / code-quizzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from menda0/code-quizzer

0.0 1.0 0.0 43.8 MB

Quiz platform for code certifications

Home Page: http://codequizzer.betacode.tech

HTML 49.69% JavaScript 45.22% CSS 5.09%

code-quizzer's Introduction

Code Quizzer

The objective of this project is to create a platform for build coding quizes for programming languages using google sheets as datasource. This can be useful in code certification sources.

paypal

Install and Run

Run the following code:

npm install && node server.js

Now go to http://localhost:8080

Simple Use / Demo

Go to http://codequizzer.betacode.tech

Create Data Source

Data sources are created using googlesheets.

We need to have 3 sheets in every file.

  • Question
  • Options
  • Explanations

Spreadsheet printscreen

The first line of each sheet is legend for the columns data. The algorithm will ignore this line.

Question Sheet

Question sheet have the following structure:

  • ID (Unique identifier of the question)
  • Question (The question to be asked)
  • Code (The code provided for the question, this can be empty for pure teorical question)
  • Type (Two values allowed here, single and multiple. Single for single choice answer, multiple for multiple choice)

Spreadsheet printscreen

Options Sheet

Options sheet have the following structure:

  • Question (Unique identifier of the question, referrers to the ID provided in sheet Question)
  • Option (Unique identifier of the option, can be repeated if the question is different)
  • Description (Textual descripition of the answer)
  • Correct (True/False, True if the answer is the correct answer for the question, false otherwise. Multiple choice may have multiple answer with True assigned)
  • Explanation (Textual explanation why the answer is correct or incorrect)

Note: Explanation an corrections will be only displayed when the answer is evaluated or the quiz is finished

Spreadsheet printscreen

Explanations Sheets

Explanations sheet have the following structure:

  • Question (Unique identifier of the question, referrers to the ID provided in sheet Question)
  • Explanation (Textual explanation used to justified or help the answers provided, answer may not have explanation so this value can omitted for some questions)

Note: Explanation an corrections will be only displayed when the answer is evaluated or the quiz is finished

Spreadsheet printscreen

Very very Important ... :)

You have to published the sheet via url so the quizzer can work.

Spreadsheet printscreen

You can check this linkto see a real example of a working sheet.

code-quizzer's People

Contributors

menda0 avatar

Watchers

James Cloos 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.