Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-val
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-val
Commits
81ad5485
Commit
81ad5485
authored
Aug 29, 2017
by
Mushtaq Ali
Committed by
muzaffaryousaf
Oct 12, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify transcript plans display values
parent
5b1339b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
edxval/utils.py
+11
-12
No files found.
edxval/utils.py
View file @
81ad5485
...
...
@@ -11,12 +11,12 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = {
'Cielo24'
:
{
'display_name'
:
'Cielo24'
,
'turnaround'
:
{
'
STANDARD'
:
'Standard, 48h
'
,
'
PRIORITY'
:
'Priority, 24h
'
'
PRIORITY'
:
'Priority (24 hours)
'
,
'
STANDARD'
:
'Standard (48 hours)
'
},
'fidelity'
:
{
'MECHANICAL'
:
{
'display_name'
:
'Mechanical
, 75
%
Accuracy
'
,
'display_name'
:
'Mechanical
(75
%
Accuracy)
'
,
'languages'
:
{
'nl'
:
'Dutch'
,
'en'
:
'English'
,
...
...
@@ -27,13 +27,13 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = {
}
},
'PREMIUM'
:
{
'display_name'
:
'Premium
, 95
%
Accuracy
'
,
'display_name'
:
'Premium
(95
%
Accuracy)
'
,
'languages'
:
{
'en'
:
'English'
,
}
},
'PROFESSIONAL'
:
{
'display_name'
:
'Professional
, 99
%
Accuracy
'
,
'display_name'
:
'Professional
(99
%
Accuracy)
'
,
'languages'
:
{
'ar'
:
'Arabic'
,
'zh-tw'
:
'Chinese - Mandarin (Traditional)'
,
...
...
@@ -56,15 +56,14 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = {
},
}
},
'3PlayMedia'
:
{
'display_name'
:
'3PlayMedia'
,
'display_name'
:
'3Play
Media'
,
'turnaround'
:
{
'
extended_service'
:
'10-Day/Extended
'
,
'
default'
:
'4-Day/Default
'
,
'expedited_service'
:
'2
-Day/Expedited
'
,
'
rush_service'
:
'24-hour/Rush
'
,
'
same_day_service'
:
'Same Day
'
'
same_day_service'
:
'Same day
'
,
'
rush_service'
:
'24 hours (rush)
'
,
'expedited_service'
:
'2
days (expedited)
'
,
'
default'
:
'4 days (default)
'
,
'
extended_service'
:
'10 Days (extended)
'
},
'languages'
:
{
'en'
:
'English'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment