Project

one44-cli

0.0
No release in over a year
Marks math problems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 1.1.1
= 3.1.2
= 3.9.0
= 0.0.9
= 0.91.0

Runtime

= 0.0.2
 Project Readme

one44-cli

CLI User Interface for marking math problems

Installation

Install the gem:

gem install one44-cli

How to use

Create a test file containing math problems:

E.g

1x1		2x2		3x3
4x4		5x5		6x6

Run one44-cli as follows:

$one44-cli -f path/to/test/file

Do not randomly order test questions (default)

Test questions will be ordered as listed in the test file if the --not-random-sort-questions is specified:

$one44-cli --not-random-sort-questions

Randomly order test questions

Test questions are randomly ordered by specifying one of the options below:

$one44-cli -r

$one44-cli --random-sort-questions

$one44-cli --sort-questions random