Sha256: 242fe360c7a03201173358ee8d867ea24b1f9829ddb9f07ab501e80bbdd8f047

Contents?: true

Size: 1.52 KB

Versions: 10

Compression:

Stored size: 1.52 KB

Contents

[![Gem Version](https://badge.fury.io/rb/asker-tool.svg)](https://badge.fury.io/rb/asker-tool)
![GitHub](https://img.shields.io/github/license/dvarrui/asker)

# 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](./docs/images/logo.png)

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

* Free Software [LICENSE](LICENSE).
* Multiplatform.
* [Ruby program](https://rubygems.org/gems/asker-tool)

## Installation

1. Install Ruby on your system.
2. Install Asker on your system: `sudo gem install asker-tool`

> REMEMBER: To update Asker execute `sudo gem update asker-tool`

## Usage

Steps:

1. Create an input file with your inputs (_conceptual map_).
1. 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
```

* Output files created into the `output` folder.
* More [example input files](./docs/examples).
* More asker input files at [github/dvarrui/asker-inputs](https://github.com/dvarrui/asker-inputs) repository.

## Documentation

* [Installation](docs/install/README.md)
* [Videos](docs/videos.md)
* [Inputs](docs/inputs/README.md)
* [Usage](docs/usage.md)
* [Contributions](docs/contributions.md)
* [Problem to solve](docs/idea.md)
* [History](docs/history.md)

## Contact

* **Email**: `teuton.software@protonmail.com`
* **Twitter**: `@SoftwareTeuton`

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
asker-tool-2.5.0 README.md
asker-tool-2.4.5 README.md
asker-tool-2.4.4 README.md
asker-tool-2.4.3 README.md
asker-tool-2.4.2 README.md
asker-tool-2.4.1 README.md
asker-tool-2.4.0 README.md
asker-tool-2.3.4 README.md
asker-tool-2.3.3 README.md
asker-tool-2.3.2 README.md