18. Glossary

A - C - D - E - F - G - H - I - K - L - M - N - O - P - R - S - T - V - W - XYZ

Note

Most of the links to documentation provided in this glossary are to the partnercoursestaff:document index guide, for edX partners. Many of the same topics are available in the Open edX version of this guide, opencoursestaff:Building and Running an Open edX Course.

18.1. A

A/B Test

See partnercoursestaff:Content Experiment.

About Page

The course page that provides potential learners with a course summary, prerequisites, a course video and image, and important dates.

Accessible Label

In a problem component, you use special formatting to identify the specific question that learners will answer by selecting options or entering text or numeric responses.

This text is referred to as the accessible label because screen readers read all of the text that you supply for the problem and then repeat the text that is identified with this formatting immediately before reading the answer choices for the problem. This text is also used by reports and Insights to identify each problem.

All problems require accessible labels.

For more information, see partnercoursestaff:Simple Editor.

Advanced Editor

An OLX (open learning XML) editor in a problem component that allows you to create and edit any type of problem. For more information, see partnercoursestaff:Advanced Editor.

Assignment Type

The category of graded student work, such as homework, exams, and exercises. For more information, see partnercoursestaff:Grading Index.

18.2. C

CAPA Problem

A CAPA (computer assisted personalized approach) problem refers to any of the problem types that are implemented in the edX platform by the capa_module XBlock. Examples range from text input, drag and drop, and math expression input problem types to circuit schematic builder, custom JavaScript, and chemical equation problem types.

Other assessment methods are also available, and implemented using other XBlocks. An open response assessment is an example of a non-CAPA problem type.

Certificate

A document issued to an enrolled learner who successfully completes a course with the required passing grade. Not all edX courses offer certificates, and not all learners enroll as certificate candidates.

For information about setting up certificates for your course, see Setting Up Certificates.

Chapter

See Section.

Checkbox Problem

A problem that prompts learners to select one or more options from a list of possible answers. For more information, see partnercoursestaff:Checkbox.

Chemical Equation Response Problem

A problem that allows learners to enter chemical equations as answers. For more information, see partnercoursestaff:Chemical Equation.

Circuit Schematic Builder Problem

A problem that allows learners to construct a schematic answer (such as an electronics circuit) on an interactive grid. For more information, see partnercoursestaff:Circuit Schematic Builder.

Closed Captions

The spoken part of the transcript for a video file, which is overlaid on the video as it plays. To show or hide closed captions, you select the CC icon. You can move closed captions to different areas on the video screen by dragging and dropping them.

For more information, see learners:Video Player.

Cohort

A group of learners who participate in a class together. Learners who are in the same cohort can communicate and share experiences in private discussions.

Cohorts are an optional feature of courses on the edX platform. For information about how you enable the cohort feature, set up cohorts, and assign learners to them, see partnercoursestaff:Cohorts Overview.

Component

The part of a unit that contains your actual course content. A unit can contain one or more components. For more information, see partnercoursestaff:Developing Course Components.

Content Experiment

You can define alternative course content to be delivered to different, randomly assigned groups of learners. Also known as A/B or split testing, you use content experiments to compare the performance of learners who have been exposed to different versions of the content. For more information, see partnercoursestaff:Overview of Content Experiments.

Content Library

See Library.

Content-Specific Discussion Topic

A category within the course discussion that appears at a defined point in the course to encourage questions and conversations. To add a content- specific discussion topic to your course, you add a discussion component to a unit. Learners cannot contribute to a content-specific discussion topic until the release date of the section that contains it. Content-specific discussion topics can be divided by cohort, so that learners only see and respond to posts and responses by other members of the cohort that they are in.

For more information, see partnercoursestaff:Working with Discussion Components. For information about making content-specific discussion topics divided by cohort, see partnercoursestaff:Set up Discussions in Cohorted Courses.

Course Catalog

The page that lists all courses offered in the edX learning management system.

Course Handouts

Course handouts are files you make available to learners on the Home page. For more information, see partnercoursestaff:Adding Course Updates and Handouts.

course mode

Course Navigation Pane

The navigation frame that appears at one side of the Course page in the LMS. The course navigation pane shows the sections in the course. When you select a section, the section expands to show subsections. When you select a subsection, the first unit in that subsection appears on the course page.

See also Unit Navigation Bar.

Course Page

The page where learners access the primary instructional materials for your course. Sections, subsections, units, and components are all accessed from the Course page. This page was formerly called the Courseware page.

course run

A version of the course that runs at a particular time. Information about a course run includes start and end dates, as well as staff and the languages the course is available in. You can create a course run when you create a course.

Course Track

Courseware

In OLX (open learning XML) and in data packages, “courseware” refers to the main content of your course, consisting mainly of lessons and assessments. Courseware is organized into sections, subsections, units, and components. Courseware does not include handouts, the syllabus, or other course materials.

Note that the Course page was formerly called the Courseware page.

Course-Wide Discussion Topic

Optional discussion categories that you create to guide how learners find and share information in the course discussion. Course-wide discussion topics are accessed from the Discussion page in your course. Examples of course-wide discussion topics include Announcements and Frequently Asked Questions. Learners can contribute to these topics as soon as your course starts. For more information, see partnercoursestaff:Discussions and partnercoursestaff:Create CourseWide Discussion Topics.

If you use cohorts in your course, you can divide course-wide discussion topics by cohort, so that although all learners see the same topics, they only see and respond to posts and responses by other members of the cohort that they are in. For information about configuring discussion topics in courses that use cohorts, see partnercoursestaff:Set up Discussions in Cohorted Courses.

Custom Response Problem

A custom response problem evaluates text responses from learners using an embedded Python script. These problems are also called “write-your-own-grader” problems. For more information, see partnercoursestaff:Write Your Own Grader.

18.3. D

Data Czar

A data czar is the single representative at a partner institution who is responsible for receiving course data from edX, and transferring it securely to researchers and other interested parties after it is received.

For more information, see the data:edX Research Guide.

Discussion

The set of topics defined to promote course-wide or unit-specific dialog. Learners use the discussion topics to communicate with each other and the course team in threaded exchanges. For more information, see partnercoursestaff:Discussions.

Discussion Component

Discussion topics that course teams add directly to units. For example, a video component can be followed by a discussion component so that learners can discuss the video content without having to leave the page. When you add a discussion component to a unit, you create a content-specific discussion topic. See also Content Specific Discussion Topic.

For more information, see partnercoursestaff:Working with Discussion Components.

Discussion Thread List

The navigation frame that appears at one side of the Discussion page in the LMS. The discussion thread list shows the discussion categories and subcategories in the course. When you select a category, the list shows all of the posts in that category. When you select a subcategory, the list shows all of the posts in that subcategory. Select a post to read it and its responses and comments, if any.
A problem that asks learners to choose from a collection of answer options, presented as a drop-down list. For more information, see partnercoursestaff:Dropdown.

18.4. E

edX101

An online course about how to create online courses. The intended audience for edX101 is faculty and university administrators.

edX Edge

edX Edge is a less restricted site than edX.org. While only edX employees and consortium members can create and post content on edX.org, any users with course creator permissions for Edge can create courses with Studio on studio.edge.edx.org, then view the courses on the learning management system at edge.edx.org.

edX Studio

The edX tool that you use to build your courses. For more information, see Getting Started with Studio.

Embargo

An embargo is an official ban on trade or commercial activity with a particular country. For example, due to U.S. federal regulations, edX cannot offer certain courses (for example, particular advanced STEM courses) on the edx.org website to learners in embargoed countries. Learners cannot access restricted courses from an embargoed country. In some cases, depending on the terms of the embargo, learners cannot access any edX courses at all.

enrollment mode

enrollment track

Also called course mode, course track, course type, enrollment mode, or seat type.

The enrollment track specifies the following items about a course.

  • The type of certificate, if any, that learners receive if they pass the course.
  • Whether learners must verify their identity to earn a certificate, using a webcam and a photo ID.
  • Whether the course requires a fee.

The edX platform offers the following enrollment tracks.

  • audit: The default enrollment track. This track does not offer certificates, does not require identity verification, and does not require a course fee.
  • verified: This enrollment track offers verified certificates to learners who pass the course, verify their identities, and pay a required course fee. A course that offers the verified enrollment track also automatically offers a free non-certificate enrollment track.
  • honor: This enrollment track offers an honor code certificate to learners who pass the course. This track does not require identity verification and does not require a fee. Note, however, that as of December 2015, edx.org no longer offers honor code certificates. For more information, see News About edX Certificates.
  • professional: This enrollment track is used for professional education courses. The professional enrollment track offers certificates, requires identity verification, and requires a fee. Fees for the professional enrollment track are generally higher than fees for the verified enrollment track. Courses that offer the professional track do not offer a free enrollment track.
  • professional (no ID): Like the professional enrollment track, this track offers certificates and requires a fee. However, this track does not require identity verification. Courses that offer the professional (no ID) track do not offer a free enrollment track.

Exercises

Practice or practical problems that are interspersed in edX course content to keep learners engaged. Exercises are also an important measure of teaching effectiveness and learner comprehension. For more information, see partnercoursestaff:Exercises and Tools Index.

Export

A tool in edX Studio that you use to export your course or library for backup purposes, or so that you can edit the course or library directly in OLX format. See also Import.

