Tag Archive for curriculum

All Kinds Of Minds in action

You may know the whole-brain teaching philosophy called All Kinds of Minds. A majority of our teachers attend professional development days to learn this brain-based approach to teaching students, one part of our approach to progressive education. Teachers learn to construct learning activities that work for different types of learners. Students learn to identify their own learning strengths and weaknesses and appreciate the unique set of qualities that each person possesses. Such an approach gives students responsibility for their own learning. In the following video, second grade students share what they have learned about their own skills and brains.

The video also serves as a fine example of teacher use of technology to share student learning with the school community. This second grade teacher collected media, produced this video, and presented it to parents without requesting any assistance from our IT department. Well done!

Curriculum map in Drupal

Two weeks to go until live! This week, I migrated our school curriculum map from a custom system I authored into Drupal. This allows us to ensure the longevity of this web site resource, take advantage of Drupal’s strengths in structuring content storage and display, and provide teachers with a very usable editing interface. The curriculum map stores over a thousands nodes and can be added to an existing Drupal site. This article assumes familiarity with Drupal 6 views, content construction kit, blocks, and very basic custom function programming. This isn’t a step-by-step tutorial (maybe one day).

Curriculum map course content type holds courses. The description field is not yet populated but available for course descriptions. Taxonomy categories for division, grades, and subjects are applied to this content type. A node reference field is used to connect each curriculum map course node to as many curriculum map units as necessary. The autocomplete node reference widget is used to allow the user to re-order the units as desired. It may be difficult for a user to find the correct unit node using autocomplete if it is not named creatively. It may be a good upgrade to use a view to display more identifying information than the title for the autocomplete search.

Curriculum map unit content type has a textarea field for each curriculum map category. We use the following: essential questions, habits of mind, content, skills and processes, assessment, resources, multicultural dimension, and integrated learning. In retrospect, having so many categories created a lot of work for teachers, who had to populate some of these categories x each unit x each course they teach.

We authored module cgs_curriculum_map.module to migrate content from our old system into Drupal. It creates content and unit nodes, establishes node reference links between them, populates content fields, and attaches taxonomy terms. This is not necessary for schools starting a curriculum map from scratch.

When the system displays a curriculum map course node, the units also load in a table below the course description. This is accomplished by loading a block view that displays the curriculum map category content for each unit node referenced in the course node. The view is loaded into the content_bottom template region, so that it appears just below the course description field. A simple function in cgs_curriculum_map.module returns a + delimited list of node ids of the unit nodes attached to the currently loaded course node. The display setting for the node reference field in the course content type is set to hidden to prevent unit links from appearing above the unit content itself.

If a user wants to display a single unit in a more readable form, one may link the unit title to its node. The conventional node CCK field display presents fairly well.

A page view with exposed filters lists courses, so that a user may view courses in the desired divisions, grades, or subjects. This is a good starting point for a user.

The user interface for adding new units is currently weak. It would be clever to load the curriculum map unit node add form in a lightbox above the curriculum map course page, so that a teacher could create a new unit on the fly and still have it show up in the node reference autocomplete field. Also, some node edit form elements are named in such a way that may confuse teachers. For example, the edit tab on the curriculum map course node page will likely be construed as providing editing access to the unit nodes (you actually have to view the unit before you can edit it).

I am currently having difficulty using both arguments and filters together. The argument limits the initial course list to a single division in the division pages, but the filters attach additional criteria using ? arguments. When both exist, the view returns no nodes. It may be that the view is applying terms from one taxonomy to the other, where they don’t exist, causing the empty result set.

Use pathauto on the curriculum map content types and menu block visibility to load the correct secondary navigation menu when the view is displaying curriculum map entries.

curriculum map list view

curriculum map course view

Thinking about curricular integration

synths

The PNAIS TechShare planning committee would like each member school to articulate its technology philosophy and future plans. They hope that answering these questions will inform the technology planning efforts of other member schools. The committee asked us to think about where we are now and where we are headed. I responded to their questions as follows:

1. Describe your school’s technology philosophy.

Catlin Gabel technology resources support the educational mission of the school. We aspire to a high standard of excellence, delivering systems that work reliably and with high quality. We anticipate and plan for new opportunities and empower users to investigate new applications of technology, solve computer problems, and collaborate with IT staff. We carry out our work with a support orientation and high integrity. We make decisions in order to minimize the environmental impact of computer use.

2. What is your vison for classroom technology five years from now?

To continue to deepen its application to teaching and learning in a variety of forms. All teachers will list their curricular and pedagogical goals for their classes, consider how technology could help meet these goals, and regularly attempt new, technology-enriched activities. The forms will cover the range of available technologies, such as touch surfaces, the social web, data-collection devices, audio and video publishing, and so on. Teachers will feel fully supported by IT and empowered to design and attempt new, technology-rich activities in their classes. Teachers will participate in an active community of practice with their colleagues both within the school and beyond.

3. Do you have teachers willing to adapt curriculum to utilize technology innovations,or asking for technology so that they can?

Yes, though I would use language such as “employ technology to support curricular goals in their courses.” I would say that a large minority of teachers change curricula as they employ technology in their classes. We will know better after the completion of an upper school laptop program survey next week.

4. Explain how you support teacher innovators.

We consider all teachers to be potential innovators and therefore approach them about the same. We respond quickly and definitively to teacher requests for advice and support, including appearing in their classes to assist a teacher with technology-rich lessons if desired. We encourage all teachers to thoughtfully consider how technology could support teaching and learning in their classes. Often, innovation comes from surprising sources — not necessarily the most technically advanced individuals. We encourage all teachers to share their work with technology with their colleagues in both formal and informal settings. We encourage all teachers to actively seek professional development opportunities here and outside the school.

5. Describe your technology professional development plan for all employees.

The school offers three sources of funding for professional development: individual, department/division, and schoolwide. Individuals have an allotment of funds to spend where they prefer. Divisions and departments have funds to undertake professional development efforts for some or all of their members. Schoolwide initiatives such as All Kinds of Minds are also available. The school does not have a separate plan for technology professional development nor specific requirements for how much technology PD individuals should undertake.

6. Define the infrastructure (wiring, traffic capacities, switches, severs, wirless) changes you will need to make to support the five-year vision you described above.

We feel that we already have in place the baseline infrastructure to support this vision. We will continue to make incremental changes, such as introducing a wireless controller to enable better management of our wireless network, piloting small form-factor laptops such as the eeePC and 2Go to assess their potential for the classroom, and investigating social web site tools for our intranet and public-facing web sites.

7. What changes in human resources will you need to make to support that vision?

We are meeting our needs for the immediate future. We will continue to assess the workloads of our employees and request increases as appropriate.