Skip to content

Exam questions/answers/checkers written in markdown

Notifications You must be signed in to change notification settings

haomo-studio/mdexam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 31, 2017
6f2c3dc · Jul 31, 2017

History

52 Commits
Mar 25, 2017
Jun 27, 2017
Mar 25, 2017
Jun 27, 2017
Mar 21, 2017
Mar 20, 2017
Mar 24, 2017
Mar 24, 2017

Repository files navigation

MdExam · CircleCI Status Build Status Coverage Status npm version PRs Welcome

Exam questions/answers/checkers written in markdown.

  • Question
  • Answer
  • Checker

Intro

Related packages are:

Examples

Usage

Install:

   $ npm install mdexam 

CLI

Convert markdown to json file:

node bin/mdexam -m <markdown> -o <output.json>

Convert json to markdown file:

node bin/mdexam -j <json> -o <markdown.md>          

As Nodejs Lib

var mdexam = require('mdexam');
console.log(mdexam.m2j('path/exam.md');
console.log(mdexam.m2h('path/exam.md', options);

m2h options

options:

{
    key: value
}

key includes:

Stay In Touch

  • Slack
  • Trello

License

About

Exam questions/answers/checkers written in markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published