Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORA docs - updates to formatting for instructor notes #2031

Closed
wants to merge 84 commits into from

Conversation

srpearce
Copy link
Contributor

No description provided.

Ned Batchelder and others added 30 commits December 7, 2013 19:53
Release notes edits
usage_id implies self-sufficiency. The block_id is relative to its structure.
* since Sass can now process @import rules
* to simplify the number of external calls
* maintains the http/https agnostic work
* removes unused Bree Serif font face
* uses Google Web Fonts reference rather than local files
* removes unused local font files
* adds in semi-bold weight support
Fixed a few typos in Building a course document
Removed number from RN TOC
fixed image path
Several templates used a variable set by the user (the request host header).  This led to a vulnerability where an attacker could inject their domain name into these templates (i.e., activation emails).  This patch fixes this vulnerability.

LMS-532
Studio doesn't do email changes, thus has no email reset template; thus, we must disable password/email-reset related tests when running with studio settings
Add the missing TextInput_MultipleAnswer.gif file. Correct
capitalization of another image file name so it'll appear in the docs.
Add template for the zooming image in Studio.
…tes-12-17-13

Markhoeber/documentation/release notes 12 17 13
cpennington and others added 28 commits December 20, 2013 12:32
Studio: Updating Google Font Syntax
LMS: Use Open Sans Typeface via Google Web Fonts
…e-tests

Add acceptance tests of Annotatable module
…ce-tests

Add acceptance tests of the conditional module
…ests

Add acceptance test of image response
script bombs if comments include unicode
* matches syntax used when importing Open Sans in LMS/Studio
* simplifies and moves syntax to modern Google Web Font standards
* maintains the http/https agnostic work
This restores functionality that has been broken since the introduction of
XModuleDescriptor/XModule proxying (part of the XBlock transition). It generates
a CSV of all answers for all content of type "problem" in a given course, with a
row per (problem part, answer). The format is:

url_name, display name, answer id, answer, count

Example values:
  url_name = "7f1b1523a55848cd9f5c93eb8cbabcf7"
  display name = "Problem 1: Something Hard"
  answer id = i4x-JediAcdmy-LTSB304-problem-7f1b1523a55848cd9f5c93eb8cbabcf7_2_1
  answer = "Use the Force"
  count = 1138

Since it only grabs things of type "problem", it will not return results for
things like self/peer-assessments. Any Loncapa problem types will show up (so
multiple choice, text input, numeric, etc.)

Instead of crawling the course tree and instantiating the appropriate CapaModule
objects to grab state, this version draws directly from StudentModule. This lets
us skip a lot of processing and most importantly lets us generate the answer
distribution without causing side-effects (since XBlocks auto-save state). It
also lets us take advantage of a read-replica database if one is available, to
minimize locking concerns.

There are minor changes to the legacy dashboard around CSV charset encoding and
a change to OptionResponseXMLFactory to make it more unicode friendly. Answer
distribution output is now also sorted, to group together answers for the same
content piece.

Note that this does not introduce celery into the process. Answer distributions
are still only available for small courses.

This was originally created to fix [LMS-922], but it also addresses [LMS-811] and
possibly other areas in the legacy dashboard where CSV downloads break due to
character encoding issues.
Fix (re-implement) answer distribution report generation.
on new Locators to make it clear that they have a different syntax
than Location.course_id altho they represent the same info.
TinyMCE: Updating Google Font Syntax
To acknowledge his help with refactoring URLs in our CSS to be
protocol-relative
Moved bok-choy page objects and setup.py to common/test/bok_choy
corrects typo in legacy.py (LMS-1675)
Add base package to edxapp page object setup.py
@ghost ghost assigned srpearce Dec 23, 2013
@srpearce srpearce closed this Dec 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.