-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First draft
Release notes edits
usage_id implies self-sufficiency. The block_id is relative to its structure.
…at's visible in javascript
Alex/lti fixes to release
* 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
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
accessibility
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.
Add missing image file, correct typos
Update testing doc
STUD-1063
…tes-12-17-13 Markhoeber/documentation/release notes 12 17 13
Minor i18n improvements
Properly format errors/warnings.
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
Add acceptance tests of GST module
…ests Add acceptance test of image response
[LMS-1614]
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
Add handler_url usable by descriptors
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
Studio HTTPS Fonts (re-enable)
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
Change course_id to package_id
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.