Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redhatquickcourses/time-estimator
This collection of scripts automatically estimates the time to read/watch/complete a section in quick courses
https://github.com/redhatquickcourses/time-estimator
Last synced: about 1 month ago
JSON representation
This collection of scripts automatically estimates the time to read/watch/complete a section in quick courses
- Host: GitHub
- URL: https://github.com/redhatquickcourses/time-estimator
- Owner: RedHatQuickCourses
- Created: 2023-12-02T02:41:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T15:34:04.000Z (about 1 year ago)
- Last Synced: 2023-12-14T16:43:48.657Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# time-estimator
This collection of scripts automatically estimates the time to read/watch/complete a section in quick courses## estimator-qc.py
- Place at top level of course dir
- looks for adoc files in the modules/chapter#/pages path.
- includes variables for:
- *reading speed* in words per minute
- *image viewing time* in seconds (one size fits all)
- *code block viewing time* in seconds (one size fits all)
- when run, adds or replaces `:time_estimate:` attribute in relevant section#.adoc file *Note: we may want to change this for layout purposes.*