Skip to content Skip to navigation

Connexions

You are here: Home » Content » Frequently Asked Questions

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the authors
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Recently Viewed

This feature requires Javascript to be enabled.

Frequently Asked Questions

Module by: Sarah Coppin, Ricardo Radaelli-Sanchez

Summary: Answers to frequently asked questions.

The Connexions Project

What is the Connexions project?

The goal of the Connexions project is to create a body of information and to organize this information in a way that will aid students in their learning process and help them see the connections among materials from their various classes. First, the information will be modularized so that teachers can create courses out of the repository of information. Second, it will offer a non-linear text for students. Students can use it on their own accord to pursue topics that they need or find interesting in an order that makes sense to them. Finally, by interweaving material from different areas into a given course, it will show and clarify the connections between different courses for the students who are using the system.

For a more complete explanation, view the Philosophy of Connexions document.

What is a module?

A module is a short document that contains knowledge or an explanation of some small bit of material. For the end-user, a module appears to simply be a web page that allows a user to view mathematical equations and to provide a more sophisticated way to organize the modules. Currently, you are looking at the module entitled "Frequently Asked Questions."

Why modules?

Part of the goal of the project is to allow students and professors to create their own paths through material. Teachers can suggest paths and students can discover their own path. By creating small pieces of knowledge that can be rearranged, teachers and students can determine the path through the material that makes the most sense to them.

What is a course?

A course is a collection of the modules that a teacher thinks best convey the meaning of the material along with a suggested path through the material. The teacher can create both a main path and offer alternative paths.

What is a roadmap?

The roadmap is a graphical presentation of the course that is offered to a student or user. It allows them to navigate through a course, one of its alternative paths, or related material that was not included in the course by the professor.

What is the course composer?

The course composer is the tool used by the teachers to create a course. It allows them to search for relevant modules and determine the order that will be suggested to the student in the roadmap.

How do I get involved in this project?

Send an email to cnx@rice.edu, or contact Elvena Mayo, the project coordinator, at elvena@rice.edu.

Why is the internal website at mountainbunker.org?

Our first server had been one of Dr. Johnson's machines and was called mntb (after the Medial Nucleus of the Trapezoidal Body). Someone decided that this should stand for Mountain Bunker, hence the domain name.

The CNXML Language

What is CNXML?

CNXML is an XML markup language used for writing Connexions Modules. The goal of creating CNXML was to have a language which dealt with the content of the material rather than the details of presentation. The current list of tags can be found in the CNXML Spec.

What is XML?

XML is a language for writing markup languages. HTML is an example of a markup language. XML separates presentation from content through the use of stylesheets. To find out more about XML read XML Basics.

Why CNXML?

Conveying the content of the module in the tags has two benefits, smarter searching and better presentation. Smarter searching is possible because you can tell the computer what type of information you are looking for. For example, it is easy to find modules written by a particular author since that information is clearly labeled.

It is easier to change the presentation of a module, or many modules, by simply editing the stylesheet and not the actual modules themselves. Also, it is possible to create different presentations from the same file. These might be used for different purposes (online vs. print) or to satisfy the preferences of different users.

What is a stylesheet?

A stylesheet is a separate document from the CNXML file. The stylesheet defines how the document is displayed. There are two stylesheet languages, XSL and CSS. CSS (Cascading Style Sheets) defines how a tag is displayed. Multiple CSS stylesheets can be overlayed in the same document (hence the name). XSL (Extensible Stylesheet Language) is a transformation and formatting language. The transformation part of XSL is known as XSLT. It allows you to transform an XML document into another document. For example, you could convert a CNXML document into an HTML document or a LaTeX document. We use XSL to transform a document and then CSS to define how the document is styled.

What is MathML?

MathML is an XML markup language for representing the content and presentation of mathematics. MathML has two parts, presentation MathML and content MathML. Presentation MathML says how things should be displayed. For example, it will say that there is an x with a superscripted 2. However, it says nothing about whether this is the variable x squared or the variable x superscript 2. Content MathML represents the content of the mathematics without regard to how it will be displayed. For example, it would say the first derivative of the function f with respect to the variable x. However, it says nothing about how to display this.

Connexions is using content MathML for its modules. This allows people to encode the meaning of the equation without worrying about the presentation. This allows it to be displayed in multiple formats (audio and visual, for example). Also, it allows one professor to create a course written by different people and maintain notational consistency. The difference between displaying the derivative as df/dx and as f with a dot on the top is merely done by changing the stylesheet. Thus, different professors can have consistent notation throughout the modules they are using in a course.

What is the CNXML namespace ?

A namespace is the identifier that gets attached to a particular XML language to distinguish its tags from tags from other languages. This means that you can use two different xml languages in the same document (and they can even have tags with the same name), without confusing everything. http://cnx.rice.edu/cnxml

How does Connexions maintain notational consistency between modules written by multiple authors?

When teachers put together modules written by different authors, they will want the notation to be consistent among all of the modules. If we merely coded the presentation of the math, as is done in LaTeX, then we could not solve this problem. However, content MathML allows for encoding the meaning of an equation. This can them be presented in several different ways.

Why can the abstract not contain any links or cnxns?

The abstract only contains metadata. This allows the abstract to be easily searchable.

Why does the name only contain PCDATA?

This allows the name to be easily searchable as well.

Why can there not be a definition in a solution?

Nothing should be defined within a solution.

How do I write a module in CNXML?

Writing a CNXML module defines how the document is displayed. There are two stylesheet language is similar to writing a web page in HTML. For more information, read The Basic CNXML, which includes some information about writing CNXML. You can also refer to the CNXML specification.

How do I make sure that the code I have written conforms to the various specifications?

Uploading a module in the author interface will automatically cause the module to be validated. Any errors that are in the cnxml/mathml will be displayed to assist you in correcting the code. If you have questions about an error, it will be helpful to refer to the CNXML specification.

Comments, questions, feedback, criticisms?

Send feedback