-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Release Notes 4/29/14 #3502
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
Merged
Merged
Release Notes 4/29/14 #3502
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| ################################### | ||
| April 30, 2014 | ||
| ################################### | ||
|
|
||
| The following information reflects what is new in the edX Platform as of April | ||
| 30, 2014. See previous pages in this document for a history of changes. | ||
|
|
||
| ************************** | ||
| edX Documentation | ||
| ************************** | ||
|
|
||
| You can access the `edX Status`_ page to get an up- | ||
| to-date status for all services on edx.org and edX Edge. The page also includes | ||
| the Twitter feed for @edXstatus, which the edX Operations team uses to post | ||
| updates. | ||
|
|
||
| You can access the public `edX roadmap`_ for | ||
| details about the currently planned product direction. | ||
|
|
||
| The following documentation is available: | ||
|
|
||
| * `Building and Running an edX Course`_ | ||
|
|
||
| You can also download the guide as a PDF from the edX Studio user interface. | ||
|
|
||
| Recent changes include: | ||
|
|
||
| * Updated `Show or Hide the Course Wiki Page`_ to include a note about Wiki | ||
| content being available after you hide the Wiki page. | ||
|
|
||
| * Updated label information and added XML information to `Problem with | ||
| Adaptive Hint`_ | ||
|
|
||
| * Updated `Beta Testing a Course`_ to reflect feature changes. | ||
|
|
||
| * Expanded the `Grade and Answer Data`_ to include topics on interpreting the | ||
| grade reports and student progress page. | ||
|
|
||
| * Updated `Working with HTML Components`_ to reflect changes to the HTML | ||
| component editor. | ||
|
|
||
| * Reorganized information about problems into the `Creating Exercises and | ||
| Tools`_ section. | ||
|
|
||
| * Added more information about collecting language and location data from | ||
| students to `Student Data`_. | ||
|
|
||
|
|
||
| * `edX Data Documentation`_ | ||
|
|
||
| Added new event types to `Tracking Logs`_ for interactions with PDF files. | ||
|
|
||
| * `edX Platform Developer Documentation`_ | ||
|
|
||
| Recent changes include: | ||
|
|
||
| Added the section `Contributing to Open edX`_ | ||
|
|
||
|
|
||
|
|
||
| ************* | ||
| edX Studio | ||
| ************* | ||
|
|
||
| * The HTML component editor is updated to provide a raw HTML editing option. For | ||
| more information, see `Working with HTML Components`_. (STUD-1562) | ||
|
|
||
| * You can now upload a handout that is associated with a video directly in the | ||
| Video component editor. Open the **Advanced** tab in the Video component | ||
| editor, and use the **Upload** button to find and add a file from your | ||
| computer: | ||
|
|
||
| .. image:: images/upload_handout_video.png | ||
| :alt: Image of the Upload Handout section of the Video component editor. | ||
|
|
||
| *************************************** | ||
| edX Learning Management System | ||
| *************************************** | ||
|
|
||
| * Lines in bulk email messages were not wrapped at 998 characters, which caused | ||
| error messages and erroneous characters in some email programs. All lines are | ||
| now wrapped at 998 characters automatically. (LMS-1466) | ||
|
|
||
| * Occasionally student submissions for MatLab problems are not graded | ||
| successfully and the MatLab grader times out. There is now a **Reset** button | ||
| that allows students to resubmit their answer without counting the | ||
| resubmission and another attempt of the problem. | ||
|
|
||
| .. include:: links.rst | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ Contents | |
| :maxdepth: 5 | ||
|
|
||
| read_me | ||
| 04-29-2014 | ||
| 04-23-2014 | ||
| 04-16-2014 | ||
| 04-09-2014 | ||
|
|
||
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enrollment_ to reflect feature changes.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lamagnifica do you mean the 4/22 update? That was in last week's RN.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually meant :ref:
Student Datafor PR 3448. (it also had a change to the enrollment chapter, but that was only a typo fix)