https://github.com/little-apps/littletestcreator
Little Test Creator converts a test bank from an existing format into an output format. It was created to easily convert existing quizzes and exams formatted as Word documents so they can be easily graded using Brightspace.
https://github.com/little-apps/littletestcreator
brightspace c-sharp education kahoot
Last synced: about 2 months ago
JSON representation
Little Test Creator converts a test bank from an existing format into an output format. It was created to easily convert existing quizzes and exams formatted as Word documents so they can be easily graded using Brightspace.
- Host: GitHub
- URL: https://github.com/little-apps/littletestcreator
- Owner: little-apps
- License: mit
- Created: 2020-04-02T17:30:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T02:54:45.000Z (over 3 years ago)
- Last Synced: 2025-03-05T10:18:52.798Z (8 months ago)
- Topics: brightspace, c-sharp, education, kahoot
- Language: C#
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Little Test Creater
Little Test Creator converts a test bank from an existing format into an output format. It was created to easily convert existing quizzes and exams formatted as Word documents so they can be easily graded using Brightspace.

## Licensing
Little Test Creater is licensed under the MIT License.> Copyright 2020 Little Apps
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.## Requirements
* Microsoft .NET Framework v4.7.2
## More Information
Additional documentation on Little Test Creator can be found in the [wiki](https://github.com/little-apps/LittleTestCreator/wiki).
## To Do
* Blackboard output format.
* Support math equations in MathML and LaTeX.
## DonateLittle Apps relies on people like you to keep our software running. If you would like to show your support for Little Test Creator, then you can [make a donation](https://www.little-apps.com/?donate) using PayPal, Payza or credit card (via Stripe). Please note that any amount helps (even just $1).
## Credits
* [CommandLineParser](https://github.com/commandlineparser/commandline)
* [CsvHelper](https://joshclose.github.io/CsvHelper/)
* [NPOI](https://github.com/nissl-lab/npoi)