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

Turn Curriculum into HTML with landing page #128

Open
mateoclarke opened this issue May 18, 2017 · 7 comments
Open

Turn Curriculum into HTML with landing page #128

mateoclarke opened this issue May 18, 2017 · 7 comments

Comments

@mateoclarke
Copy link
Contributor

mateoclarke commented May 18, 2017

This might be a lot of work

An awesome teacher at Lanier High School, Laurie Beaman [email protected], designed and wrote a Curriculum Binder for teaching high schoolers about the City Budget.

It lives in a PDF 😢
Budget Game Binder.pdf

But we could liberate it and share it with more teachers if it were available on a landing page targeted at AISD teachers, organized into sections, with downloadable PDF worksheets/rubrics, etc

This would require a lot of copy/pasta from PDF to HTML. But maybe we could cheat and use a template. Here is a cool example:
https://mozilla.github.io/webmaker-curriculum/WebLiteracyBasics-I/session01-kraken.html

Any thoughts? @VictoriaODell

@mateoclarke mateoclarke modified the milestone: School Year 2016-17 Jun 4, 2017
@mateoclarke mateoclarke removed this from the School Year 2016-17 milestone Jun 13, 2017
@ionapjolive
Copy link

I'm interested in working on this. Do we know if the TEKS in the PDF are up to date?

@ionapjolive
Copy link

ionapjolive commented Dec 14, 2017

Here is a preview of what I have going. This is using an updated version of the template Vickie mentioned. I'll be at the meeting Monday night and maybe can talk about whether it's a good time to make a PR.
screen shot 2017-12-14 at 5 36 25 pm
screen shot 2017-12-14 at 5 39 52 pm
screen shot 2017-12-14 at 5 39 42 pm

@ionapjolive
Copy link

To review the current version:
https://budget-party-8dcbe.firebaseapp.com/

There are still several lessons that are blank because I haven't finished the copy and pasting.

I also haven't finished adding TEKS. I would love to make them appear in one of those boxes that has a "copy" button or at least have them in a collapsible element or modal. Teachers want to be able to see the full text of the TEKS and be able to copy paste them, but they take up a lot of space.

@ludocracy
Copy link

I'd like to propose the following solution for displaying TEKS:

  1. scrape TEKS site using python scrapely and create JSON file of TEKS codes and descriptions
  2. allow user to click on TEKS code span and expand collapsible text field displaying joined code descriptions pulled from JSON
  3. add copy-to-clipboard button to text field
  4. clicking on TEKS codes collapses it again
    I have some experience with step 1 and should be able to do the rest with minimal modifications to existing code. the python script can be added to this repo for future updates (or if we need to scrape more TEKS codes if they get updated).

@ionapjolive
Copy link

I am continuing to create individual open document files for the curriculum handouts. I am having a hard time finding a resource referenced as the "Budget Trade Off Sheet" referenced on p. 59 of the pdf in case anyone who has worked through the lessons before knows what that is.

@ludocracy
Copy link

ludocracy commented Jan 24, 2018

hi y'all! i've got a working demo of the new feature. please checkout my dev branch here: https://github.com/ludocracy/budgetparty/tree/dev
when you open index.html you'll see that i've added a script (the teks code descriptions are crammed in there but the file is still under 50kb) that displays the teks code descriptions that match and adds a copy-to-clipboard button. zero styling but it works!

if this fits the requirement i'll create a PR.

@twentysixmoons twentysixmoons added this to the February milestone Feb 3, 2018
@twentysixmoons
Copy link
Contributor

twentysixmoons commented Feb 3, 2018

We need to see where the overlap is here and if there are any major difference with this and the Nucleus Learning Network iteration. https://github.com/nucleus-network/budgetpartylessons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants