Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucfopen/syntax-sorter-materia-widget
A Materia Widget for assembling phrases by ordering individual tokens. Tokens represent a word, part of a word, or symbol and its corresponding syntax identity.
https://github.com/ucfopen/syntax-sorter-materia-widget
hacktoberfest materia-widget
Last synced: about 2 months ago
JSON representation
A Materia Widget for assembling phrases by ordering individual tokens. Tokens represent a word, part of a word, or symbol and its corresponding syntax identity.
- Host: GitHub
- URL: https://github.com/ucfopen/syntax-sorter-materia-widget
- Owner: ucfopen
- License: agpl-3.0
- Created: 2019-12-10T16:08:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:30:20.000Z (3 months ago)
- Last Synced: 2024-10-20T08:03:52.288Z (3 months ago)
- Topics: hacktoberfest, materia-widget
- Language: JavaScript
- Homepage:
- Size: 3.29 MB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Syntax Sorter : A Materia Widget
===============================A quiz tool that tasks students with arranging tokenized elements of a phrase or sentence according to their word content and/or semantic or syntactic identity. Syntax Sorter is designed for use with [Materia](https://github.com/ucfopen/Materia), an open-source platform for interactive course content developed by the University of Central Florida.
![Syntax Sorter Player](src/_screen-shots/1.png)
### Basic Use
In a production evironment, Syntax Sorter is installed to your Materia instance and is accessed via the Widget Catalog. For development, Syntax Sorter is bundled with the [Materia Widget Development Kit](https://github.com/ucfopen/Materia-Widget-Dev-Kit), which allows for rapid development in a local context using express.js.
### Local Development
Syntax Sorter uses the Materia Widget Development Kit for local development. Check out [the docs for the MDK](https://ucfopen.github.io/Materia-Docs/develop/materia-widget-development-kit.html) to learn more about starting up the local express environment.
### Installation to Materia
Widget installation options are covered in the [Installing Widgets](https://ucfopen.github.io/Materia-Docs/admin/installing-widgets.html) section of the Materia Docs.
For more information about the widget development process, be sure to visit the [widget developer guide](https://ucfopen.github.io/Materia-Docs/develop/widget-developer-guide.html) for Materia.