Elementary teachers can find electronic resources related to math instruction. We arranged the e-resources in three different formats.
- Relationship to Investigations curriculum materials (aligned to specific curriculum).
- Relationship to the five strands in EALR One: number sense, measurement, geometric sense, probability and statistics, and algebraic sense. (Listed any related activities)
- Relationship to the district year long calendar of units (still a work in progress)
Please remember the following points:
- We have not found e-activities for every area in mathematics
- The e-activities related to Investigation units were reviewed by teachers.
- The e-activities related to Strands were simply listed.
- Activities listed by strand, include a lot of games and may not provide a lot of instructional "bang for your buck".
- The year long calendar is a work in progress. We wanted share what we know so far.
Please see your Tech Mentor or TIA for support with the e-activities.
|
The following information is meant for the website developer for debugging purposes.
|
|
Error Occurred While Processing Request
|
Error Executing Database Query.
|
|
Table 'curriculum.substrands' doesn't exist
|
| |
The error occurred in C:\Data\Inetpub\www-root\components\qryCurriculum.cfc: line 28
Called from C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\eactivities.cfm: line 7
Called from C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\technology.cfm: line 31
Called from C:\Data\Inetpub\www-root\components\qryCurriculum.cfc: line 28
Called from C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\eactivities.cfm: line 7
Called from C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\technology.cfm: line 31
|
26 : subStrands.subStrandID = strandlinks.subStrandID) ON eactivities.linkID = strandlinks.activityID
27 : WHERE strands.subject = <cfqueryparam cfsqltype="cf_sql_varchar" value="#arguments.subject#">
28 : AND strandlinks.grLevel <= <cfqueryparam cfsqltype="cf_sql_smallint" value="#arguments.maxGrade#">
29 : ORDER BY strandlinks.grLevel, strandlinks.strandID, strandlinks.subStrandID
30 : </cfquery>
|
|
| SQL |
SELECT strandlinks.grLevel, strandlinks.strandID, strandlinks.subStrandID, strandlinks.activityID, strands.strandText, strands.subject,
subStrands.subStrand, eactivities.linkText, eactivities.linkURL, eactivities.linkDescription
FROM eactivities INNER JOIN (subStrands INNER JOIN (strands INNER JOIN strandlinks ON strands.strandID = strandlinks.strandID) ON
subStrands.subStrandID = strandlinks.subStrandID) ON eactivities.linkID = strandlinks.activityID
WHERE strands.subject = (param 1)
AND strandlinks.grLevel <= (param 2)
ORDER BY strandlinks.grLevel, strandlinks.strandID, strandlinks.subStrandID
|
| DATASOURCE |
curriculum |
| VENDORERRORCODE |
1146 |
| SQLSTATE |
42S02 |
|
|
Resources:
|
| Browser |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Remote Address |
38.103.63.18 |
| Referrer |
|
| Date/Time |
09-May-08 03:39 PM |
|
|
Stack Trace
|
at cfqryCurriculum2ecfc385139538$funcBYSTRAND.runFunction(C:\Data\Inetpub\www-root\components\qryCurriculum.cfc:28)
at cfeactivities2ecfm1482265567.runPage(C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\eactivities.cfm:7)
at cftechnology2ecfm174627691.runPage(C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\technology.cfm:31)
at cfqryCurriculum2ecfc385139538$funcBYSTRAND.runFunction(C:\Data\Inetpub\www-root\components\qryCurriculum.cfc:28)
at cfeactivities2ecfm1482265567.runPage(C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\eactivities.cfm:7)
at cftechnology2ecfm174627691.runPage(C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\technology.cfm:31)
java.sql.SQLException: Table 'curriculum.substrands' doesn't exist
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2975)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1600)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1695)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3026)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1137)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:803)
at coldfusion.server.j2ee.sql.JRunPreparedStatement.execute(JRunPreparedStatement.java:87)
at coldfusion.sql.Executive.executeQuery(Executive.java:756)
at coldfusion.sql.Executive.executeQuery(Executive.java:675)
at coldfusion.sql.Executive.executeQuery(Executive.java:636)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236)
at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:500)
at cfqryCurriculum2ecfc385139538$funcBYSTRAND.runFunction(C:\Data\Inetpub\www-root\components\qryCurriculum.cfc:28)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:366)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:198)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:157)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1594)
at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:341)
at cfeactivities2ecfm1482265567.runPage(C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\eactivities.cfm:7)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
at cftechnology2ecfm174627691.runPage(C:\Data\Inetpub\www-root\district\departments\learning\elementary\math\technology.cfm:31)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:219)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
|