For more information, see partnercoursestaff:Export a Course or partnercoursestaff:Export a Library.

18.5. F

Forum

18.6. G

Grade Range

Thresholds that specify how numerical scores are associated with grades, and the score that learners must obtain to pass a course.

For more information, see partnercoursestaff:Set the Grade Range.

Grading Rubric

See Rubric.

18.7. H

Home Page

The page that opens first every time learners access your course. You can post announcements on the Home page. The handout navigation sidebar appears at the side of this page. This page was formerly called the Course Info page.

HTML Component

A type of component that you can use to add and format text for your course. An HTML component can contain text, lists, links, and images. For more information, see partnercoursestaff:Working with HTML Components.

18.8. I

Image Mapped Input Problem

A problem that presents an image and accepts clicks on the image as an answer. For more information, see partnercoursestaff:Image Mapped Input.

Import

A tool in Studio that you use to load a course or library in OLX format into your existing course or library. When you use the Import tool, Studio replaces all of your existing course or library content with the content from the imported course or library. See also Export.

For more information, see partnercoursestaff:Import a Course or partnercoursestaff:Import a Library.

Instructor Dashboard

A user who has the Admin or Staff role for a course can access the instructor dashboard in the LMS by selecting Instructor. Course team members use the tools, reports, and other features that are available on the pages of the instructor dashboard to manage a running course.

For more information, see partnercoursestaff:Managing Live Course Index.

18.9. K

Keyword

A variable in a bulk email message. When you send the message, a value that is specific to the each recipient is substituted for the keyword.

18.10. L

Label

LaTeX

A document markup language and document preparation system for the TeX typesetting program. In edX Studio, you can partnercoursestaff:import LaTeX code.

Learning Management System (LMS)

The platform that learners use to view courses, and that course team members use to manage learner enrollment, assign team member privileges, moderate discussions, and access data while the course is running.

Learning Sequence

Left Pane

Library

A pool of components for use in randomized assignments that can be shared across multiple courses from your organization. Course teams configure randomized content blocks in course outlines to reference a specific library of components, and randomly provide a specified number of problems from that content library to each learner.

For more information, see partnercoursestaff:Content Libraries and partnercoursestaff:Randomized Content Blocks.

Live Mode

A view that allows the course team to review all published units as learners see them, regardless of the release dates of the section and subsection that contain the units. For more information, see partnercoursestaff:View Published Content.

LON-CAPA

The Learning Online Network with Computer-Assisted Personalized Approach e-learning platform. The structure of CAPA problem types in the edX platform is based on the LON-CAPA assessment system, although they are not compatible.

See also CAPA Problems.

18.11. M

Math Expression Input Problem

A problem that requires learners to enter a mathematical expression as text, such as e=m*c^2.

For more information, see learners:Math Formatting in the EdX Learner’s Guide.

MathJax

A LaTeX-like language that you use to write equations. Studio uses MathJax to render text input such as x^2 and sqrt(x^2-4) as “beautiful math.”

For more information, see partnercoursestaff:MathJax in Studio.

Module

An item of course content, created in an XBlock, that appears on the Course page in the edX learning management system. Examples of modules include videos, HTML-formatted text, and problems.

Module is also used to refer to the structural components that organize course content. Sections, subsections, and units are modules; in fact, the course itself is a top-level module that contains all of the other course content as children.

Multiple Choice Problem

A problem that asks learners to select one answer from a list of options. For more information, see partnercoursestaff:Multiple Choice.

18.12. N

Numerical Input Problem

A problem that asks learners to enter numbers or specific and relatively simple mathematical expressions. For more information, see partnercoursestaff:Numerical Input.

18.13. O

OLX

OLX (open learning XML) is the XML-based markup language that is used to build courses on the Open edX platform.

For more information, see olx:What is Open Learning XML?.

Open Response Assessment

A type of assignment that allows learners to answer with text, such as a short essay and, optionally, an image or other file. Learners then evaluate each others’ work by comparing each response to a rubric created by the course team.

These assignments can also include a self assessment, in which learners compare their own responses to the rubric, or a staff assessment, in which members of course staff evaluate learner responses using the same rubric.

For more information, see partnercoursestaff:Open Response Assessments 2.

18.14. P

Pages

Pages organize course materials into categories that learners select in the learning management system. Pages provide access to the course content and to tools and uploaded files that supplement the course. Links to each page appear in the course material navigation bar.

For more information, see partnercoursestaff:Adding Pages to a Course.

Partner Manager

Each EdX partner institution has an edX partner manager. The partner manager is the primary contact for the institution’s course teams.

Pre-Roll Video

A short video file that plays before the video component selected by the learner. Pre-roll videos play automatically, on an infrequent schedule.

For more information, see partnercoursestaff:Adding a PreRoll Video.

Preview Mode

A view that allows you to see all the units of your course as learners see them, regardless of the unit status and regardless of whether the release dates have passed.

For more information, see partnercoursestaff:Preview Unpublished Content.

Problem Component

A component that allows you to add interactive, automatically graded exercises to your course content. You can create many different types of problems.

For more information, see partnercoursestaff:Working with Problem Components and partnercoursestaff:Exercises and Tools Index.

Progress Page

The page in the learning management system that shows learners their scores on graded assignments in the course. For more information, see learners:SFD Check Progress in the EdX Learner’s Guide.

18.15. Q

Question

A question is a type of post that you or a learner can add to a course discussion topic to bring attention to an issue that the discussion moderation team or learners can resolve.

For more information, see partnercoursestaff:Discussions.

18.16. R

Research Data Exchange (RDX)

An edX program that allows participating partner institutions to request data for completed edx.org courses to further approved educational research projects. Only partner institutions that choose to participate in RDX contribute data to the program, and only researchers at those institutions can request data from the program.

For more information, see data:Research Data Exchange.

Rubric

A list of the items that a learner’s response should cover in an open response assessment. For more information, see the partnercoursestaff:PA Rubric topic in partnercoursestaff:Open Response Assessments 2.

See also Open Response Assessment.

18.17. S

seat type

Section

The topmost category in your course outline. A section can represent a time period or another organizing principle for course content. A section contains one or more subsections.

For more information, see partnercoursestaff:Developing Course Sections.

Sequential

short description

The description of your course that appears on the edX Course List page.

For more information, see Course Short Description Guidelines.

Simple Editor

The graphical user interface in a problem component that contains a toolbar for adding Markdown formatting to the text you supply. The simple editor is available for some problem types. For more information, see partnercoursestaff:Problem Studio View.

Single Sign-On (SSO)

SSO is an authentication service that allows a user to access multiple related applications, such as Studio and the LMS, with the same username and password. The term SSO is sometimes used to refer to third party authentication, which is a different type of authentication system. For information about third party authentication, see Third Party Authentication.

Split Test

Subsection

A division in the course outline that represents a topic in your course, such as a lesson or another organizing principle. Subsections are defined inside sections and contain units.

For more information, see partnercoursestaff:Developing Course Subsections.

18.18. T

Text Input Problem

A problem that asks learners to enter a line of text, which is then checked against a specified expected answer.

For more information, see partnercoursestaff:Text Input.

Third Party Authentication

A system-wide configuration option that allows users who have a username and password for one system, such as a campus or institutional system, to log in to that system and automatically be given access to the LMS. These users do not enter their system credentials in the LMS.

For more information about how system administrators can integrate an instance of Open edX with a campus or institutional authentication system, see installation:Enabling Third Party Authentication.

Transcript

A text version of the content of a video. You can make video transcripts available to learners.

For more information, see partnercoursestaff:Create Transcript in partnercoursestaff:Working with Video Components.

18.19. U

Unit

A unit is a division in the course outline that represents a lesson. Learners view all of the content in a unit on a single page.

For more information, see partnercoursestaff:Developing Course Units.

Unit Navigation Bar

The horizontal control that appears at the top of the Course page in the LMS. The unit navigation bar contains an icon for each unit in the selected subsection. When you move your pointer over one of these icons, the name of the unit appears. If you have bookmarked a unit, the unit navigation bar includes an identifying flag above that unit’s icon.

See also Course Navigation Pane.

18.20. V

Vertical

See Unit.

Video Component

A component that you can use to add recorded videos to your course.

For more information, see partnercoursestaff:Working with Video Components.

18.21. W

Whitelist

In edX courses, a whitelist is a list of learners who are being provided with a particular privilege. For example, whitelisted learners can be specified as being eligible to receive a certificate in a course, regardless of whether they would otherwise have qualified based on their grade.

In the grade report for a course, whitelisted learners have a value of “Yes” in the Certificate Eligible column, regardless of the grades they attained. For information about the grade report, see partnercoursestaff:Interpret the Grade Report.

Wiki

The page in each edX course that allows both learners and members of the course team to add, modify, or delete content. Learners can use the wiki to share links, notes, and other helpful information with each other. For more information, see partnercoursestaff:Course_Wiki.

18.22. XYZ

XBlock

EdX’s component architecture for writing course components: XBlocks are the components that deliver course content to learners.

Third parties can create components as web applications that can run within the edX learning management system. For more information, see xblocktutorial:Open edX XBlock Tutorial.

XSeries

A set of related courses in a specific subject. Learners qualify for an XSeries certificate when they pass all of the courses in the XSeries. For more information, see XSeries Programs.