Gem Version GitHub Gem

ASKER

Generate a lot of questions from an input text file with on your own definitions. In a way, this input file is a concept map.

logo

ASKER helps trainers to create a huge amount of questions, from a definitions (conceptual entities) input file.

Installation

  1. Install Ruby on your system.
  2. Install Asker on your system. Two ways:
    • (a) sudo gem install asker-tool as superuser (root) or
    • (b) gem install --user-install asker-tool as regular user.

To update Asker we do sudo gem update asker-tool

Usage

Steps:

  1. Create an input file with your inputs (conceptual map).
  2. Run asker and get the results into output directory.

Example: Running asker with our example input file as argument (acdc.haml):

asker docs/examples/bands/acdc.haml

Documentation

Contact