Raymond Zhou
4a5eaaf15e
feat: setup game editor work ( #363 )
2023-07-20 04:59:54 -04:00
kenclary
aee971924f
Merge pull request #326 from open-craft/chris/FAL-3383-new-video-editor-flow
...
[FAL-3383] Implement new video UX flow on new video editor
2023-05-18 11:49:10 -04:00
Raymond Zhou
741b83bdf2
fix: delete answers without changing expandable ( #328 )
2023-05-17 14:22:51 -04:00
XnpioChV
d2b3edad57
feat: Adding blockId to the Gallery. Adding cancel and next navigation
2023-05-04 16:58:36 -05:00
Pooja Kulkarni
bef6813d2c
feat: Create new editor page for video upload
2023-04-26 11:36:26 -04:00
Raymond Zhou
8676ba257c
feat: default randomization to never ( #317 )
2023-04-25 16:14:40 -04:00
XnpioChV
b78e58cd2a
feat: New request hook to fetch videos
2023-04-21 18:04:05 -05:00
Kristin Aoki
8f15480c28
feat: update problem descriptions ( #309 )
2023-04-18 13:23:18 -04:00
Kristin Aoki
7ef1963327
feat: add default advanced setting ui callouts ( #285 )
2023-03-23 17:37:13 -04:00
jansenk
97d0a74fef
feat: call video_features cms endpoint for waffle status
2023-03-15 14:39:15 -04:00
jansenk
a895c28c4c
feat: hide checkbox when video share not enabled for course
2023-03-15 14:39:15 -04:00
connorhaugh
18fd63ab69
feat: expanding complex text area ( #257 )
2023-03-13 09:21:17 -04:00
Kristin Aoki
c65f60ec10
feat: refactor tinymce editor to sharedComponents ( #255 )
2023-02-28 16:37:52 -05:00
Raymond Zhou
e0c5573c8d
feat: tinyMCE config changes ( #253 )
2023-02-27 13:48:04 -05:00
Raymond Zhou
f18353e5fc
feat: fix initial advanced problem type olx ( #251 )
2023-02-22 17:59:27 -05:00
Kristin Aoki
a22ad54502
fix: update problem description in preview block ( #242 )
2023-02-10 11:00:49 -05:00
connorhaugh
d69d3e1ce7
feat: Group, General Feedback Settings, Randomization
...
This Ticket adds three new settings widgets to the Problem Editor:
Randomization: This is a setting for advanced problems only which deals with python scripts.
General Feedback: This is feedback which is only applied to certain problem types for mass-adding feedback to incorrect problems.
Group Feedback: For certain problems, the user can provide specific feedback for a combination of specific answers.
2023-02-10 08:50:32 -05:00
Ken Clary
b1201cdcef
fix: correct css for text margins in question tinymce. TNL-10390.
2023-02-01 12:49:38 -05:00
Ken Clary
80f2689cc2
fix: question field uses real placeholder instead of template. fixed blank question handling. TNL-10395, TNL-10411.
2023-01-30 19:06:53 -05:00
Jesper Hodge
83acc741f5
fix remove problem placeholder answer text ( #215 )
...
* refactor: rename hook correctly
* fix: problem templates
2023-01-25 15:02:35 -05:00
Kristin Aoki
656e8f8568
feat: update answer helper text ( #213 )
2023-01-25 10:10:08 -05:00
Raymond Zhou
f135bd2b4a
feat: align files with commit 5d52a28 and f9dff0 ( #210 )
...
This PR aims to fix the commit mistakes I made when trying to merge with a refactored fork. This will keep the changes I made in the refactor.
2023-01-24 09:43:01 -05:00
rayzhou-bit
bafc3c8de8
Revert "feat: merge conflicts"
...
This reverts commit 73ec807dd3 , reversing
changes made to 62cfecc456 .
2023-01-23 14:51:21 -05:00
Jesper Hodge
5aca835a4b
Fix problem editor margins and borders ( #203 )
...
* fix: fix border and allow customizing of tinymce style
* fix: make tinymce widget look like on figma
* fix: update settingsoptions card border
* fix: header typography
* fix: spacings
* chore: update snapshots
* Update src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* Update src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* Update src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* Update src/editors/containers/ProblemEditor/components/EditProblemView/QuestionWidget/index.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* Update src/editors/containers/ProblemEditor/components/EditProblemView/QuestionWidget/index.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* Update src/editors/containers/ProblemEditor/components/EditProblemView/QuestionWidget/index.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* fix: html and react problems in problem editor
* chore: update snapshots
* chore: apply pr suggestions
* chore: fix test coverage
* chore: fix lint
* chore: fix tests
* chore: fix lint
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
2023-01-20 15:59:30 -05:00
Kristin Aoki
d6d3363866
feat: make problem select and preview a fixed size ( #204 )
2023-01-20 15:05:53 -05:00
Kristin Aoki
f08a662136
feat: remove drag and drop from advanced problems ( #206 )
...
Drag and drop V2 is still available in studio via the "Advanced" component.
2023-01-20 14:22:33 -05:00
Kristin Aoki
adb24ef9ea
feat: change default question text ( #199 )
2023-01-18 12:50:26 -05:00
Kristin Aoki
1a370c12d9
feat: update problem type titles + small ui fixes ( #195 )
2023-01-13 10:04:01 -05:00
connorhaugh
2a9851544e
Fix: advanced problem template reference ( #194 )
...
* fix: correctly reference advanced problem templates
* fix: remove console log
2023-01-12 13:23:02 -05:00
connorhaugh
cf1daa3ba5
Feat add templates for default problems after problem select ( #185 )
...
https://2u-internal.atlassian.net/browse/TNL-10316 is the relevant bug.
Problems have default values when created using the select type page.
2023-01-11 14:26:46 -05:00
Kristin Aoki
09bb1dab2b
feat: add import transcripts from youtube ( #176 )
2022-12-23 10:54:07 -05:00
connorhaugh
2896393c53
feat: add problem type select
...
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
Co-authored-by: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com >
2022-12-22 16:52:21 -05:00
connorhaugh
8dea72de99
feat:problem editor
...
Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com >
Co-authored-by: Navin Karkera <navin@disroot.org >
Co-authored-by: Kaustav Banerjee <kaustav@opencraft.com >
2022-12-20 14:52:20 -05:00
Kristin Aoki
01c3a42eb2
fix: transcript styling ( #159 )
2022-12-07 11:16:02 -05:00
connorhaugh
3506db7c14
Feat improve transcript flow ( #141 )
...
https://2u-internal.atlassian.net/browse/TNL-10199
Rewrite of Transcripts widget to improve flow.
2022-11-15 12:03:04 -05:00
Raymond Zhou
79ae64b562
feat: license widget ( #132 )
2022-11-02 10:41:40 -04:00
Kristin Aoki
e6101ed3ac
feat: update setAssetToStaticUrl to include all assets
2022-10-24 13:44:33 -04:00
Kristin Aoki
cb01ff17a0
feat: add handout widget
2022-10-19 12:17:59 -04:00
Kristin Aoki
36576903ea
feat: thumbnail widget
2022-10-12 15:42:38 -04:00
connorhaugh
45215ba504
Feat: full transcript widget ( #117 )
2022-09-27 14:09:29 -04:00
Kristin Aoki
2d427da80f
feat: add tinyMCE functionality for drag resizing of images
2022-08-31 09:18:36 -04:00
Kristin Aoki
f86e1fe97e
feat: update editor text to match studio styling
2022-08-12 10:47:11 -04:00
Raymond Zhou
476c450e6c
Feat updates to code block button ( #93 )
...
* feat: updates to code block button
* feat: updates to code block button
2022-08-10 12:59:03 -04:00
KristinAoki
cc7e502011
fix: added underline option to toolbar. TNL-10003
2022-08-01 09:11:01 -04:00
Raymond Zhou
b047f7a2a8
feat: raw html editor ( #86 )
...
raw html editor
2022-06-28 14:25:09 -04:00
connorhaugh
3b859734fd
feat: add simple code block and blockquote buttons ( #80 )
...
* feat: add simple code block and blockquote buttons
* fix: readaad context toolbar
2022-05-25 13:58:11 -04:00
connorhaugh
5aea213b8c
feat: add autocreate new xblock ( #67 )
...
This PR adds an automated script for generating the boilerplate code for adding a new xblock editor. As well as documentation for how to do so.
2022-05-16 16:14:18 -04:00
Ben Warzeski
564b953860
feat: video skeleton hooks ( #65 )
...
* feat: video skeleton hooks
* fix: lint
* Update src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
2022-05-09 14:23:21 -04:00
Ken Clary
91be5db424
fix: code plugin uses 'HTML' label instead of icon. Fixes TNL-9876.
2022-05-04 16:50:07 -04:00
Ken Clary
1999041cdf
fix: rearrange and add several tinymce toolbar items. Addresses TNL-9874.
2022-04-18 15:37:47 -04:00