-
-
Notifications
You must be signed in to change notification settings - Fork 43
Split long discussion points into separate files? Or drop untaught discussion? #199
Comments
Another possibility would be to have a single, few-minute long, skip-able block at the end of each lesson page. Although perhaps this content should come out of the existing lesson material where we've underestimated the teaching time (see the time-pressure discussion in swcarpentry/DEPRECATED-site#873). Then instructors who were on-schedule could cover the full lesson, and instructors who had fallen behind could skip the optional block and know they weren't missing critical information. That would keep the optional material in the time-counted, usually taught part of the lesson, which helps us stay focused on that page's goals and forces us to keep the delivery polished. It also avoids the difficulty of organizing and navigating bunch of unrelated discussion entries. |
I really don't have a clear idea of what's supposed to be in I think this is a similar situation to the Supplementary Materials in some scientific journals. And we should avoid the problem often seen in these journals were authors comply with the 4-page format, but sneak in a bunch of essential stuff in 36 pages of Supplements (I just did one of these :-) ) I see two things that could be included here. One are reference-type entries, short, linking to other sources. They should be here to avoid breaking the flow of the lesson. The other are actual supplementary materials, things that make no sense out of this lesson, are worthy to note, but not important enough to make it to the lesson. A good example of those could be the current entry on non-text files and Git in the git lesson. Also, as most of these entries are going to be disconnected from each other, I think small files with one topic each would be great. So, I'd go for @wking 's option a) above: a "References"/"Further Reading" file with list of short topics with links to external resources and exceptionally allowing longer entries. Longer entries should be developed by us, fitting in the category of supplemental materials, have their own file in a I think having entries in separate files would also allow easier remixing of these materials or upgrading them to short/advanced lessons. |
I think each set of lesson maintainers should fill in `discussion.md` as
they think best for now, and once we've got a couple of examples to
generalize from, we can figure out what it _should_ be.
|
On Tue, Mar 17, 2015 at 09:41:29AM -0700, Greg Wilson wrote:
Sounds good to me. Until we have enough data to reach an informed |
On Tue, Mar 17, 2015 at 09:41:29AM -0700, Greg Wilson wrote:
Now that maintainers have been off on their own for a while, here's a $ for REPO in $REPOS; do wc -l $REPO/discussion.md; done | sort -nr Digging in in order of increasing complexity:
So lesson-example and instructor-training are the only places using I still prefer splitting the mini-lessons out into intermediate |
In swcarpentry/git-novice#71, @gvwilson suggested a 500–800 word range for disussion entries. That strikes me as a bit long for the current list-based suggestion. In fact, the novice Git lesson has already moved to using second-level headings. The list-based approach would work fine if the list entries were something like:
but with the longer-form entries I think we'd benefit from more structure. In fact, the current design docs say:
If we decide to allow longer-form entries, I see two ideas for staying organized:
a. Add a
discussion/
directory, and keep discussion as a table of contents with a list of short subject summaries referencing external docs or pages underdiscussion/
.b. Mirror MediaWiki and have an optional discussion/talk page targetted at each lesson (e.g.
01-one-talk.html
.Route (a) would allow more free-form entries, while (b) would help keep the discussion focused on a particular lesson page.
Personally, I'd rather avoid large bodies of untaught material in favor of linking out to external docs and further SWC lessons at the end of each lesson page in a “Further reading” or “References” section. Otherwise, I'm concerned that long, free-form discussion space will end up as a dumping ground for “we'd really like to teach this, but don't have time here”. If you have good material that's too advanced for your lesson, spin it off into a (mini) lesson building on the basic lesson! Then more advanced students/workshops can teach it explicitly, and it will get the presentational polish it deserves.
The text was updated successfully, but these errors were encountered: