8.1. Creating Exercises and Tools

8.1.1. Introduction to Exercises and Tools

Studio allows you to create a wide variety of exercises and tools for your course. Many of these exercises and tools have templates in Studio so that you can create them easily. In addition, individual course teams frequently create exercises that don’t have templates in Studio. We’re striving to make these tools available to all our course teams as well, and we have instructions for creating some of them in this section.

Depending on the exercise or tool, you’ll use an HTML, Problem, or Advanced component. The page for each individual exercise or tool contains an example of each exercise or tool, together with all the files, code, and step-by-step instructions that you need to create the exercise or tool.

Note

Problems must include labels for accessibility. The label generally includes the text of the main question in your problem. Instructions for adding labels appear in the page for each individual problem.

8.1.2. General Exercises and Tools

Example annotation problem Annotation Problem Annotation problems ask students to respond to questions about a specific block of text. The question appears above the text when the student hovers the mouse over the highlighted text so that students can think about the question as they read.
Example poll Conditional Module You can create a conditional module to control versions of content that groups of students see. For example, students who answer “Yes” to a poll question then see a different block of text from the students who answer “No” to that question.
Example JavaScript problem Custom JavaScript Problem Custom JavaScript display and grading problems (also called custom JavaScript problems or JS Input problems) allow you to create a custom problem or tool that uses JavaScript and then add the problem or tool directly into Studio.
Example external grader External Grader An external grader is a service that receives student responses to a problem, processes those responses, and returns feedback and a problem grade to the edX platform. You build and deploy an external grader separately from the edX platform. An external grader is particularly useful for software programming courses where students are asked to submit complex code.
Google Calendar Google Calendar Tool You can embed a Google calendar in your course so that students see the calendar in the courseware. You can use a Google calendar to share quiz dates, office hours, or other schedules of interest to students.
Google Drive Files Tool Google Drive Files Tool You can embed a Google Drive file, such as a document, spreadsheet, or image, in your course so that students see the file in the courseware.
Google Hangout Google Instant Hangout Tool You can add the ability for students to participate in instant hangouts directly from your course. With instant hangouts, students can interact through live video and voice, share screens and watch videos together, and collaborate on documents.
Example IFrame tool IFrame Tool IFrames allow you to integrate ungraded exercises and tools from any Internet site into an HTML component in your course.
Example LTI component LTI Component LTI components allow you to add an external learning application or non-PDF textbook to Studio.
Example open response assessment Open Response Assessments In open response assessments, students receive feedback on written responses of varying lengths as well as image files that the students upload. Open response assessments include self assessment and peer assessment.
Example poll Poll Tool You can run polls in your course so that your students can share opinions on different questions.
Example problem with adaptive hint Problem with Adaptive Hint A problem with an adaptive hint evaluates a student’s response, then gives the student feedback or a hint based on that response so that the student is more likely to answer correctly on the next attempt. These problems can be text input or multiple choice problems.
Example problem written in LaTeX Problem Written in LaTeX If you have an problem that is already written in LaTeX, you can use this problem type to easily convert your code into XML.
Image of student notes in a course Student Notes Tool With student notes, students can make notes about what they read and highlight passages in the course content.
Example text input problem Text Input Problem In text input problems, students enter text into a response field. The response can include numbers, letters, and special characters such as punctuation marks.
Example word cloud Word Cloud Tool Word clouds arrange text that students enter - for example, in response to a question - into a colorful graphic that students can see.
Example write-your-own-grader problem Write-Your-Own-Grader Problem In custom Python-evaluated input (also called “write-your-own-grader”) problems, the grader uses a Python script that you create and embed in the problem to evaluates a student’s response or provide hints. These problems can be any type.

8.1.3. Image-Based Exercises and Tools

Example drag and drop problem Drag and Drop Problem In drag and drop problems, students respond to a question by dragging text or objects to a specific location on an image.
Example full screen image tool Full Screen Image Tool The Full Screen Image tool allows a student to enlarge an image in the whole browser window. This is useful when the image contains a large amount of detail and text that is easier to view in context when enlarged.
Example image mapped input problem Image Mapped Input Problem In an image mapped input problem, students click inside a defined area in an image. You define this area by including coordinates in the body of the problem.
Example zooming image tool Zooming Image Tool Zooming images allow you to enlarge sections of an image so that students can see the section in detail.

8.1.4. Multiple Choice Exercises and Tools

Example checkbox problem Checkbox Problem In checkbox problems, the student selects one or more options from a list of possible answers. The student must select all the options that apply to answer the problem correctly.
Example dropdown problem Dropdown Problem Dropdown problems allow the student to choose from a collection of answer options, presented as a dropdown list. Unlike multiple choice problems, whose answers are always visible directly below the question, dropdown problems don’t show answer choices until the student clicks the dropdown arrow.
Example multiple choice problem Multiple Choice Problem In multiple choice problems, students select one option from a list of answer options. Unlike with dropdown problems, whose answer choices don’t appear until the student clicks the drop-down arrow, answer choices for multiple choice problems are always visible directly below the question.
Example multiple choice and numerical input problem Multiple Choice and Numerical Input Problem You can create a problem that combines a multiple choice and numerical input problems. Students not only select a response from options that you provide, but also provide more specific information, if necessary.

8.1.5. STEM Exercises and Tools

Example chemical equation problem Chemical Equation Problem Chemical equation problems allow the student to enter text that represents a chemical equation into a text box. The grader evaluates the student’s response by using a Python script that you create and embed in the problem.
Example circuit schematic builder problem Circuit Schematic Builder Problem In circuit schematic builder problems, students can arrange circuit elements such as voltage sources, capacitors, resistors, and MOSFETs on an interactive grid. They then submit a DC, AC, or transient analysis of their circuit to the system for grading.
Example gene explorer problem Gene Explorer Tool The Gene Explorer (GeneX) simulates the transcription, splicing, processing, and translation of a small hypothetical eukaryotic gene. GeneX allows students to make specific mutations in a gene sequence, and it then calculates and displays the effects of the mutations on the mRNA and protein.
Example math expression input problem Math Expression Input Problems The more complex of Studio’s two types of math problems. In math expression input problems, students enter mathematical expressions to answer a question. These problems can include unknown variables and more complex symbolic expressions. You can specify a correct answer either explicitly or by using a Python script.
Example molecule editor problem Molecule Editor Tool The molecule editor allows students to draw molecules that follow the rules for covalent bond formation and formal charge, even if the molecules are chemically impossible, are unstable, or do not exist in living systems.
Example molecule viewer tool Molecule Viewer Tool The molecule viewer allows you to create three-dimensional representations of molecules for students to view.
Example numerical input problem Numerical Input The simpler of Studio’s two types of math problems. In numerical input problems, students enter numbers or specific and relatively simple mathematical expressions to answer a question. These problems only allow integers and a few select constants. You can specify a margin of error, and you can specify a correct answer either explicitly or by using a Python script.
Example periodic table problem Periodic Table Tool An interactive periodic table of the elements shows detailed information about each element as the student moves the mouse over the element.
Example protein builder problem Protex Protein Builder Tool The Protex protein builder asks students to create specified protein shapes by stringing together amino acids.