You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to start a conversation about Dewordify's output. I'd like to suggest that we reduce the Dewordify/Estimate console output and remove references to specific individuals (eg. ERROR! Search the output for class="heading2" and show it to Mike).
IMHO, the output would have 3 "sections", formatted in Markdown style, similar to:
## Errors
### Your Learning Journey... (page title)
**Missing Markers**
Marker | Count
------ | -----
#activity | X
/activity | X-1
Marker | Count
------ | -----
#review | X
/review | X-1
**Unknown markers**
Marker | Count
------ | -----
#admit ticket | X
/admit ticket | X
### Activity 4: Decision-making... (page title)
**Missing Markers**
Marker | Count
------ | -----
#reflection | X
/reflection | X-1
## Warnings
**Unrecognized elements**
* Image of type image/x-emf is unlikely to display in web browsers... (for example)
## Info/Summary
Element | Count
------- | -----
Pages | X
Media | X
Discussions | X
Assignments | X
Quizzes/self-tests | X
where:
(Media = sum of #video markers, #audio markers, and #interaction markers)
(Discussions = sum of #discussion markers)
(Assignments = sum of #assignment markers)
(Quizzes/self-tests = sum of #quiz markers)
This probably means suppressing some of the current Mammoth.js warnings/errors...
I'd also suggest that the current output stats (# lists, #words per page, # learning blocks, etc...) are moved to a command that is called with a -v tag or something similar.
The text was updated successfully, but these errors were encountered:
In helping Diane navigating estimating, we determined that there is still too much information being returned in the script output. A bit more work on this task would mean a more direct 1-to-1 relationship with the build time calculator.
This probably means suppressing some of the current Mammoth.js warnings/errors...
Ideally, a detailed output would still be available, but as a command line option rather than by default.
I would suggest removing these details from the default output:
any warnings referring to Unknown Word Styles
Pages word count details
Image, Table, and List summary details
All Learning Blocks counts other than those that can be summed and added to the "custom iframe embeds" calculator field
markers like #discussions, or #activities do not automatically translate into tasks to create discussions or assignment dropboxes in the LMS
I'd like to start a conversation about Dewordify's output. I'd like to suggest that we reduce the
Dewordify
/Estimate
console output and remove references to specific individuals (eg.ERROR! Search the output for class="heading2" and show it to Mike
).IMHO, the output would have 3 "sections", formatted in Markdown style, similar to:
where:
(Media = sum of
#video
markers,#audio
markers, and#interaction
markers)(Discussions = sum of
#discussion
markers)(Assignments = sum of
#assignment
markers)(Quizzes/self-tests = sum of
#quiz
markers)This probably means suppressing some of the current Mammoth.js warnings/errors...
I'd also suggest that the current output stats (
# lists
,#words per page
,# learning blocks
, etc...) are moved to a command that is called with a-v
tag or something similar.The text was updated successfully, but these errors were encountered: