researchinpractice.wordpress.com
What’s In the Way of Making Students Prove, part II «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2010/04/09/whats-in-the-way-of-making-students-prove-part-ii
What’s In the Way of Making Students Prove, part II. Friday, Apr 9 2010. I am continuing my thoughts. About Kate’s provocative comment. Regarding why it’s hard to ask students to prove something significant. Kate said:. Or I do say something like Why should that have to be true? Can we come up with some kind of explanation? But they have no idea how to even start and it feels unfair and scary to ask them to. As I said last time there are two big questions here – (1) why can’t they start? Well, I was gett...
researchinpractice.wordpress.com
What’s In the Way of Making Students Prove, part I «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2010/04/07/whats-in-the-way-of-making-students-prove-part-i
What’s In the Way of Making Students Prove, part I. Wednesday, Apr 7 2010. In response to my last post, Kate Nowak. Raised the most important set of issues I can think of:. I will absolutely stipulate to all of this:. Can we come up with some kind of explanation? But they have no idea how to even start and it feels unfair and scary to ask them to. It would not occur to them to draw a picture and extend the legs and think about similar triangles, in a zillion years. C) The vicious cycle. Wrote about the n...
researchinpractice.wordpress.com
Uhm sayin «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2015/08/01/uhm-sayin
Saturday, Aug 1 2015. Dan Meyer’s most recent post. Is about how in order to motivate proof you need doubt. This is something I was repeatedly. As usual I’m grateful for Dan’s cultivated ability to land the point cleanly and actionably. Looking at my writing from 5 years ago – it’s some of my best stuff! Totally follow those links! 8211; but it’s long and heady, and not easy to extract the action plan. So, thanks Dan, for giving this point (which I really care about) wings. It makes proving easier. It ha...
researchinpractice.wordpress.com
“You have made us the enemy. This is personal.” «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2015/04/09/you-have-made-us-the-enemy-this-is-personal
8220;You have made us the enemy. This is personal.”. Thursday, Apr 9 2015. From the Washington Post blog 2 months ago. Word. Click to email (Opens in new window). Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). Click to share on Google (Opens in new window). Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Post wa...
researchinpractice.wordpress.com
Math is like… «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2014/10/25/math-is-like
Math is like…. Saturday, Oct 25 2014. Math is like an atomic-powered prosthesis that you attach to your common sense, vastly multiplying its reach and strength. – Jordan Ellenberg, How Not to Be Wrong. Click to email (Opens in new window). Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). Click to share on Google (Opens in new window). Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. What It Comes Down To.
researchinpractice.wordpress.com
Annotated Bibliography on Proof, part I – The Double Bind «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2010/03/19/annotated-bibliography-on-proof-part-i-the-double-bind
Annotated Bibliography on Proof, part I – The Double Bind. Friday, Mar 19 2010. In an earlier post. I made a brief reference to an article about proving that I had just begun to read. I’ve now read it. Patricio Herbst, “Engaging Students in Proving: A Double-Bind on the Teacher” in Journal for Research in Mathematics Education. Vol 33, Number 3, May 2002. It’s available from JSTOR. But I couldn’t find it for free. C) This explains why the teacher intervened to give the key ideas in the proof, why she fra...
researchinpractice.wordpress.com
And, a teacher shortage… «Research in Practice Research in Practice
https://researchinpractice.wordpress.com/2015/08/11/and-a-teacher-shortage
And, a teacher shortage…. Tuesday, Aug 11 2015. An obvious observation –. The last 6 or 7 years in public education policy seem to have been characterized by the following trends:. 1) Tying teacher evaluation, hiring, firing, and teacher pay to student standardized test results. 2) Relatedly, using value-added measurements. In making these decisions. 3) School closings and state takeovers. 4) Using VAM in making decisions about those too. Ie Stressing all the adults who work in schools the f*ck out.
iwanttolearnmath.blogspot.com
Code Mechanic: How to run Knockout inside MVC 4
http://iwanttolearnmath.blogspot.com/2012/04/how-to-run-knockout-inside-mvc-4.html
Eclectic programming and mathematics postings. Monday, April 2, 2012. How to run Knockout inside MVC 4. I'm watching Knockout Fundamentals by Steve Michelotti. I was having trouble getting the example running that he wrote to show how Knockout is used inside of a MVC 4 project. This worked for me. 1 Create a new ASP.NET MVC 4 Project using the Internet Application template. Razor view engine is fine. 2 Right click on References and choose "Manage NuGet Packages". Install knockout.js. Add in script tags:.
iwanttolearnmath.blogspot.com
Code Mechanic: Executive Summary: HTML 5
http://iwanttolearnmath.blogspot.com/2012/03/executive-summary-html-5.html
Eclectic programming and mathematics postings. Monday, March 19, 2012. Executive Summary: HTML 5. I'm introducing a new series of posts today. It is called the Executive Summary. Here is the first entry of this series: HTML 5. Things you need to know:. 0) HTML 5 is really a combination of technologies:. HTML 5, JavaScript, and CSS 3. 2) The most important new features provided in new markup tags: Video, Audio, Drawing (called Canvas), Storage, GeoLocation. 6) JavaScript - this language is everywhere and ...
iwanttolearnmath.blogspot.com
Code Mechanic: How to install Windows Phone Toolkit
http://iwanttolearnmath.blogspot.com/2012/01/how-to-install-windows-phone-toolkit.html
Eclectic programming and mathematics postings. Tuesday, January 17, 2012. How to install Windows Phone Toolkit. 1 Download NuGet package manager. 2 Go to Visual Studio 2010 Express for Windows phone - Tools - Library Package Manager - Manage NuGet Packages for Solution. 3 Search "Windows Phone Tookit". 4 You should see Silverlight for Windows Phone Toolkit pop up. Install it for the solution. 6 Go to the last symbol on the toolbar , click on it to expand it. Labels: Windows Phone Dev.