Slashdot Mirror


States Are Moving To Cut College Costs By Introducing Open-Source Textbooks (qz.com)

In an effort to curb the rising cost of textbooks, which went up by 88% between 2006 and 2016, according to the U.S. Bureau of Labor Statistics, Maryland and New York have announced initiatives that adopt open-source, copyright-free textbooks. The initiatives will reward colleges who adapt or scale the use of OER (open educational resources) -- "materials like electronic textbooks that typically use licenses that are far less restrictive than traditional, copyrighted textbooks," reports Quartz. From the report: The University System of Maryland recently announced that it would be giving out 21 "mini-grants" to seven community colleges and five public four-year schools. The grants will go to "faculty who are adopting, adapting or scaling the use of OER [open educational resources] in Fall 2017 through high-enrollment courses where quality OER exists," according to the announcement. Although the mini-grants are only $500 to $2,500 each, the effort in Maryland is expected to save 8,000 students up to $1.3 million in the Fall 2017 semester alone. That's a significant amount, but just a drop in the bucket of what students in the state spend on textbooks each year. Another big investment in open educational resources came in the budget passed in New York state last week. The news was somewhat buried by the fact that the budget includes free tuition for New York students whose families make up to $125,000 a year, but the state will also be putting $8 million into open source materials over the next fiscal year.

123 comments

  1. Start by banning one time keys by ArmoredDragon · · Score: 4, Insightful

    Those stupid one use only keys should go first, IMO. Open materials are fine and all, but that will take a long time to develop. I think it would be much more effective to ban courses from requiring textbooks that have no resale value, and to prefer books that come in an international edition, with resources to help students acquire the international editions while ensuring that it's the right book for the course.

    1. Re: Start by banning one time keys by Anonymous Coward · · Score: 0

      Is this a joke ?

    2. Re:Start by banning one time keys by elrous0 · · Score: 0, Troll

      That would be the second thing I would do at every public university, right after banning all federal funding or federally-guaranteed financial aid at any university found to be punishing or persecuting students for exercising their rights of free speech, association, or for their political viewpoints. Too many administrators and Marxist professors at universities today think they have the right to tell students what books they can read and what ideas they're permitted to have or to voice. That doesn't create a learning environment. It creates an indoctrination camp.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    3. Re: Start by banning one time keys by Anonymous Coward · · Score: 0

      Pulling up their post history, I'm going to go with it's a troll.

    4. Re:Start by banning one time keys by mtmiller100 · · Score: 1

      Yes. So long as the left, right, and center all have the same freedoms.

    5. Re:Start by banning one time keys by Baron_Yam · · Score: 1

      >to prefer books that come in an international edition,

      Hell, it'd be nice to see international education standards. Anything not tainted by culture or politics should be ripe for standardization... so anything math/science at least.

      It's stupid to duplicate the effort countless times around the globe beyond translating to local language.

    6. Re:Start by banning one time keys by Goldsmith · · Score: 1

      Introductory courses are hard because everyone has different ideas of where to start.

      At high levels, international standards have existed for a long time. Decades ago, in the height of the Cold War, a Russian series of physics textbooks was the standard worldwide. It's still used today. It has some generic physics names, but is referred to as "Landau and Lifshitz." If we could use a Soviet authored standard set of physics books in the US in the 1960s, we could probably use international standards today as well.

      I think the problem we have is that most people don't like being told what to do. If you're a school board member or a university trustee, you're not going to want to hear that your philosophy of how education should be done is not the standard, and that's just too bad.

      Landau and Lifshitz is notoriously difficult for starting students, and its adoption led in part to the design of undergraduate physics education as a primer for graduate school rather than training to be a working scientist. This may sound irrelevant and minor, but that is a very different philosophy than most science and engineering fields, and it was just too bad for educators and students who thought BS Physics holders should be able to work in physics.

      More on topic... many physics books (including Landau and Lifshitz) are available online already. Others are available at very reduced cost through Dover publishing. Often, the US government efforts to "modernize" physics textbooks (teaching 100 year old physics) pay professors to write new and expensive textbooks. When the granting agency that supplies all of your research funding recommends a textbook, it's very hard to say "no." An amazing amount of the publishing business in science is driven by unintended consequences of granting agency policies.

    7. Re:Start by banning one time keys by Anonymous Coward · · Score: 0

      It's also true that most of the impetus is to create texts for undergraduate 100-200 level courses because those are the biggest markets. Many more students take basic calculus than take analysis.

  2. Because everyone knows... by Anonymous Coward · · Score: 0

    ... that open source documentation is always of the highest quality. This will end well.

    1. Re:Because everyone knows... by EzInKy · · Score: 1

      man cp

      "NAME
      cp - copy files and directories

      SYNOPSIS
      cp [OPTION]... [-T] SOURCE DEST
      cp [OPTION]... SOURCE... DIRECTORY
      cp [OPTION]... -t DIRECTORY SOURCE...

      DESCRIPTION
      Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

      Mandatory arguments to long options are mandatory for short options
      too.

      -a, --archive
      same as -dR --preserve=all

      --attributes-only
      don't copy the file data, just the attributes

      --backup[=CONTROL]
      make a backup of each existing destination file

      -b like --backup but does not accept an argument

      --copy-contents
      copy contents of special files when recursive

      -d same as --no-dereference --preserve=links

      -f, --force
      if an existing destination file cannot be opened, remove it and
      try again (this option is ignored when the -n option is also
      used)

      -i, --interactive
      prompt before overwrite (overrides a previous -n option)

      -H follow command-line symbolic links in SOURCE

      -l, --link
      hard link files instead of copying

      -L, --dereference
      always follow symbolic links in SOURCE

      -n, --no-clobber
      do not overwrite an existing file (overrides a previous -i
      option)

      -P, --no-dereference
      never follow symbolic links in SOURCE

      -p same as --preserve=mode,ownership,timestamps

      --preserve[=ATTR_LIST]
      preserve the specified attributes (default: mode,ownership,time
      stamps), if possible additional attributes: context, links,

      --
      Time is what keeps everything from happening all at once.
    2. Re:Because everyone knows... by Imrik · · Score: 1

      Considering some of the textbooks we had to use in college, open source documentation would be a step up.

    3. Re: Because everyone knows... by Anonymous Coward · · Score: 1

      I just say Khan. My 6year old have in about 7months mastered American first and second grade maths and is halfway through third grade. Either Americans are as retarded as I think or she is gifted. (I believe both is true).
      Anyway I strongly thinks open and Charity based solutions would create papers of previously unseen quality, but at the same time make those who use to write and publish books unemployed as thier work will be done by teachers.

    4. Re: Because everyone knows... by Anonymous Coward · · Score: 0

      Oh the american kids aren't really retarded.

      You have to understand that there is as much effort placed into removing curiosity and the desire to learn in American children as there is in actually educating children on other continents. The actual classes are paced in accordance with this as well; in fact those maths are covered *so* slowly that the children aren't so much "not learning quickly" as "taking so long between anything that they forget basically all of it before it sticks".

      American (and to a lesser extent Canadian) children get the whole post-graduation-info-junking effect of "never touching that crap again" long before they even reach highschool.

    5. Re:Because everyone knows... by DickBreath · · Score: 2

      Don't compare open source documentation to open source courses and textbooks.

      The proper comparison is to compare open / closed courses and textbooks to open / closed server software. What wins? Open source. Linux and other open source server software dominates. So much so that Microsoft had to create Windows Subsystem for Linux. And then admitted it was to lure developers back (to Windows).

      I suspect that subject matter experts creating open textbooks will work out about as well as open source server software did for servers.

      --

      I'll see your senator, and I'll raise you two judges.
  3. Slashdot moving to reduce costs by... by Anonymous Coward · · Score: 0

    Duping stories. As soon as they can work in a way to connect everything to Elon Musk, the circle will be completed.

    1. Re:Slashdot moving to reduce costs by... by Notabadguy · · Score: 1

      Elon Musk is going to have a hand in open sourcing textbooks.

      Prepare to be mind blown.

    2. Re:Slashdot moving to reduce costs by... by Anonymous Coward · · Score: 0

      Timothy trained the new editors.

  4. Doesn't even need to be open source by Anonymous Coward · · Score: 4, Insightful

    In my experience there were two really annoying "features" that, if eliminated, would slack textbook costs:

    - incremental revisions: publishers put out regular "revisions" that really don't do much except shuffle some things around and *stop you reselling your text to next year's class*.
    - over-the-top binding: physics was the worst offender for this in my experience. The only version of certain "classic" texts (Jackson's Electrodynamics springs to mind) you could get your hands on at any of the local bookshops would be the leather-bound edition with the shiny gold lettering, inbuilt cloth bookmark and (judging by the price) the ability to travel through space and time, cure cancer and end world freakin' hunger. I don't know, this might not be such an issue now we have Amazon et al, but back in the 90s the combined cost of your physics tomes could easily wipe out your food budget for a few months (unless you were willing to camp out in the photocopy room at the library for a day... not that we ever did such things).

    1. Re: Doesn't even need to be open source by Anonymous Coward · · Score: 0

      there are actual services that do nothing but text books ussually a lot better price and one of the services this was throughout the us and you had to check if they had what you needed and version or revision. there was also a local posting for textbooks from students that were selling normally better than you could get used but better than they could sell to the stores buy back. see whats available you might be surprised though it can be a hassle if just for a few bucks.

    2. Re:Doesn't even need to be open source by TheRaven64 · · Score: 2

      The first of these isn't really a problem with the textbooks, it's a problem with the teaching. At university level, textbooks should be for gaining some extra detail and background that isn't covered by the course. If your course depends on a particular textbook to such a degree that rearranging the material makes the textbook unusable, then your course is probably a waste of everyone's time and the students should just go and read the book instead.

      --
      I am TheRaven on Soylent News
    3. Re:Doesn't even need to be open source by silentcoder · · Score: 1

      Hah, when I went to university there was a certain class of professor who was never going to do anything meaningful as a researcher, and so their favorite scam was to write a textbook on whatever subject they taught - and then prescribe that specific textbook for the course - and always require this years edition.

      300 or 400 guaranteed sales every year for decades for a book that costs 3 times what comparable books on the subject costs - easy to get published and a nice little bonus of easy money for the professor every year.
      Hey if you're not going to get nice big research grants because you're a pretty poor researcher, and we insist on underpaying academics compared to what the private sector will pay them, and you're one of the few who can't get into the private sector you gotta pay the bills SOMEHOW right ? Milking your own students.

      --
      Unicode killed the ASCII-art *
    4. Re:Doesn't even need to be open source by Opportunist · · Score: 1

      It's curiously always books that were written by the person holding the lecture. Correlation or causation?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    5. Re: Doesn't even need to be open source by Anonymous Coward · · Score: 0

      Often, books written by the professor are a response to th shitty quality of the available books in the field. In fields that change, there is often not a textbook that covers well the material you plan to teach. Consider advanced undergraduate statistics. Most of the textbooks are absolute crap and stuck in the 20th century. Most of the rest are poorly written and have huge gaps. Consequently, the poor guy stuck teaching says "fuck it" and writes his own textbook with the material he wants covered. Of course, he's not an experienced textbook author, so either the book is crap with crap formatting, or the book is crappy but sold to a publisher with decent graphic editors. Now we have either a crappy textbook, which also is missing material, or a crappy, expensive textbook which is missing material. So, we chose ISLR because it has a free PDF and it's published by the professional society, and consequently not as expensive for the hard copy. Of course, I still have to augment it with a significant amount of outside material, which doesn't help the small fraction of my students who actually study, because now that quarter of the class is written very differently and hard for them to find because they have to,search multiple sources.

    6. Re:Doesn't even need to be open source by PrimaryConsult · · Score: 1

      That's easy to avoid - rarely are those professors the only ones for that particular course, so pick a different one.

      Also I saved a ton of money by not buying any textbooks until the first time I needed them. While all the used copies are typically gone by then (unless you're lucky enough to grab returns from those who drop the course), buying 5 out of 20 "required" books new each semester is an order of magnitude cheaper than buying 20 out of 20 used ones.

    7. Re:Doesn't even need to be open source by silentcoder · · Score: 1

      I only encountered it in one course, and that course really DID have only one professor, and since that course was CompSCI101 - it was impossible to get to the rest of the compsci faculty without passing through that.

      --
      Unicode killed the ASCII-art *
    8. Re:Doesn't even need to be open source by xession · · Score: 1

      Speaking of binding. How about lets not sell university published textbooks with no binding at all for $200+. This seems to be a growing trend at my local university. Of course, the only available vendor for the textbook is the university printery and since the the professors of these courses wrote or greatly contributed to these books, they make sure that if you don't buy the text book, that you're not going to pass the class. SGA tried to fight back a little by making several copies of each available at the library but surprise, you can remove them and you can't use the elementary school style tearout worksheets. Fuckers.

    9. Re:Doesn't even need to be open source by guises · · Score: 1

      The binding isn't the problem, that's a tiny portion of the cost of the book. I would have loved some fancy binding on my $200 textbooks, at least then they would have held together a little better. I remember one, for $225, softcover and printed in black and white, with streaks - the printing wasn't even very good.

      That was before I stopped buying textbooks entirely. After that I decided I'd just try to make due without them, which... was probably not the best choice for my education.

    10. Re:Doesn't even need to be open source by Anonymous Coward · · Score: 0

      I had a class with books written by the professor.

      He provided them free because he felt it was a conflict of interest to force people to buy his book for his class.

      I know this isn't the norm.

    11. Re:Doesn't even need to be open source by TangoMargarine · · Score: 1

      that course was CompSCI101

      My university was one of the few in the state system where you borrowed your textbooks from the campus library for the year, so I dodged that bullet. After freshman year it was running joke in the group of Comp Sci people I knew that you never actually had to open your CS textbooks the whole semester, since it was all PowerPoint presentations and programming work anyway, and you could find most anything you were wondering about via a minute or two on Google.

      There would still be the occasional course where 2 or 3 times during the semester there was some specific thing about formatting that was easier to find in the textbook than via google-fu, but yeah.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    12. Re:Doesn't even need to be open source by TangoMargarine · · Score: 1

      After that I decided I'd just try to make due without them, which... was probably not the best choice for my education.

      Really depends what field you're going into. For Comp Sci I didn't have a problem.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    13. Re:Doesn't even need to be open source by silentcoder · · Score: 1

      Heh, back when I went - there was no such thing as google :)

      --
      Unicode killed the ASCII-art *
  5. Reduce DUPlicated Effort by subreality · · Score: 1

    Oh good. Surely this will help reduce the times we have to keep writing the same thing over and over.

  6. Im curious by WindBourne · · Score: 1

    Back in the late 70s and early 80s, we typically paid around $10/ gen ed books, except for science/engineering (which were always changing), and IIRC, the most expensive one was $40.
    Then in early 90s went back for another degree, and noticed that upper end had moved to around $100/science.

    So, what are these now? It almost sounds like these are $500-1000 for a single text book? But that would be insane.

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:Im curious by Dog-Cow · · Score: 1

      I'm guessing math isn't your strong suit. Unless you think that $100 price tripled or more between the early nineties and 2006.

    2. Re:Im curious by WindBourne · · Score: 1

      Obviously, comprehension is not your strong point.
      In a 10 year period of early 80s to the early 90s, we say a 100% rise. The OP mentioned 88% over a 10 year period from 2006-2016. So, how much did it rise in 16 years? well, roughly 100% every 10 years. So, by 2000, the price would be $200, and then 60% or so ON THE $200 for the 6 years would make that around $320. 88% for the last decade would make that around 600 on up.
      So, last I check, $600+ falls in between $500-1000, but perhaps you have some new math? Perhaps GOP math?

      --
      I prefer the "u" in honour as it seems to be missing these days.
    3. Re: Im curious by Anonymous Coward · · Score: 0

      yep you can pay around 250$ for a single text book depending.

    4. Re: Im curious by Frankzy · · Score: 1

      That was beautiful..

    5. Re: Im curious by WindBourne · · Score: 1

      holy fuck, that is a lot for the kids today.
      We, as in the older generation, really need to do better for the kids in school. This is so wrong the way that it is.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    6. Re:Im curious by Anonymous Coward · · Score: 0

      >Unless you think that $100 price tripled or more between the early nineties and 2006.

      Casually looking at a couple of graduate courses from the late seventies, I was surprised to see that for several of them, the same textbook is used today, as in 1979. The big difference is that back then, the textbook was US$50, and today, the same textbook is US$250. (The big difference between 1979 and 2017, is that in 1979, it was the only textbook, whilst in 2017, it was on the "recommended reading" list, but at least one question on the final was from that book.)

      Looking at a couple of other courses, in 1999, the textbook was US$150, if one got it at a discount. Today, the discount price of that same textbook is US$250.

      For my field, the cost of textbooks in 2003 was US$5,000. Today, I might be able to scrape by with the US$10,000 version, but the US$15,000 edition is "highly recommended" by the faculty. (These are the "student discount prices". Multiply by 1.5 for the non-student price.)

      So yes, the cost of that US$100 textbook in 1999 might well have tripled in price since then.

  7. Wow... this is so 1990's except nobody cared by Anonymous Coward · · Score: 2, Insightful

    Open-source textbooks are fine and I hope for the best for this format. As long as you don't take a course from a professor that authored a book that is required for your class. I went through college 25 years ago and had to work an ass-ton of extra hours to pay for my limited-use author-only (read a book you had to buy and study if you wanted to pass the class). The best thing I remember in the last 15 years beyond graduation.. was an effort to produce a highlighter pen that faded in 1 year.. so you could sell that expen$ive textbook you'll never use again to another student.. thus you shared the book load. They didn't have this back in the 1990's.

    http://gizmodo.com/5889717/fading-highlighter-makes-textbooks-easier-to-sell

    Peace out.

    1. Re:Wow... this is so 1990's except nobody cared by rtb61 · · Score: 1

      Open source text books, will be by far the best possible text books. Constantly revised, peer reviewed and globally accessible, which will have a real impact on the properly accredited writers careers. Being an electronic text, they can become far more expansive, adding in animation, simulations, images and video. Also as part of that text book, lesson plans, study notes, essay questions, sample tests, all of it can be added in, making open source text books far superior to last years dead wood.

      The more universities that create them, the more universities that will work together to create the and the greater the quality will become. Qualified people will have major incentives to produce contributions and have them accepted and be accredited for that work, again not just the text but also images, videos, animations and simulations. It creates excellent opportunity for Universities to create seminal works that are accepted around the world, once the competition starts, it will provide powerful motivation to create the best works, with some universities specialising in particular reference areas to produce the best and most recognised work, one's that are globally accepted.

      --
      Chaos - everything, everywhere, everywhen
    2. Re:Wow... this is so 1990's except nobody cared by Anonymous Coward · · Score: 0

      > As long as you don't take a course from a professor that authored a book that is required for your class

      I did for any number of my courses. But I attended MIT. My professor's textbooks *were* the standard college references for some of my caluculus, physics, and computer science courses. And when I went to classes taught by Jerry Lettvin..... he was the author of a lot of the papers we studied in his classes, especially when we studied his papers on getting electrical readings from single neurons for his General Physiology course.

    3. Re:Wow... this is so 1990's except nobody cared by Mandrel · · Score: 1

      Qualified people will have major incentives to produce contributions and have them accepted and be accredited for that work

      Is this because of the prestige (including career benefits) of contributing to "the" textbook for that subject?

      I agree wholeheartedly on the benefits of open-source textbooks, just like open-source software. However, if top-quality contributions aren't being commonly donated, I'd have no trouble having the books cost something. That is, while there would be freedom to create and distribute derivative works, both these and the originals wouldn't have the freedom to read without paying. The problem would be enforcing this, as broke students would tend to free-ride if there were no consequences. This is unlike business users of open commercial software, where there's more pressure to obey the licence.

    4. Re:Wow... this is so 1990's except nobody cared by rtb61 · · Score: 1

      Why donated, what you speak of. Your university hires people to teach, instead of teaching all of the time, the university board tells them they 'WILL' produce that work and the university will own it. Universities will tend to hire those people who produce the best work, motivation provided and work produced, nothing done for free.

      --
      Chaos - everything, everywhere, everywhen
  8. Yaaawn - US College and other educational Costs by no-body · · Score: 1

    There are said to be countries around where education is practically free...

    To go into serious dept for education benefits whom?

    This topic is so old ...

    1. Re:Yaaawn - US College and other educational Costs by Dog-Cow · · Score: 2

      You mean there are countries where every taxpayer shares the load so that anyone can get an education. It might not be a bad idea, but it's hardly free.

    2. Re:Yaaawn - US College and other educational Costs by Anonymous Coward · · Score: 0

      Supply/Demand still applies.

      For instance, there was a crazy over-supply of lawyers from 2nd-4th tier schools. The rising costs of a law degree convinced many not to get a law degree from a lower-tier college.

      The basic system of "The very talented can get scholarships that make college free, and aside from that tuition drives people away from stupid degrees" isn't totally fair, but is still the best system.

    3. Re:Yaaawn - US College and other educational Costs by silentcoder · · Score: 0

      Actually it is - in fact, it's not just free - the cost is NEGATIVE.
      It's an investment - with extremely high and lucrative returns. In the medium to long term, making education free actually LOWERS everyone's taxes.

      --
      Unicode killed the ASCII-art *
    4. Re:Yaaawn - US College and other educational Costs by JeffOwl · · Score: 1

      Sure, I'm in. As long as you limit it to a number that makes sense and make it so that admission is based on ability and continued participation is based on academic performance. You don't make grades you are out. You can try to retake a class only once. Limited to 4 or 5 years max for a bachelor's depending on the particular major. No changing your major after your second year, time limit still applies. I think Germany does something like this.

    5. Re:Yaaawn - US College and other educational Costs by silentcoder · · Score: 1

      I could be on board with sensible limitations on it - though I'm not sure I agree with yours there are ways to experiment with different systems and try them out - much like New York and Maine have quite different free college programs in place in their new budgets. But their not as essential as you may think either - the G.I. Bill has very few actual limits like that- yet it returns 7 dollars in taxes for every dollar ever spent on it. There are very few things the government can do with our tax dollars that have a 700% return.

      The comparison is not to "how much must taxpayers pay to put somebody through college" - it's how much would they spend sustaining that person who COULD have had a degree and a middle-class job on a minimum-wage job, using all the shared government services from sewage collection to roads to police but never paying taxes to contribute to their maintenance.

      I did the maths in my country. Assuming an 18 year old with the ability to get a degree doesn't, and lives to 70 - working minimum wage jobs instead, that person wil use services of about 5 million dollars before they die- and never contribute a penny to the fiscuss (well a tiny bit of sales taxes but poor people also buy less stuff so that's nowhere near what their services cost). If that person has a degree and a middle class job - they make a nett contribution to the fiscus, allowing us to more easily carry the people who don't have the ability to get a degree or move beyond minimum wage jobs (and of course those who, through things like serious disability, cannot work at all). This sum didn't include ANY welfare by the way - no food stamps were factored in, no grants - JUST the cost of the shared social services they use but cannot contribute to. And that sum does not adjust the number for inflation over 52 years, so the real number is MUCH higher. A degree ? With decent living arangements, textbooks and a living allowance is about half a million. And afterwards, not only does this person actually for the 5-million odd in services we all use - they also help pay for some other people. We've not just saved 5-million, we've made a profit.

      Now which of those is the smarter thing to put your money into ?

      --
      Unicode killed the ASCII-art *
    6. Re:Yaaawn - US College and other educational Costs by Anonymous Coward · · Score: 0

      making education free actually LOWERS everyone's taxes.

      In theory. In practice immigrants jump the border fence to come grab some of that free shit, and cucks in the government close their eyes and say "awww poor immigrants they're so underprivileged we have to help them", so everyone's taxes INCREASE. Oh and the immigrants leave town once they got their free shit and go back home to get a decent job now with a "western" education.

    7. Re:Yaaawn - US College and other educational Costs by Opportunist · · Score: 1

      I don't know, buying myself a doctor for a few bucks a month is a pretty good investment if you ask me.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    8. Re:Yaaawn - US College and other educational Costs by Anonymous Coward · · Score: 0

      It's not free on the poor. Or do you come from one of those imperialist nations?

    9. Re:Yaaawn - US College and other educational Costs by JeffOwl · · Score: 2

      One flaw with your analysis. The number of people with the ability to get a degree but don't solely because they can't afford tuition who then work minimum wage jobs for the rest of their lives is so incredibly small as to be inconsequential at the macro level. People who are capable of getting a degree are capable of doing work above the minimum wage level, usually much above. Besides, getting a degree doesn't automatically mean you are going to get a decent job. I know developers without degrees that make more money than many people with (non-STEM) degrees. I know trades people in my neighborhood making solidly between $100K and $200K. You should see what my FIL was taking in as a heavy equipment operator. Heck, I know a couple of unskilled laborers making more than double minimum wage. (of course in the US minimum wage is highly variable depending on where you live). We already have enough people camping out in college and using it as an extended vacation away from the real world, as long as they are doing that with their own money, I don't care. You make it so I'm paying for them and I have a problem with it.

    10. Re:Yaaawn - US College and other educational Costs by silentcoder · · Score: 1

      That may well be true of America, and it would reduce the ROI there somewhat - though things like MinCome study results (the number one reason young people on UBI dropped out of the workforce was to pursue further study they couldn't previously afford) gives me some doubt.

      It's decidedly not true in South Africa where I did the analysis in light of the current huge demand and protests for free higher education. Here, it probably applies to at least 80% of the people who could potentially get a degree. Because some 80% of the country live in abject poverty - and relieving that poverty by every means available is going to be fundamental requirement to our longterm viability as a nation to survive. The level of inequality in the country right now is simply unsustainable - not least because the middle class 20% of the population simply CANNOT pay enough taxes to sustain the other 80% indefinitely - and the one percent of truly rich contribute almost no taxes at all - if you think it's easy to seek tax havens when you're American and rich, it's ridiculously easy if you're African and rich. In fact a few years ago the AU made an official request at the UN to end all aid to Africa but also pass laws to prevent Africans stashing profits in Europe and the USA to avoid local taxes. It would be a smart policy too -the taxes not paid in Africa by the rich would be worth about 20 times what the entire continent receives in foreign aid

      --
      Unicode killed the ASCII-art *
    11. Re:Yaaawn - US College and other educational Costs by Anonymous Coward · · Score: 0

      And these countries where the education is "free" couldn't benefit with some cost savings? Regardless of your flippant (and utterly moronic) take on the education systems of the world, that education still costs someone something and reducing spending is likely a positive for those footing that bill.

  9. Make PHD grant student contribute to open books by BlueCoder · · Score: 1

    Most graduate students get at least some amount of grand money from state and or federal as well as from the university itself. Mostly they tend to serve as TA's if not teaching the classes themselves. So make contribution to a open source books mandatory. Make them write and revise the very textbooks their university uses. They do at least partially teach/tutor other students so they are relatively well informed as to how to improve the material as far as how the class is taught.

    Also by using open source books the classes could opt to use more textbooks in their classes. For instance one textbook might explain something better to one student than another.

    Also wouldn't the money the state spends on k-12 textbooks be better spent on grad students to write the books?

    1. Re:Make PHD grant student contribute to open books by Dog-Cow · · Score: 3, Insightful

      Knowing a subject well does not make one a good writer. Writing non-fiction may require different skills than writing fiction, but there's still skill involved.

  10. Open Source Books by pushing-robot · · Score: 3, Funny

    "I've switched to publishing my books under the GPL."

    "Oh, they're free?"

    "No, the FSF says I can charge as much as I wish. Free as in speech, not beer."

    "But at least you include the source?"

    "Of course! Each copy includes its own text. It's tucked between the covers."

    --
    How can I believe you when you tell me what I don't want to hear?
    1. Re:Open Source Books by Immerman · · Score: 2

      That would be rather stupid, as I'd bet good money that some student would get it scanned within days and start distributing copies (which would be completely okay by the terms of the GPL) and the original printer would lose a ton of goodwill.

      Moreover, "open source" typically implies "readily editable by those with the right tools" so that it can be rapidly enhanced through collaboration. Which for textbooks probably means LaTeX, though something more like a .doc file might also get used.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    2. Re:Open Source Books by david_thornley · · Score: 1

      The GPL defines source code as the preferred representation for changing the program or whatever. I'd imagine the LaTeX or whatever source would be the preferred method, and therefore if you distribute printed textbooks like that you need to either supply the LaTeX file with the book or have a written offer to supply it.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    3. Re:Open Source Books by Immerman · · Score: 1

      Only if it's a collaborative project and one of the collaborators objects. I'm free to distribute only the binaries to my own program under the GPL - as the copyright holder *I'm* not bound by the license, only everyone else. It'd be a jerk move, but legally fine. In which case the GPL would pretty much just grant you rights to resource modification, decompiling, etc.

      For a book, where the only "source code" could well be a typewritten or even hand-drawn manuscript, there could be considerable room for argument.

      Still, I'd really hope they use something readily editable, kind of kills the long term benefit otherwise.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
  11. THIS BEGS THE QUESTION! by Anonymous Coward · · Score: 0

    Hey guys, I'm just here begging the question. Does that excite you? I don't know what question it begs, but it begs it none the less.

    1. Re:THIS BEGS THE QUESTION! by fisted · · Score: 1

      Try harder.

  12. Pretty old news now but anyway.... by ogdenk · · Score: 5, Informative

    We use open source physics textbooks where I attend and it actually works out pretty well. The books are pretty well-written. The PDF versions are free, the dead-tree edition is like $100. The one-time key for the online assignments is like $40. At the end of the day, other than tuition I only had to spend $40. Pretty awesome idea if you ask me.... the rest of my classes require books ranging from $120 to $400.

    The college book publishing racket has to end.

    The additional amusement watching retarded millennial kids who never learned to use a real computer and are too cheap to buy a tablet trying to use the eBook version as well as complete assignments on their phones is priceless as well. I've seen people trying to write papers on phones recently. They'd rather fumble with a $600 phone than spend $100 on a used laptop. Boggles the mind.

    1. Re:Pretty old news now but anyway.... by thegarbz · · Score: 4, Insightful

      So to be clear, you had to pay $40 to do an assignment on top of your existing crippling student fees and you say this is a good outcome?

      Am I strange that I went through university where textbooks were set, taught from, but I was able to do all assigned assessment and course work without additional expense? I mean it's one thing to suggest people read from certain books to advance themselves, but it's quite another to require students to pay for sitting assessments (isn't that what the damn college fees are for in the first place?)

    2. Re: Pretty old news now but anyway.... by Anonymous Coward · · Score: 0

      that can work but some subject advance fairly quickly and other times there are other reasons like using methods that enhance the learning and thus the structure and proccess of the book may be different from others.

    3. Re:Pretty old news now but anyway.... by AthanasiusKircher · · Score: 1

      Well, I'm not exactly in favor of such models either, but I would note in the U.S. at least that it's been quite common to bundle "workbooks" or other such course materials with textbooks for decades. Some instructors make heavy use of them, and by themselves they've often cost ~$40 in the past. In this case, apparently students can forego the $100 textbook and just pay for the "online workbook" equivalent for $40, instead of what students would do 15 years ago and have to buy the $140 textbook/workbook combo.

      Also, it should be noted that many college instructors have traditionally used textbooks mostly for the standard set of exercises they can assign from them. (Which is part of the reason publishers can often so easily force the adoption of new editions, since their most common strategy is to scramble the exercises, making it difficult to use more than one edition.)

      Obviously in an ideal world, I suppose every college professor would write his/her own exercises, but if you're an adjunct getting paid $1500 to teach the entire course (more common than you might think), that's a lot more work.

    4. Re:Pretty old news now but anyway.... by dostert · · Score: 1

      As a professor who uses open source textbooks (OpenStax Precalculus, specifically), the homework cost (Webassign at $33.95) is actually something that greatly benefits "good" students. They can have virtually unlimited practice problems, with solutions, through the online homework system. The vast majority of students prefer online homework to the old "do this on paper, turn it in, get back next class and hope I did it correctly" style. They can immediately see when they get a problem incorrect, then can come see me, spend time combing through the book, notes, Khan Academy, etc to get help. As for crappy students, they don't give a crap, no matter what. While this isn't free, I'd say charging $33.95 is a hell of a lot better than the $200 textbook we dumped for this approach. This also beats Pearson's MyMathlab price of $99 for similar access (and closed source textbook access). There are free online HW sites, but if you ever test them, there is quite a bit of hidden cost. I can set up a Moodle server and run my own question banks, but then I need to make sure I have something accessible from anywhere, with enough capacity to allow a few thousand students access. I can write questions on Blackboard (our campus LMS), but the mathematics support is god awful. I can use MAA's system, but it's more expensive than Webassign (unless I host it myself).

    5. Re:Pretty old news now but anyway.... by thegarbz · · Score: 1

      the homework cost (Webassign at $33.95) is actually something that greatly benefits "good" students

      I'm not arguing against additional study. I would be a hypocrite if I did given that I always bought the additional workbooks to go with textbooks I used.

      I'm against mandated additional expense in order to get materials required to pass the course. I just paid thousands of dollars for a subject. Surely the professor can either come up with an assignment problem that isn't "do assignment in the textbook", or the school can fund access to that platform. I actually had this in one of the business school subjects we went to. The assessment was multi-choice exam from the textbook online, but at least the university paid for it.

      One engineering subject I did had a textbook set that was written by the professor. When he tried the "Problems 1-10 on page X contribute 10% of your grade" trick he got hauled in front of the ethics committee and forced to provide those problems free of charge on the course website.

    6. Re:Pretty old news now but anyway.... by ogdenk · · Score: 1

      I agree but if the $40 helps keep the project producing the open source textbooks going and keeps the infrastructure providing the online assignments up and running I'm not nearly as pissed about it. The online assignments are far less obnoxious than paper and give instantaneous feedback and I at least get the book for free if I don't mind staring at a screen to read it.

      Ideally I think the school should cover it but it probably isn't going to happen yet. I'm much happier spending $40 than $400. It's not uncommon for books to cost $700+ per semester and the publishers change 2 paragraphs and rearrange a couple things every few months and call it a new edition. Public school districts don't tolerate that BS, I've never understood why colleges/universities do.

  13. But are they cooperating? by Gravis+Zero · · Score: 1

    What matters the most here is if the multiple universities begin to cooperate in their creation of textbooks. If they decide "I can't work with them" or "We should have our own!" then you are going to see the effort quickly stagnate because the effort required to make and revise these books is no small thing and each university will not have the expertise needed to create the books for every subject in the depth that is expected.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:But are they cooperating? by Anonymous Coward · · Score: 0

      It's been tried. I had some run-ins with "TUSK", the "Tufts University Science Knowledge" project. They couldn't make up their minds between "let's be open source", and "let's satisfy every professor's whim for infinite records, infinite control, and changing the structure of everything on a an academic whim". The entire open source part of it hasn't had any software work published in the last five years.

  14. Wow great man by Royal-Prince420 · · Score: 1

    Wow you people are very luck. I live in India http://www.lyricsfundoo.in/

  15. So let's see... by 93+Escort+Wagon · · Score: 3, Insightful

    Sure, textbooks are expensive. But how much are kids paying for textbooks each year versus how much tuition they're paying into the state's coffers annually?

    If the states really want to lower the costs of college... they should drop tuition costs instead of raising them 20-30% every year or two.

    --
    #DeleteChrome
    1. Re:So let's see... by Anonymous Coward · · Score: 0

      Did you miss the part of the summary that said tuition would be free?

      "The news was somewhat buried by the fact that the budget includes free tuition for New York students whose families make up to $125,000 a year"

    2. Re:So let's see... by joelgrimes · · Score: 1

      Ohio may try that

      Governor Kasich proposed universities pick up all textbook costs over $300 per semester.

      Colleges aren't happy

    3. Re:So let's see... by joelgrimes · · Score: 1

      Sorry - responded to the wrong post on that.

    4. Re:So let's see... by Anonymous Coward · · Score: 0

      Did you miss the part of the summary that said tuition would be free?

      "The news was somewhat buried by the fact that the budget includes free tuition for New York students whose families make up to $125,000 a year"

      And your point was somewhat buried by the fact that $125,000/year for a family in New York represents a life scraping by somewhere barely above the poverty level.

    5. Re:So let's see... by Obfiscator · · Score: 1

      New York City, perhaps, but the summary says the deal was passed for New York state. Buffalo has a median income of $66k and a median home price of $94k, which means a family making $125k is doing pretty well. And Buffalo is still in the state of New York.

      --
      "Nothing shocks me. I'm a scientist." -Indiana Jones
  16. That's nice by Anonymous Coward · · Score: 0

    But it would be even better if these measures actually lowered how much students will have to pay for said textbooks.

  17. Just change who pays for the textbooks by Solandri · · Score: 0

    The problem right now is the entity selecting the textbook (the school/professor) is not the entity paying for the textbook (the student). Since the schools aren't the ones paying for the textbooks, they don't give a damn how much they cost.

    Just pass a law requiring schools include the textbook(s) in the price of taking the course (included with tuition). Do that and you'll see schools tripping over themselves to cut textbook costs in every and any way possible.

    1. Re:Just change who pays for the textbooks by Dog-Cow · · Score: 2

      Your suggestion makes no sense. The universities don't pay tuition either. You're hiding the cost, but you're not removing it from the student.

    2. Re:Just change who pays for the textbooks by joelgrimes · · Score: 1

      Ohio's governor has suggested this, capping textbook costs at $300 per semester. Colleges are fighting it.

  18. Re:That's not the reason for expense by Dog-Cow · · Score: 2

    ... 100k of free student aid and to have to work 2 jobs for the next 20 years to pay it off.

    You have a very strange idea of what free means.

  19. Tuition costs are publicized by raymorris · · Score: 1

    Tuition costs are publicized. It's very easy to hit Google or any number of dead tree sources and get tuition comparisons. What's harder to find are all the add-ons that comprise almost half the cost.

  20. Ps my school includes e-books in tuition. It works by raymorris · · Score: 1

    Ps: my school does include books and other materials in the tuition cost. I spend maybe $50- $100 every other semester to get a supplementary source that I choose on my own. For example, the final exam for my networking class was the Cisco CCNA exam, so in addtion to the book and video series provided by the school, I went down to Half Price Books and spent $15 or so on a different kind of CCNA book.

  21. WGU is an alternative. $4500/year after tax credit by raymorris · · Score: 1, Informative

    An alternative to those student loans is something like Western Governors University. Founded by the governors of 19 states, WGU is an online university that charges $6,000/year. There's a $1,500 tax credit, so the cost if $4,500 / year. The student doesn't even have to pay that nuch, though. Employers can provide pre-tax tuition assistance up to about $5,500 / year, so many employers do offer a couple thousand dollars. There's one other thing that makes WGU even easier to afford:

    Many WGU courses have the final exam be an industry-standard certification exam. For example, for my networking class the final exam was the Cisco CCNA exam. Other course final exams include Microsoft and CompTIA certifications. What that means is that halfway through school I had already earned a few certifications, which helped lead to a much higher-paying job. In the three years I've been at WGU, I've paid them $18,000, got $4,500 in tax credits, and been paid $60,000 more salary than when I started. So rather than graduating with debt, I'll graduate with a lot more money than when I started school.

    There's one last trick for WGU to cost the cost even further. Like most schools, you can transfer in credits. Well for the networking course that has Cisco CNNA as the exam, you can transfer in an existing CCNA certification. So what you can do is spend a year studying and maybe getting some of the certs before you even enroll and start paying. Then when you enroll (and start paying $6K/year), you immediately start out with a year of credits already done, through your existing certs. Even better is to study and *not* get the cert. The first month after you enroll in WGU, you go get the cert and THEY pay for it. That can save up to $1,000, because some of the certs are expensive.

    All in all, in your first year at WGU you can get two years of credits at a net cost of $4,500. Not bad. Even better if your enployer covers half of that $4,500, as mine did.

  22. Re: That's not the reason for expense by Anonymous Coward · · Score: 0

    yep sounds like he's mistaking a grant and a loan.

  23. H-1B now!! by Anonymous Coward · · Score: 0

    The quality of US graduates will decline even further...

  24. Re:WGU is an alternative. $4500/year after tax cre by Anonymous Coward · · Score: 0

    I just enrolled at WGU. Its far better than my original expectations. I only heard about it a few months ago. I'm surprised more people aren't aware of it.

  25. Cue the outrage from by The+Cisco+Kid · · Score: 1

    established textbook publishing monopolies that feel they are entitled to live richly off the backs of broke college students.

    1. Re:Cue the outrage from by Anonymous Coward · · Score: 0

      > established textbook publishing monopolies

      I've worked in educational publishing. We worked our tails off. And the incredible frustration when you help produce a good online curriculum, and the great state of Florida decides to throw out evolution or any actual mention of homosexuality in mammals, or working on modern maps and being told that China will not allow any mention of Taiwan anywhere in the online curriculum for any country, well, that is *painful*.

  26. Re:Ps my school includes e-books in tuition. It wo by The+Cisco+Kid · · Score: 1

    Are they in an open format that you get to keep a permanent copy of if you wish? Or, ff you decide not to keep them, can you sell them to someone else?

  27. Re: That's not the reason for expense by BlueStrat · · Score: 1

    yep sounds like he's mistaking a grant and a loan.

    Doesn't invalidate the gist of OP's post, however.

    Forcing by law that all student loans to be of the government-guaranteed type means universities and colleges are free to raise their prices because the taxpayer's pockets are deep and the government doesn't effectively cap loan guarantees in such a way as to discourage educational price-gouging by the schools. This naturally translates to increases in associated costs, like textbooks in this case.

    Heck they *want* a lot of heavily-indebted students because; "Want to get your government-guaranteed student debt discharged? Just come to work as $GOV/MIL/LEOJOB for $YEARS. Serve your community and your nation while becoming debt-free! Fast tracks to becoming student-debt-free available to those with security/crowd-control/corrections skills and experience."

    The government gets people even less-free to object/quit than Silicon Valley H1B workers as the government might deport an H1B worker, but defaulting on a loan-repayment agreement with the IRS for your student loan debt could easily land you in jail, maybe even killed if they send a SWAT team to serve the warrant (already happened, the SWAT team for student loan default, not the 'killed' part, although it easily could have ended tragically).

    Strat

    --
    Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
  28. state funded materials tend to stink by Anonymous Coward · · Score: 0

    hahaha. State committee stuff tends to stink. Reminds of the 'Common Core' stuff, which most of the states supported, and funded, and produced lousy materials.

    1. Re:state funded materials tend to stink by Anonymous Coward · · Score: 0

      State committee stuff tends to stink.

      That's why China is eating you alive.

    2. Re:state funded materials tend to stink by Anonymous Coward · · Score: 0

      And that's why they all want to emigrate here and never want to go back home.

  29. NY Doesn't Say Open Source Textbooks by Anonymous Coward · · Score: 0

    It just says it will be investing '$8 million to provide open educational resources, including electronic-books, to students at SUNY and CUNY.' So if you are a student you will have access to these texts but that isn't the same as a source published book that anyone can read. It is also possible that once this money runs out these books will no longer be 'open'.

  30. Licensing by DrYak · · Score: 1

    (unless you were willing to camp out in the photocopy room at the library for a day... not that we ever did such things).

    Fun fact: here (CH) the license that the university library has for books and journal actually includes a right for duplication (so student can copy a couple of page if that's all what is needed instead of buying the whole book / journal issue), and makes sure to provide enough exemplars of the book (for critical books required by lectures) that aren't allowed to be loaned (so there's always at least a few books free in the morning when you arrive).

    In the 2000s part of my side-job of helping staff even consisted of preparing PDF scans of the small parts of books / journal, so students could quickly print them out, instead of having the chase down every needed small excerpt out of 20 different books / journals.

    But yeah, on our side of the pond we haven't designed universities from the ground up as student dept generators.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  31. Weclome to Europe by DrYak · · Score: 1

    I think Germany does something like this.

    Most of european continent is doing it like this : CH is another example.

    So that admission is based on ability

    That's the only slightly controversial subject.
    - In some countries you need to take a special admission exam, meaning that (richer) students that can afford to spend some time and money on preparatory class are at an advantage compared to (poorer) students that can only afford to directly go to the exam right after school.
    (Though there it's not a separate test, but a special test at the end of high-school, France is a well-known offender. Parts of CH have also switched to such a system)
    - Also some of these admission test are completely asinine and relevant to the studies (Swiss admission tests for medicine in the few uni that introduced them looks more like an IQ test than an actual test of knowledge and ability that will be useful for study).

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Weclome to Europe by Anonymous Coward · · Score: 0

      No Marxist utopias exist. Stop busting my bubble. Everything should be free for me, health (even if I smoke), education (even for basket weaving), food (it's a right!), shelter(I like big houses).

  32. Textbooks are expensive, but tuition is worse by mtmiller100 · · Score: 1

    Textbooks are expensive, and should definitely be dealt with, if we want our country's future generations to be able to achieve higher education, but the real killer is tuition. While I was an in-state student, I saw my tuition quadruple from when I started in 1997, to when I finished my second degree in 2003. I did not receive 4x the education value for that additional price, nor were the facilities significantly upgraded. I never really knew why my tuition kept going up and up, until I read this article. https://www.nytimes.com/2015/0...

  33. Shouldnt they onw thier own? by WorkingDead · · Score: 1

    Shouldn't colleges develop and own their own text books as a regular part of offering a class or curriculum? That should be the value you receive from higher education, not having a TA read a mass market book to you for two hours a week.

    1. Re:Shouldnt they onw thier own? by oh_my_080980980 · · Score: 1

      You've never gone to college have you....

  34. Re: Yaaawn - US College and other educational Cost by Anonymous Coward · · Score: 0

    A) soldiers pay into the GI Bill before they get a red cent ... $100/mo for the first year in the military.

    B) they get 4 years of coverage, no more. That motivates greatly.

    C) they only get the GI Bill if they don't get kicked out dishonorably.

    This causes a couple of very important things you neglect. I it requires the beneficiaries to have a stake in their education and it causes them to have a strong motivation to complete the degree. It also ensures that the people usingiitmhave demonstrated maturity.

    Similarly, the German system isn't for everyone. If you don't test into university p, you don't get "free education". You go to what we'd call a community college or trade school. That's very different than the American model where everyone should go to college, and the academics and high schools scorn the skilled trades.

  35. All basic course textbooks should be Open Source by Anonymous Coward · · Score: 0

    Most math textbooks, for example. Calculus, Linear Algebra, Differential Equations. I've got brand new texts on these topics alongside 40 year old texts and there's virtually no difference in the content, save for some topics about technology (e.g., slide-rules vs. software).

    And no one should ever have to buy texts that are in the public domain. Why the hell are philosophy students buying Hume and Descartes?

  36. About bloody time... by PortHaven · · Score: 1

    This was a NO BRAINER. The only reason this wasn't initiated ages ago was due to all the backroom deals.

  37. McGraw-Hill is pretty powerful by Anonymous Coward · · Score: 0

    Article from 2011 The Four Companies That Control the 147 Companies That Own Everything

    - McGraw-Hill (owns Standard & Poor's)
    - Northwestern Mutual (owns Russell Investments)
    - CME Group (owns 90% of Dow Jones Indexes)
    - Barclay's (owns Lehman Aggregate Bond Index)

    Does that first one sound familiar? Also, Pearson Education is pretty big, too.

  38. Copyright free? by DickBreath · · Score: 1

    TFA says "copyright free".

    That's wrong. The materials will not be free of copyright. The authors that create the materials will have a copyright. Just like all authors of open source code have a copyright in that code. What makes open source open is that those authors choose to license their copyright rights to anyone under terms that effectively make it open for all to run, use, copy, study, modify and distribute the code. Similarly, these open course materials authors would have to license their work under terms that grant similar levels of freedom.

    --

    I'll see your senator, and I'll raise you two judges.
  39. Sync cirriculum changes to textbooks by geekmux · · Score: 1

    Since the recurring gripe regarding the cost of textbooks seems to center around the fact that a "new" version is required every fucking semester, which artificially inflates the textbook costs, I propose a rather simple solution. Institutions are not allowed to enforce a new textbook requirement unless the actual curriculum changes by a significant amount.

    In other words, still teaching the exact same shit you were teaching 10 years ago in that English course? Then the exact same 10-year old textbook should work just fine. Used books are a hell of a lot cheaper, and cycling them through many students would maximize recycling efforts instead of killing trees for greeds sake.

  40. One potential negative to be aware of by raymorris · · Score: 1

    Since you just started there, it might be be helpful to know that the credit hours at WGU don't always track very consistently with the amount of time you'll need to put in. Of course it depends on your previous experience with each topic, but also some 6-credit classes are much harder than other 6-credit classes. If you whip through one 6-credit class, don't assume you can complete your next class just as quickly. (On the the other hand, if your first few classes are hard, the next ones may be easier.)

  41. Videos can be downloaded as mp4. Not sure on books by raymorris · · Score: 1

    Most of the video series have a download link. Two of my classes have used CBT Nuggets, if you're familiar with that company.

    Most of the books are Vitalsource Bookshelf, which gives you access via your computer, phone, and tablet. That seems to be permanent access. You download the book to your phone and open it in the app. I would guess that you could also save them just like any other web page (at least the browser-based version), but I haven't tried. I don't think you can't sell them, but then again you didn't exactly buy them. I'm happy with having them permanently on my phone.

  42. Pay to create high quality open access textbooks by akakaak · · Score: 1

    If the states are serious about this, they should pay good salaries to teams of professors, editors, graphic designers, etc... to create high quality material that they then provide by open access. The current open access textbooks available in my field (neuroscience & psychology) are horrible. This would save the students significant money, but would cost the states more. Otherwise, this is just a combination of talk and trying to get people to do work for free.

  43. Re:Pay to create high quality open access textbook by akakaak · · Score: 1

    And this can't be a one-time deal. In my field anyway (neuroscience & psychology) there is a legitimate need for revisions every few years as the science is progressing quickly.

  44. Not just colleges by eaglesrule · · Score: 1

    For middle and high school students, the cost of one textbook can cover about an entire class worth of reading material to be print and bound. The era of keeping and reusing hardcover textbooks year after year is pretty much over, and the kids get to keep their text after they are done with the class. After all, this makes perfect sense, as why would you teach them and then expect that the learning materials be returned? Better that they can keep it for use as a reference as they go forward in school.

  45. With few exceptions by rsilvergun · · Score: 1

    These are very well understood fields. It's trivial to right text books for them. Don't waste time trying to fix a broken system. You'll get mired down in lawsuits. Nothing will get done. Nothing will change. We tolerated the corrupt textbook market because most students didn't pay for them. They got grants to do that. We cut all that funding and now they have to pay (My Kid's books are around $1000 a year for a bloody undergrad). Now we're on the hook. Kill the old system. Letting textbook companies skim was fine when it was just one more form of American Socialism to spread wealth around. That time is done. Kill the textbook companies. Kill them with fire.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re: With few exceptions by Anonymous Coward · · Score: 0

      Textbook "companies"? What's with the plural? You mean Pearson and Pearson? Let's start with an anti trust suit and see what happens

  46. Re:Pay to create high quality open access textbook by Anonymous Coward · · Score: 0

    If the states are serious about this, they should pay good salaries to teams of professors, editors, graphic designers, etc... to create high quality material that they then provide by open access.

    Some sort of funded process would certainly be helpful to kick-start things.

    One approach to get started would be to acquire an existing text as a starting point for the open source text, perhaps getting bids from authors and/or publishers (depending on who holds the copyright) in some sort of blind auction. Ideally, things would be arranged so that people would have a strong incentive to participate - set up things so that folks know that they won't be able to make much profit on textbooks for a particular field after a certain date, maybe five or ten years out. Perhaps a fallback contract of some sort?

    The initial text wouldn't even have to be a current text for many course, especially initial courses. If you look at the table of contents for many texts, they aren't all that different from current topics.

    Then, once you have the existing text, the publish-or-perish system could be modified to allow substantial credit for publication of updated chapters or even smaller elements, all open source, with some sort of peer review, which would ensure things stayed up-to-date. You might have a competitive review system, where everybody that submits something that passes peer review gets some credit, but the best submission gets the most.

    There might also be some system of providing small rewards to people who find errors in the accumulative work - with the revision authors getting the money if there are no errors.

    Those who chose not to participate in the auction would still be able to publish commercial alternatives to the open source textbook - but since they would have a much smaller market there would be far less incentive to do so.

    The beauty of this approach is it doesn't require changing copyright law. Admittedly, US copyright law violates the Bill of Rights in many respects (such as a bunch of rights "retained by the people" under the 9th Amendment, a point that has been made on this forum in prior discussions), but that would be very hard to change because of the deeply entrenched special interest groups that would oppose such change (and which donate substantial campaign contributions to the politicians who select judges). Fixing the textbook problem without also fixing a corrupt and unethical legal system is probably the most we can hope for until the public actually wises about how things really work.