Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.*