Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate challenge chunks #21

Closed
sritchie73 opened this issue Jun 4, 2015 · 7 comments
Closed

Separate challenge chunks #21

sritchie73 opened this issue Jun 4, 2015 · 7 comments

Comments

@sritchie73
Copy link
Contributor

For many of the back to back challenges, there is only one {.challenge} markdown block. Clarity would be increased by separating out into a challenge block for each individual challenge. See the end of 01-rstudio-intro.Rmd for an example.

@karawoo
Copy link
Contributor

karawoo commented Jun 4, 2015

+1

@kbroman wrote an awesome script that pulls out the challenges and makes a slideshow of them so that you can easily put the challenges up on the screen while learners are working on them (script and makefile); splitting the challenges into separate blocks would also allow people (me) to use this script in future workshops.

@aammd
Copy link
Contributor

aammd commented Jun 4, 2015

@sritchie73 here is your challenge-creating script! Still not sure we ought necessarily to do this, since it means either adding another Makefile or modifying the existing one, neither of which seems ideal?

sritchie73 added a commit to sritchie73/r-novice-gapminder that referenced this issue Jun 4, 2015
…hing to create a slide deck of challenges (See Issue swcarpentry#21)
@noamross
Copy link

I actually found I had to concatenate challenges back together so I could put multiple challenge questions up on the screen. I don't know how everyone's teaching flow works, but when there are back-to-back challenges in the lesson script, I give them all to the students at once.

@aammd
Copy link
Contributor

aammd commented Jul 17, 2015

Hi @noamross , could you clarify that? Were you trying to do a slideshow of challenges as @karawoo described?
Also, I believe the question for this issue is how the lesson page should be formatted, not how challenges should be presented to students. I'd prefer not to modify this repo to produce a challenge slideshow automatically; it already has a lot of moving parts.

@noamross
Copy link

Yes, that's right. I was producing a slides using Karl's script. Perhaps the solution is to modify the script rather than the lesson files. Maybe the script could be linked to in teaching notes or just live in a misc/ or extras/ directory.

@aammd
Copy link
Contributor

aammd commented Jul 17, 2015

I like the idea of linking to the script which would live somewhere else, in a repo dedicated to the purpose. (Could that even be set up with Travis, to confirm that modifications to the lessons don't break the presentation-making magic?)

@naupaka
Copy link
Member

naupaka commented Jul 20, 2016

I think perhaps it's time to close this issue since the new style framework has changed up how challenges are displayed?

zkamvar pushed a commit that referenced this issue May 3, 2023
…hing to create a slide deck of challenges (See Issue #21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants