An open API service indexing awesome lists of open source software.

https://github.com/johnweldon/assessment

Questionnaire / Assessment Tool
https://github.com/johnweldon/assessment

Last synced: about 1 year ago
JSON representation

Questionnaire / Assessment Tool

Awesome Lists containing this project

README

          

# Assessment Tool

This tool provides the ability to define a set of yes/no questions and a related
set of rules for scoring the answers to those questions.

## Install

With Go:

`go install github.com/johnweldon/assessment/interview@latest`

## Usage

```
Usage of interview:
-questions string
file or url of questions (ASSESSMENT_QUESTIONS)
-rules string
file or url for rules (ASSESSMENT_RULES)
```