Skip to content

Commit

Permalink
📚Updated README with v0.3 features (#191)+:paintbrush:Added question …
Browse files Browse the repository at this point in the history
…style guide (#191)+:page_facing_up:Added scripts to README (#192)
  • Loading branch information
Rllyyy committed Oct 16, 2022
1 parent 740cb83 commit 5a3201e
Show file tree
Hide file tree
Showing 19 changed files with 546 additions and 76 deletions.
Binary file added .github/Docs/assets/images/blue-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/Docs/assets/images/bookmark-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/Docs/assets/images/delete-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/Docs/assets/images/edit-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/Docs/assets/images/example-gap-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/Docs/assets/images/practice-random.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/Docs/assets/images/unbookmark-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions .github/Docs/module-file-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Module file structure

This file documents the structure of a module inside the localStorage. If you are a normal user of repeatio you don't need to worry about this.

```json
{
"id": "MOD01",
"name": "Module Name",
"lang": "en",
"compatibility": "0.3.0",
"questions": [
{
"id": "MOD01-1",
"...": "..."
}
]
}
```

**_[View File Example](../../public/data.json)_** and **[interactive result](https://repeatio.netlify.app/module/types_1/all-questions)**
Loading

0 comments on commit 5a3201e

Please sign in to comment.