1. Choose one or more of the following test standards for grade 3-8.
2. The original specifications are stored at study.guide.test.resources/01.Texas/AssessCurr-MathG03.
Download from the following resources
2.1. TAKS released tests.
2.2. STAAR Resources include state standards for grade 3-8 and highschool.
2.3. STAAR Released Test Questions
2.4. Study Guides for Math, Reading, and Writing grades 3-10, and exit level.
2.5. The formula chart for each grade can be found at the first page of each released test.
These formula pages had been consolidated into one single file at 0.graph.paper
3. To recreate the standards into the database (first time build from this page)
from the following pages
3.1. Texas Math 2011 Standards (grade 3-8)
3.2. Common Core Math 2011 Standards (grade K-8)
3.3. California Math Standards (grade 3-8)
{state_standards state=”TX” subject=”MA” year=”11″}
Subsequent or additional standards (use action=”add”)
{state_standards state=”CC” subject=”MA” year=”11″ action=”add”}
Do not use line breaks between category tag. Otherwise, WordPress add the paragraph <p> tag.
4. To verify the integrity of the database contents, use the following SQL statements.
4.1. List all subjects in the database.
select subject from state_standards group by subject;
4.2. List all categories in the database.
select Category,Standard,Title from state_standards where subject=’MA’ group by Category;
4.3. List specific categories per grade.
select Category,Standard,Title from state_standards where subject=’MA’ and category=1 and Standard LIKE ‘3%’;
4.4. List all categories.
select Category,Standard from state_standards where subject=’MA’ and Standard LIKE ‘3%’;
4.5. List all grades. Grade 0 indicates the category list only.
select Grade from state_standards group by Grade;
5. Add subcategories from IXL.com
6. Add examples from archived TAKS and STAAR tests.
7. Capture TAKS and STAAR test resources.
8. Traffic statistics: 6 grades, 6 categories, 10 standards, approximately 400 pages.
Need a tool to interpret the contents of the built database.
No line breaks after this line.