capira-videos / slang

js-lib to evaluate quiz answers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slang

slang is a family of world's most awesome javascript libraries to evaluate user input from quizzes. Essentially it is a collection of Functions with type String x String -> bool that compare if to Strings mean the same.

The purpose of this project is the abstraction of ui and logic. The Project Capira Socrates is the UI and slang are more or less intelligent algorithms to compare user input to on a semantic level.

The family consists of:

  • mathslang world's most awesome js-lib to match mathematical expressions. by tino
  • logicslang world's most awesome js-lib to match for logical expressions. by tino and stef
  • langslang world's most awesome js-lib to match for logical expressions. by stef
  • hausdorffslang world's most awesome js implementation of the hausdorff-metrik
  • colorslang world's most awesome js implementation to match colors

usage

development

install tools

  • Install node.js
  • Install tools via command line
    • in your terminal navigate to /slang
    • npm install

use tools

  • use development server gulp
  • use build task gulp build
  • use distribution server gulp test-dist

About

js-lib to evaluate quiz answers


Languages

Language:JavaScript 100.0%