@deeksha2309/sunbird-collection-editor 8.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/README.md +24 -0
  2. package/esm2022/lib/collection-editor-cursor.service.mjs +3 -0
  3. package/esm2022/lib/collection-editor-library.component.mjs +16 -0
  4. package/esm2022/lib/collection-editor-library.module.mjs +137 -0
  5. package/esm2022/lib/components/answer/answer.component.mjs +43 -0
  6. package/esm2022/lib/components/asset-browser/asset-browser.component.mjs +325 -0
  7. package/esm2022/lib/components/asset-browser/asset-browser.data.mjs +53 -0
  8. package/esm2022/lib/components/assign-page-number/assign-page-number.component.mjs +191 -0
  9. package/esm2022/lib/components/ckeditor-tool/ckeditor-tool.component.mjs +895 -0
  10. package/esm2022/lib/components/collection-icon/collection-icon.component.mjs +43 -0
  11. package/esm2022/lib/components/contentplayer-page/contentplayer-page.component.mjs +351 -0
  12. package/esm2022/lib/components/csv-upload/csv-upload.component.mjs +178 -0
  13. package/esm2022/lib/components/dialcode/dialcode.component.mjs +182 -0
  14. package/esm2022/lib/components/editor/editor.component.mjs +1125 -0
  15. package/esm2022/lib/components/fancy-tree/fancy-tree.component.mjs +529 -0
  16. package/esm2022/lib/components/header/header.component.mjs +123 -0
  17. package/esm2022/lib/components/library/library.component.mjs +242 -0
  18. package/esm2022/lib/components/library-filter/library-filter.component.mjs +149 -0
  19. package/esm2022/lib/components/library-list/library-list.component.mjs +92 -0
  20. package/esm2022/lib/components/library-player/library-player.component.mjs +62 -0
  21. package/esm2022/lib/components/manage-collaborator/manage-collaborator.component.mjs +256 -0
  22. package/esm2022/lib/components/meta-form/meta-form.component.mjs +377 -0
  23. package/esm2022/lib/components/options/options.component.mjs +144 -0
  24. package/esm2022/lib/components/plain-tree/plain-tree.component.mjs +125 -0
  25. package/esm2022/lib/components/progress-status/progress-status.component.mjs +46 -0
  26. package/esm2022/lib/components/publish-checklist/publish-checklist.component.mjs +67 -0
  27. package/esm2022/lib/components/quality-params-modal/quality-params-modal.component.mjs +52 -0
  28. package/esm2022/lib/components/question/question.component.mjs +1360 -0
  29. package/esm2022/lib/components/quml-player/quml-player.component.mjs +73 -0
  30. package/esm2022/lib/components/qumlplayer-page/qumlplayer-page.component.mjs +84 -0
  31. package/esm2022/lib/components/resource-reorder/resource-reorder.component.mjs +143 -0
  32. package/esm2022/lib/components/skeleton-loader/skeleton-loader.component.mjs +26 -0
  33. package/esm2022/lib/components/template/template.component.mjs +42 -0
  34. package/esm2022/lib/components/term-and-condition/term-and-condition.component.mjs +68 -0
  35. package/esm2022/lib/directives/telemetry-interact/telemetry-interact.directive.mjs +33 -0
  36. package/esm2022/lib/interfaces/McqForm.mjs +29 -0
  37. package/esm2022/lib/interfaces/editor.mjs +2 -0
  38. package/esm2022/lib/interfaces/framework.mjs +2 -0
  39. package/esm2022/lib/interfaces/httpOptions.mjs +2 -0
  40. package/esm2022/lib/interfaces/requestParam.mjs +2 -0
  41. package/esm2022/lib/interfaces/serverResponse.mjs +2 -0
  42. package/esm2022/lib/pipes/sanitize-html.pipe.mjs +20 -0
  43. package/esm2022/lib/services/config/category.config.json +8 -0
  44. package/esm2022/lib/services/config/config.service.mjs +27 -0
  45. package/esm2022/lib/services/config/editor.config.json +31 -0
  46. package/esm2022/lib/services/config/label.config.json +314 -0
  47. package/esm2022/lib/services/config/player.config.json +96 -0
  48. package/esm2022/lib/services/config/url.config.json +69 -0
  49. package/esm2022/lib/services/data/data.service.mjs +192 -0
  50. package/esm2022/lib/services/dialcode/dialcode.service.mjs +309 -0
  51. package/esm2022/lib/services/editor/editor.service.mjs +682 -0
  52. package/esm2022/lib/services/framework/framework.service.mjs +106 -0
  53. package/esm2022/lib/services/helper/helper.service.mjs +160 -0
  54. package/esm2022/lib/services/player/player.service.mjs +99 -0
  55. package/esm2022/lib/services/public-data/public-data.service.mjs +21 -0
  56. package/esm2022/lib/services/question/question.service.mjs +167 -0
  57. package/esm2022/lib/services/telemetry/telemetry.service.mjs +120 -0
  58. package/esm2022/lib/services/toaster/toaster.service.mjs +105 -0
  59. package/esm2022/lib/services/tree/tree.service.mjs +284 -0
  60. package/esm2022/project-sunbird-sunbird-collection-editor.mjs +5 -0
  61. package/esm2022/public-api.mjs +4 -0
  62. package/fesm2022/project-sunbird-sunbird-collection-editor.mjs +10138 -0
  63. package/fesm2022/project-sunbird-sunbird-collection-editor.mjs.map +1 -0
  64. package/index.d.ts +6 -0
  65. package/lib/assets/.gitkeep +0 -0
  66. package/lib/assets/images/MCQ.png +0 -0
  67. package/lib/assets/images/Spin.gif +0 -0
  68. package/lib/assets/images/bulkuploadfile.png +0 -0
  69. package/lib/assets/images/cancel-sign copy.png +0 -0
  70. package/lib/assets/images/cancel-sign.png +0 -0
  71. package/lib/assets/images/emptyResult.svg +1 -0
  72. package/lib/assets/images/icons-rtl.gif +0 -0
  73. package/lib/assets/images/icons.gif +0 -0
  74. package/lib/assets/images/imageicon.svg +16 -0
  75. package/lib/assets/images/imageicon_blue.svg +16 -0
  76. package/lib/assets/images/layoutoneicon.svg +16 -0
  77. package/lib/assets/images/layoutoneicon_blue.svg +16 -0
  78. package/lib/assets/images/layoutthreeicon.svg +18 -0
  79. package/lib/assets/images/layoutthreeicon_blue.svg +18 -0
  80. package/lib/assets/images/layouttwoicon.svg +18 -0
  81. package/lib/assets/images/layouttwoicon_blue.svg +18 -0
  82. package/lib/assets/images/leftalignicon.svg +17 -0
  83. package/lib/assets/images/leftalignicon_blue.svg +17 -0
  84. package/lib/assets/images/loader.gif +0 -0
  85. package/lib/assets/images/loader.svg +1 -0
  86. package/lib/assets/images/loading.gif +0 -0
  87. package/lib/assets/images/middlealignicon.svg +17 -0
  88. package/lib/assets/images/middlealignicon_blue.svg +17 -0
  89. package/lib/assets/images/question_collection.svg +18 -0
  90. package/lib/assets/images/rightalignicon.svg +17 -0
  91. package/lib/assets/images/rightalignicon_blue.svg +17 -0
  92. package/lib/assets/images/vline-rtl.gif +0 -0
  93. package/lib/assets/images/vline.gif +0 -0
  94. package/lib/assets/images/writing.png +0 -0
  95. package/lib/collection-editor-cursor.service.d.ts +5 -0
  96. package/lib/collection-editor-cursor.service.d.ts.map +1 -0
  97. package/lib/collection-editor-library.component.d.ts +9 -0
  98. package/lib/collection-editor-library.component.d.ts.map +1 -0
  99. package/lib/collection-editor-library.module.d.ts +50 -0
  100. package/lib/collection-editor-library.module.d.ts.map +1 -0
  101. package/lib/components/answer/answer.component.d.ts +24 -0
  102. package/lib/components/answer/answer.component.d.ts.map +1 -0
  103. package/lib/components/asset-browser/asset-browser.component.d.ts +81 -0
  104. package/lib/components/asset-browser/asset-browser.component.d.ts.map +1 -0
  105. package/lib/components/asset-browser/asset-browser.data.d.ts +52 -0
  106. package/lib/components/asset-browser/asset-browser.data.d.ts.map +1 -0
  107. package/lib/components/assign-page-number/assign-page-number.component.d.ts +38 -0
  108. package/lib/components/assign-page-number/assign-page-number.component.d.ts.map +1 -0
  109. package/lib/components/ckeditor-tool/ckeditor-tool.component.d.ts +161 -0
  110. package/lib/components/ckeditor-tool/ckeditor-tool.component.d.ts.map +1 -0
  111. package/lib/components/collection-icon/collection-icon.component.d.ts +18 -0
  112. package/lib/components/collection-icon/collection-icon.component.d.ts.map +1 -0
  113. package/lib/components/contentplayer-page/contentplayer-page.component.d.ts +54 -0
  114. package/lib/components/contentplayer-page/contentplayer-page.component.d.ts.map +1 -0
  115. package/lib/components/csv-upload/csv-upload.component.d.ts +42 -0
  116. package/lib/components/csv-upload/csv-upload.component.d.ts.map +1 -0
  117. package/lib/components/dialcode/dialcode.component.d.ts +48 -0
  118. package/lib/components/dialcode/dialcode.component.d.ts.map +1 -0
  119. package/lib/components/editor/editor.component.d.ts +146 -0
  120. package/lib/components/editor/editor.component.d.ts.map +1 -0
  121. package/lib/components/fancy-tree/fancy-tree.component.d.ts +77 -0
  122. package/lib/components/fancy-tree/fancy-tree.component.d.ts.map +1 -0
  123. package/lib/components/header/header.component.d.ts +46 -0
  124. package/lib/components/header/header.component.d.ts.map +1 -0
  125. package/lib/components/library/library.component.d.ts +69 -0
  126. package/lib/components/library/library.component.d.ts.map +1 -0
  127. package/lib/components/library-filter/library-filter.component.d.ts +47 -0
  128. package/lib/components/library-filter/library-filter.component.d.ts.map +1 -0
  129. package/lib/components/library-list/library-list.component.d.ts +32 -0
  130. package/lib/components/library-list/library-list.component.d.ts.map +1 -0
  131. package/lib/components/library-player/library-player.component.d.ts +24 -0
  132. package/lib/components/library-player/library-player.component.d.ts.map +1 -0
  133. package/lib/components/manage-collaborator/manage-collaborator.component.d.ts +75 -0
  134. package/lib/components/manage-collaborator/manage-collaborator.component.d.ts.map +1 -0
  135. package/lib/components/meta-form/meta-form.component.d.ts +51 -0
  136. package/lib/components/meta-form/meta-form.component.d.ts.map +1 -0
  137. package/lib/components/options/options.component.d.ts +53 -0
  138. package/lib/components/options/options.component.d.ts.map +1 -0
  139. package/lib/components/plain-tree/plain-tree.component.d.ts +20 -0
  140. package/lib/components/plain-tree/plain-tree.component.d.ts.map +1 -0
  141. package/lib/components/progress-status/progress-status.component.d.ts +25 -0
  142. package/lib/components/progress-status/progress-status.component.d.ts.map +1 -0
  143. package/lib/components/publish-checklist/publish-checklist.component.d.ts +23 -0
  144. package/lib/components/publish-checklist/publish-checklist.component.d.ts.map +1 -0
  145. package/lib/components/quality-params-modal/quality-params-modal.component.d.ts +24 -0
  146. package/lib/components/quality-params-modal/quality-params-modal.component.d.ts.map +1 -0
  147. package/lib/components/question/question.component.d.ts +215 -0
  148. package/lib/components/question/question.component.d.ts.map +1 -0
  149. package/lib/components/quml-player/quml-player.component.d.ts +26 -0
  150. package/lib/components/quml-player/quml-player.component.d.ts.map +1 -0
  151. package/lib/components/qumlplayer-page/qumlplayer-page.component.d.ts +31 -0
  152. package/lib/components/qumlplayer-page/qumlplayer-page.component.d.ts.map +1 -0
  153. package/lib/components/resource-reorder/resource-reorder.component.d.ts +45 -0
  154. package/lib/components/resource-reorder/resource-reorder.component.d.ts.map +1 -0
  155. package/lib/components/skeleton-loader/skeleton-loader.component.d.ts +13 -0
  156. package/lib/components/skeleton-loader/skeleton-loader.component.d.ts.map +1 -0
  157. package/lib/components/template/template.component.d.ts +21 -0
  158. package/lib/components/template/template.component.d.ts.map +1 -0
  159. package/lib/components/term-and-condition/term-and-condition.component.d.ts +26 -0
  160. package/lib/components/term-and-condition/term-and-condition.component.d.ts.map +1 -0
  161. package/lib/directives/telemetry-interact/telemetry-interact.directive.d.ts +27 -0
  162. package/lib/directives/telemetry-interact/telemetry-interact.directive.d.ts.map +1 -0
  163. package/lib/interfaces/McqForm.d.ts +32 -0
  164. package/lib/interfaces/McqForm.d.ts.map +1 -0
  165. package/lib/interfaces/editor.d.ts +78 -0
  166. package/lib/interfaces/editor.d.ts.map +1 -0
  167. package/lib/interfaces/framework.d.ts +46 -0
  168. package/lib/interfaces/framework.d.ts.map +1 -0
  169. package/lib/interfaces/httpOptions.d.ts +35 -0
  170. package/lib/interfaces/httpOptions.d.ts.map +1 -0
  171. package/lib/interfaces/requestParam.d.ts +24 -0
  172. package/lib/interfaces/requestParam.d.ts.map +1 -0
  173. package/lib/interfaces/serverResponse.d.ts +38 -0
  174. package/lib/interfaces/serverResponse.d.ts.map +1 -0
  175. package/lib/pipes/sanitize-html.pipe.d.ts +11 -0
  176. package/lib/pipes/sanitize-html.pipe.d.ts.map +1 -0
  177. package/lib/services/config/config.service.d.ts +13 -0
  178. package/lib/services/config/config.service.d.ts.map +1 -0
  179. package/lib/services/data/data.service.d.ts +85 -0
  180. package/lib/services/data/data.service.d.ts.map +1 -0
  181. package/lib/services/dialcode/dialcode.service.d.ts +36 -0
  182. package/lib/services/dialcode/dialcode.service.d.ts.map +1 -0
  183. package/lib/services/editor/editor.service.d.ts +150 -0
  184. package/lib/services/editor/editor.service.d.ts.map +1 -0
  185. package/lib/services/framework/framework.service.d.ts +35 -0
  186. package/lib/services/framework/framework.service.d.ts.map +1 -0
  187. package/lib/services/helper/helper.service.d.ts +41 -0
  188. package/lib/services/helper/helper.service.d.ts.map +1 -0
  189. package/lib/services/player/player.service.d.ts +33 -0
  190. package/lib/services/player/player.service.d.ts.map +1 -0
  191. package/lib/services/public-data/public-data.service.d.ts +15 -0
  192. package/lib/services/public-data/public-data.service.d.ts.map +1 -0
  193. package/lib/services/question/question.service.d.ts +30 -0
  194. package/lib/services/question/question.service.d.ts.map +1 -0
  195. package/lib/services/telemetry/telemetry.service.d.ts +45 -0
  196. package/lib/services/telemetry/telemetry.service.d.ts.map +1 -0
  197. package/lib/services/toaster/toaster.service.d.ts +50 -0
  198. package/lib/services/toaster/toaster.service.d.ts.map +1 -0
  199. package/lib/services/tree/tree.service.d.ts +51 -0
  200. package/lib/services/tree/tree.service.d.ts.map +1 -0
  201. package/package.json +32 -0
  202. package/project-sunbird-sunbird-collection-editor.d.ts.map +1 -0
  203. package/public-api.d.ts +4 -0
  204. package/public-api.d.ts.map +1 -0
