https://github.com/johnweldon/assessment
Questionnaire / Assessment Tool
https://github.com/johnweldon/assessment
Last synced: about 1 year ago
JSON representation
Questionnaire / Assessment Tool
- Host: GitHub
- URL: https://github.com/johnweldon/assessment
- Owner: johnweldon
- Created: 2025-05-09T20:14:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T00:15:38.000Z (about 1 year ago)
- Last Synced: 2025-05-10T01:23:28.171Z (about 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```