Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

ExtensionEngineArchive/short-answer-xblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short Answer XBlock

This XBlock provides a way for students to submit short essayic texts.

An example student view:

Student view

The submissions are manually graded in the block's modal window in LMS:

Grading modal

Installation

Source into the virtual environment of your edx-platform application and from this application's root directory run:

$ pip install -r requirements.txt

JS Dependencies

Globally accessable:

  • jQuery
  • underscore.js
  • moment.js

If you are using this block in the eucalyptus.1 release or newer these dependencies are already available.

Enabling in Studio

In Studio go to the course where you want to use this block and open Advanced Settings that are under the Settings top dropdown. The first option should be Advanced Module List where you will append "short_answer" to enable this XBlock for that course. Once you have done that you should see the Short Answer option within the Advanced section when adding new content to your units.