@@ -0,0 +1,314 @@
1
+ {
2
+ "button_labels": {
3
+ "preview_collection_btn_label": "Preview",
4
+ "preview_collection_btn_icon": "icon eye",
5
+ "save_collection_btn_label": "Save as Draft",
6
+ "save_collection_btn_icon": "",
7
+ "submit_collection_btn_label": "Send for Review",
8
+ "submit_collection_btn_icon": "",
9
+ "reject_collection_btn_label": "Reject",
10
+ "reject_collection_btn_icon": "",
11
+ "publish_collection_btn_label": "Publish",
12
+ "publish_collection_btn_icon": "",
13
+ "edit_question_btn_label": "Edit",
14
+ "edit_question_btn_icon": "icon edit",
15
+ "preview_question_btn_label": "Preview",
16
+ "preview_question_btn_icon": "icon eye",
17
+ "cancel_question_btn_label": "Cancel",
18
+ "cancel_question_btn_icon": "",
19
+ "save_question_btn_label": "Save",
20
+ "save_question_btn_icon": "",
21
+ "send_back_for_correction_collection_btn_label": "Send Back For Corrections",
22
+ "send_back_for_correction_collection_btn_icon": "",
23
+ "sourcing_approve_collection_btn_label": "Approve",
24
+ "sourcing_approve_collection_btn_icon": "",
25
+ "sourcing_reject_collection_btn_label": "Reject",
26
+ "sourcing_reject_collection_btn_icon": "",
27
+ "upload_use_btn_label": "Upload and Use",
28
+ "cancel_btn_label": "Cancel",
29
+ "back_btn_label": "Back",
30
+ "search_btn_label": "Search",
31
+ "add_btn_label": "Add",
32
+ "upload_from_computer_btn_label": "Upload from Computer",
33
+ "request_btn_label": "Request",
34
+ "no_btn_label": "No",
35
+ "yes_btn_label": "Yes",
36
+ "close_btn_label": "Close",
37
+ "submit_btn_label": "Submit",
38
+ "add_sibling_btn_label": "Add Sibling",
39
+ "add_child_btn_label": "Add Child",
40
+ "create_new_btn_label": "Create New",
41
+ "add_from_library_btn_label": " Add from library",
42
+ "submit_review_btn_label": "Submit Review",
43
+ "apply_btn_label": "Apply",
44
+ "reset_btn_label": "Reset",
45
+ "delete_btn_label": "Delete",
46
+ "next_btn_label": "Next",
47
+ "remove_btn_label": "Remove",
48
+ "done_btn_label": "Done",
49
+ "add_translation_label": "Add Translation",
50
+ "add_page_numbers_to_questions_btn_label": "Pagination"
51
+ },
52
+ "lbl": {
53
+ "search": "Search",
54
+ "subject": "Subject",
55
+ "medium": "Medium",
56
+ "gradeLevel": "Class",
57
+ "contentType": "Content Type",
58
+ "reset": "Reset",
59
+ "apply": "apply",
60
+ "filterText": "Change Filters",
61
+ "Questiondetails": "Question details",
62
+ "selectContent": "Select content",
63
+ "noMatchingContent": "Sorry there is no matching content",
64
+ "changeFilterMessage": "Changing filter helps you find more content",
65
+ "changeFilter": "Change filters",
66
+ "whereDoYouWantToAddThisContent": "Where do you want to add this content?",
67
+ "selectContentToAdd": "Use search and filters above to find more content",
68
+ "addedToCollection": "Added to collection",
69
+ "changingFilters": "Changing filters make you find more content",
70
+ "ChangeFilters": "Change filters",
71
+ "addFromLibrary": "Add from Library",
72
+ "showContentAddedToCollection": "Show content added to collection",
73
+ "addContent": "Add content",
74
+ "sortBy": "Sort By",
75
+ "sortlabel": "A - Z",
76
+ "viewOnOrigin": "View Content on consumption",
77
+ "answers": "Answers",
78
+ "answersRequired": "Answer is required",
79
+ "answersPopupText": "Please provide an answer for the question. Check preview to understand how it would look.",
80
+ "selectImage": "Select Image",
81
+ "myImages": "My Images",
82
+ "allImage": "All Image",
83
+ "uploadAndUse": "Upload and Use",
84
+ "chooseOrDragImage": "Choose or drag and drop your image here",
85
+ "chooseOrDragVideo": "Choose or drag and drop your video here",
86
+ "uploadFromComputer": "Upload from Computer",
87
+ "upload": "Upload",
88
+ "maxFileSize": "Max File size:",
89
+ "allowedFileTypes": "Allowed file types are:",
90
+ "maximumAllowedFileSize": "Maximum allowed file size:",
91
+ "copyRightsAndLicense": "Copyright & License",
92
+ "dropChooseFile": "Drop or choose file to upload before entering the details",
93
+ "charactersLeft": "Characters left:",
94
+ "myVideos": "My Video(s)",
95
+ "allVideos": "All Video(s)",
96
+ "selectVideo": "Select Video",
97
+ "searchPlaceholder": "Search...",
98
+ "addAnImage": "Add an image",
99
+ "name": "Name",
100
+ "copyRightsAndYear": "Copyright & Yrar",
101
+ "license": "License",
102
+ "author": "Author",
103
+ "grade": "Grade",
104
+ "board": "Board",
105
+ "audience": "Audience",
106
+ "copyRight": "Copyright",
107
+ "licensedBy": "Licensed by",
108
+ "attributions": "Attributions",
109
+ "requestForQrCode": "Request for QR Codes",
110
+ "confirmDeleteContent": "Confirm Delete Content",
111
+ "confirmDeleteNode": "Are you sure want to delete the selected Node?",
112
+ "comments": "Comments",
113
+ "reviewComments": "Review Comments",
114
+ "questionSetPreview": "Question Set Preview",
115
+ "numberToolarge": "This number is too large for the request",
116
+ "acceptTerms": "Accepting Terms & Conditions",
117
+ "iAgreeSubmit": "I agree that by submitting / publishing this Content,",
118
+ "iconfirmContent": "I confirm that this Content complies with prescribed guidelines, including the Terms of Use and Content Policy and that I consent to publish it under the",
119
+ "createCommonFramework": "Creative Commons Framework in",
120
+ "accordance": "accordance with the",
121
+ "contentPolicy": "Content Policy.",
122
+ "privacyRights": "I have made sure that I do not violate others’ copyright or privacy rights.",
123
+ "viewComments": "View Comments",
124
+ "addReviewComments": "Add Review Comments",
125
+ "enterYourComments": "Enter your comments",
126
+ "publishCollection": "Publish Collection",
127
+ "confirmPublishCollection": "Are you sure you want to publish this collection?",
128
+ "fillComments": "Fill comments",
129
+ "searchLibrary": "Search Library",
130
+ "options": "Options",
131
+ "optionsPopupText": "Please Preview to check how layout looks.",
132
+ "selectOneAns": "Select one correct answer",
133
+ "fillThisOption": "Fill this option",
134
+ "reduceSize": "Please reduce the size",
135
+ "correctAns": "Correct answer",
136
+ "addOption": "Add option",
137
+ "question": "Question",
138
+ "pageNumber": "Page No",
139
+ "confirmQuestionNotSaved": "This question will not be saved, are you sure you want to go back to questionset?",
140
+ "video": "Video",
141
+ "textImage": "Text+Image",
142
+ "chooseType": "Choose type",
143
+ "solution": "Solution",
144
+ "optional": "(Optional)",
145
+ "questionRequired": "Question is required",
146
+ "addingTo": "Adding To",
147
+ "selectTemplate": "Select a template to get started",
148
+ "createNew": "Create new",
149
+ "selectLayout": "Select Layout",
150
+ "vertical": "Vertical",
151
+ "grid": "Grid",
152
+ "horizontal": "Horizontal",
153
+ "folders": "Folders",
154
+ "createHierarchyCsv": "Create folders using csv file",
155
+ "downloadFoldersInCSV": "Download folders as csv file",
156
+ "uploadUpdateCSV": "Update folder metadata using csv file",
157
+ "downloadSampleHierarchyCSv": "Upload csv file as per the given sample to create folders",
158
+ "makeSureFile": "Make sure that:",
159
+ "allColumnsAreAvailable": "The file has all the required columns",
160
+ "hasAllMandatoryColumn": "The file has all the required values filled in as per the format",
161
+ "noDuplicateRow": "There are no duplicate rows (with exactly same folder levels) in the file",
162
+ "downloadSampleCSV": "Download sample csv file",
163
+ "dragAndDropCSV": "Drag and Drop files to upload",
164
+ "selectFileToUpload": "Select file to upload",
165
+ "uploadEntries": "File accepted - csv",
166
+ "Or": "Or",
167
+ "pleaseWait": "Please wait",
168
+ "validateCsvFile": "Validating CSV file",
169
+ "hierarchyValidationError": "Error in processing the file",
170
+ "followingErrors": "Following errors are found in the file. Please correct and upload again",
171
+ "reUploadCSV": "Upload file again",
172
+ "hierarchyValidation": "Hierarchy Validation",
173
+ "hierarchyAdded": "Folders have been successfully created. Please close the dialog",
174
+ "hierarchyUpdated": "Folder metadata has been successfully updated. Please close the dialog",
175
+ "successful": "Successful !",
176
+ "csvDownloadInstruction": "Please make sure that this is the file downloaded using the “Download folders as csv file” option and changes are made to it",
177
+ "collaborators": "Collaborators",
178
+ "addCollaborators": "Add Collaborators",
179
+ "manageCollaborators": "Manage Collaborators",
180
+ "publishchecklistTitle": "Please confirm that ALL the following items are verified (by ticking the check-boxes) before you can publish:",
181
+ "bulkUploadErrorMessage": "The metadata file has following errors. Please check and upload again",
182
+ "bulkUploadQuestion": "Bulk Upload Question",
183
+ "lastUploaded": "Last uploaded",
184
+ "bulkInProgress": "Bulk upload in progress",
185
+ "viewDetails": "View Details",
186
+ "downloadSampleMetadataCsvFileAndCreate": "Download sample metadata CSV file and create your own metadata file using the format",
187
+ "makeSureYourFile": "Make sure your file",
188
+ "allColumnsAreAvailableShownFormat": "All columns are available as shown in format.",
189
+ "hasAllMandatoryColumnsFilledAsMarkedInFormat": "Has all mandatory columns filled, as marked in the format",
190
+ "hasNoDuplicateUrlsFilepathColumn": "Has no duplicate URLs in the filepath column",
191
+ "downloadSampleMetadataCsv": "Download sample metadata CSV",
192
+ "processingDroppedFiles": "Processing dropped files...",
193
+ "retry": "retry",
194
+ "dragAndDrop": "Drag and Drop file",
195
+ "or": "or",
196
+ "selectFile": "Select file",
197
+ "uploadCSVXlEntries": "Upload csv upto 300 entries",
198
+ "no": "No",
199
+ "yes": "Yes",
200
+ "cancel": "Cancel",
201
+ "ok": "OK",
202
+ "validatingCSVFile": "Validating CSV file",
203
+ "metadataFileValidationFailed": "Metadata file validation failed.",
204
+ "metadataFollowingError": "The metadata file has following errors. Please check and upload again",
205
+ "uploadingYourContentFromCSV": "Uploading your question from CSV",
206
+ "uploadFail": "Upload failed",
207
+ "uploadSuccessful": "Upload successful",
208
+ "uploadRemaining": "Upload remaining",
209
+ "bulkUploadComplete": "Bulk upload complete!",
210
+ "contentUploaded": "Question uploaded",
211
+ "downloadReport": "Download report",
212
+ "next": "Next",
213
+ "back": "Back",
214
+ "close": "Close",
215
+ "bulkUploadNoticeLine1": "Uploading in bulk may take some time, click on",
216
+ "bulkUploadNoticeLine2": "to continue using Vidyadaan.",
217
+ "bulkUploadNoticeLine3": "Your upload will keep running in the background.",
218
+ "alreadyContentPresent": "Already present in this folder",
219
+ "loaderHeading": "Please wait",
220
+ "loaderMessage": "We are fetching details.",
221
+ "slidervalue": "Set the minimum and maximum values with which the slider would start and end respectively.",
222
+ "stepSizeInfo": "The step size would define the gap/jump between two values on the slider.",
223
+ "minSizeInfo": "The minimum slider value",
224
+ "maxSizeInfo": "The maximum slider value",
225
+ "questionsetAddFromLibraryItemLabel": "question",
226
+ "questionsetAddFromLibraryCollectionLabel": "question set",
227
+ "marks": "Marks",
228
+ "shuffleOnMessage": "Each question will carry equal weightage of 1 mark when using Shuffle. To provide different weightage to individual questions please turn off Shuffle.",
229
+ "editingConsentNote": "I confirm that I am allowing my reviewer to make edits to the content and metadata of the content. I consent my reviewer make changes, if any and publish the contain thereafter.",
230
+ "acceptBothConsentNote": "Agree to both conditions",
231
+ "totalScore": "Total Score",
232
+ "qualityReview": "If the score is less than or equal to 15 please re-evaluate the question and send back for corrections."
233
+ },
234
+ "err": {
235
+ "somethingWentWrong": "Something went wrong",
236
+ "contentNotFoundonOrigin": "The content not found in consumption",
237
+ "resultNotFound": "No Results Found",
238
+ "userNotFound": "No users found",
239
+ "collaboratorsNotFound": "No collaborators found for this content",
240
+ "searchConfigNotFound": "Search filters configuration not available. Please contact system admin for support."
241
+ },
242
+ "termsAndConditions": {
243
+ "001": "I understand and confirm that all resources and assets created through the content editor or uploaded on the platform shall be available for free and public use without limitations on the platform (web portal, applications and any other end user interface that the platform would enable) and will be licensed under terms & conditions and policy guidelines of the platform. In doing so, the copyright and license of the original author is not infringed."
244
+ },
245
+ "messages": {
246
+ "error": {
247
+ "001": "Something went wrong, Please try later",
248
+ "002": "Sending for review failed. Please try again...",
249
+ "003": "Rejecting failed. Please try again...",
250
+ "004": "Publishing failed. Please try again...",
251
+ "005": "Please fill the required metadata",
252
+ "006": "Fetch question set template failed. Please try again...",
253
+ "007": "Sorry, this operation is not allowed...",
254
+ "008": "Please fill the required fields",
255
+ "009": "File is required to upload",
256
+ "010": "No external link allowed",
257
+ "011": "Unable to read the Video, Please Try Again",
258
+ "012": "QR code(s) updating failed!",
259
+ "013": "No new QR Codes have been generated!",
260
+ "014": "The number should be at least {number}",
261
+ "015": "The number should be greater than {number}",
262
+ "016": "No images found, please try searching for something else",
263
+ "017": "No videos found, please try searching for something else",
264
+ "018": "Unable to upload to Blob and Content Creation Failed, Please Try Again",
265
+ "019": "Image upload failed",
266
+ "020": "Please choose an image file",
267
+ "021": "Max size allowed is ",
268
+ "022": "Image search failed",
269
+ "023": "Video search failed",
270
+ "024": "Please choose an video file",
271
+ "025": " Unable to create an Asset",
272
+ "026": "Unable to get pre_signed_url and Content Creation Failed, Please Try Again",
273
+ "027": "Unable to update pre_signed_url with Content Id and Content Creation Failed, Please Try Again",
274
+ "028": "This number is too large for the request",
275
+ "029": "Please fill the required metadata",
276
+ "030": "search failed",
277
+ "031": "Cannot create question. reached limit of maximum number of questions allowed.",
278
+ "032": "Cannot add content. reached limit of maximum number of contents allowed.",
279
+ "033": "failed to convert url to blob ",
280
+ "034": "failed to download {FILE_TYPE} file using blob url ",
281
+ "035": "Unable to get pre_signed_url and Question bulk upload Failed, Please Try Again",
282
+ "036": "Unable to upload to Blob and Question bulk upload Failed, Please Try Again",
283
+ "037": "Unable to accepted question",
284
+ "038": "Unable to approve content",
285
+ "039": "Unable to reject content",
286
+ "040": "Unable to send content back for corrections",
287
+ "041": "Cannot add question. reached limit of maximum number of questions allowed.",
288
+ "042": "Cannot create content. reached limit of maximum number of contents allowed.",
289
+ "043": "Adding question to questionset failed. Please try again.",
290
+ "044": "Please fill valid question details."
291
+ },
292
+ "success": {
293
+ "001": "Content is saved",
294
+ "002": "Content is sent for review",
295
+ "003": "Content is sent back for corrections",
296
+ "004": "Content is published",
297
+ "005": "Content is added to the folder",
298
+ "006": "Asset Successfully Uploaded...",
299
+ "007": "Question is created sucessfully",
300
+ "008": "Question is updated sucessfully",
301
+ "009": "QR code(s) updated successfully",
302
+ "010": "QR code generated.",
303
+ "011": "QR codes downloaded",
304
+ "012": "Collaborators updated successfully"
305
+ },
306
+ "warning": {
307
+ "001": "Errors found in linked QR Codes. Please check and correct.",
308
+ "002": "Unable to update some of the QR codes."
309
+ },
310
+ "info": {
311
+ "001": "QR code image generation is in progress. Please try downloading after sometime"
312
+ }
313
+ }
314
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "playerConfig": {
3
+ "context": {
4
+ "mode": "play",
5
+ "partner": [],
6
+ "pdata": {
7
+ "id": "sunbird.portal",
8
+ "ver": "1.8.0",
9
+ "pid": "sunbird-portal"
10
+ }
11
+ },
12
+ "config": {
13
+ "showEndPage": false,
14
+ "endPage": [
15
+ {
16
+ "template": "assessment",
17
+ "contentType": [
18
+ "SelfAssess"
19
+ ]
20
+ }
21
+ ],
22
+ "showStartPage": true,
23
+ "host": "",
24
+ "overlay": {
25
+ "showUser": false
26
+ },
27
+ "splash": {
28
+ "text": "",
29
+ "icon": "",
30
+ "bgImage": "assets/icons/splacebackground_1.png",
31
+ "webLink": ""
32
+ },
33
+ "sideMenu": {
34
+ "showDownload": true,
35
+ "showExit": false,
36
+ "showShare": true
37
+ },
38
+ "apislug": "/action",
39
+ "repos": [
40
+ "/sunbird-plugins/renderer"
41
+ ],
42
+ "plugins": [
43
+ {
44
+ "id": "org.sunbird.iframeEvent",
45
+ "ver": 1.0,
46
+ "type": "plugin"
47
+ },
48
+ {
49
+ "id": "org.sunbird.player.endpage",
50
+ "ver": 1.1,
51
+ "type": "plugin"
52
+ }
53
+ ]
54
+ }
55
+ },
56
+ "contentType": {
57
+ "Course": "Course"
58
+ },
59
+ "MIME_TYPE": {
60
+ "collection": "application/vnd.ekstep.content-collection",
61
+ "ecmlContent": "application/vnd.ekstep.ecml-archive",
62
+ "genericMimeType": [
63
+ "application/pdf",
64
+ "video/mp4",
65
+ "video/x-youtube",
66
+ "video/youtube",
67
+ "application/vnd.ekstep.html-archive",
68
+ "application/epub",
69
+ "application/vnd.ekstep.h5p-archive",
70
+ "video/webm",
71
+ "text/x-url"
72
+ ],
73
+ "pdf": "application/pdf",
74
+ "mp4": "video/mp4",
75
+ "youtube": "video/x-youtube",
76
+ "pYoutube": "video/youtube",
77
+ "html": "application/vnd.ekstep.html-archive",
78
+ "ePub": "application/epub",
79
+ "h5p": "application/vnd.ekstep.h5p-archive",
80
+ "webm": "video/webm",
81
+ "xUrl": "text/x-url"
82
+ },
83
+ "playerType": {
84
+ "pdf-player": [
85
+ "application/pdf"
86
+ ],
87
+ "video-player": [
88
+ "video/mp4",
89
+ "video/webm"
90
+ ]
91
+ },
92
+ "baseURL": "/content/preview/preview.html?webview=true",
93
+ "localBaseUrl": "/contentPlayer/preview/preview.html?",
94
+ "cdnUrl": "/content/preview/preview_cdn.html?webview=true",
95
+ "threshold": 2
96
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "URLS": {
3
+ "QuestionSet": {
4
+ "HIERARCHY_READ": "questionset/v1/hierarchy",
5
+ "READ": "questionset/v1/read",
6
+ "HIERARCHY_UPDATE": "questionset/v1/hierarchy/update",
7
+ "CONTENT_REVIEW": "questionset/v1/review/",
8
+ "CONTENT_REJECT": "questionset/v1/reject/",
9
+ "CONTENT_PUBLISH": "questionset/v1/publish/",
10
+ "DEFAULT_PARAMS_FIELDS": "instructions",
11
+ "SYSYTEM_UPDATE": "questionset/v4/system/update/",
12
+ "DELETENODE": "questionset/v1/remove",
13
+ "QUESTION_LIST": "question/v1/list"
14
+ },
15
+ "Question": {
16
+ "HIERARCHY_READ": "questionset/v1/hierarchy",
17
+ "CREATE": "question/v1/create",
18
+ "UPDATE": "question/v1/update/",
19
+ "CONTENT_REVIEW": "question/v1/review/",
20
+ "CONTENT_REJECT": "question/v1/reject/",
21
+ "CONTENT_PUBLISH": "question/v1/publish/",
22
+ "SYSYTEM_UPDATE": "question/v4/system/update/"
23
+ },
24
+ "Collection": {
25
+ "HIERARCHY_READ": "content/v3/hierarchy",
26
+ "HIERARCHY_UPDATE": "content/v3/hierarchy/update",
27
+ "CONTENT_REVIEW": "content/v3/review/",
28
+ "CONTENT_REJECT": "content/v3/reject/",
29
+ "CONTENT_PUBLISH": "content/v3/publish/",
30
+ "SYSYTEM_UPDATE": "system/v3/content/update/"
31
+ },
32
+ "COMPOSITE": {
33
+ "SEARCH": "composite/v3/search"
34
+ },
35
+ "DIALCODE": {
36
+ "RESERVE": "dialcode/v1/reserve/",
37
+ "PROCESS": "dialcode/v1/process/status/",
38
+ "SEARCH": "dialcode/v3/search",
39
+ "LINK": "collection/v3/dialcode/link/"
40
+ },
41
+ "ContentPolicyUrl": "/term-of-use.html",
42
+ "assetProxyUrl": "/assets/public/",
43
+ "getCategoryDefinition": "object/category/definition/v1/read?fields=objectMetadata,forms,name",
44
+ "CONTENT": {
45
+ "HIERARCHY_ADD": "content/v3/hierarchy/add",
46
+ "READ": "content/v3/read/",
47
+ "CREATE": "content/v3/create",
48
+ "UPLOAD": "content/v3/upload/",
49
+ "UPLOAD_URL": "content/v3/upload/url/",
50
+ "UPDATE_COLLABORATOR": "content/v1/collaborator/update/"
51
+ },
52
+ "QUESTION": {
53
+ "LIST": "question/v1/list",
54
+ "READ": "question/v1/read/"
55
+ },
56
+ "frameworkRead": "framework/v1/read/",
57
+ "compositSearch": "composite/v3/search",
58
+ "channelRead": "channel/v1/read/",
59
+ "telemetry": "/data/v3/telemetry",
60
+ "CSV": {
61
+ "UPLOAD": "collection/v1/import/",
62
+ "DOWNLOAD": "collection/v1/export/",
63
+ "SAMPLE_COLLECTION_HIERARCHY": "sourcing/collection-hierarchy/createfoldersamplecsvfile.csv"
64
+ },
65
+ "USER": {
66
+ "SEARCH": "user/v1/search"
67
+ }
68
+ }
69
+ }