Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

const config = createConfig('eslint');

Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('babel');
5 changes: 5 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ module.exports = function(config) {

resolve: {
extensions: ['', '.js', '.jsx'],
},
client: {
jasmine: {
timeoutInterval: 10000
}
}

});
Expand Down
Binary file not shown.
36 changes: 16 additions & 20 deletions openassessment/xblock/static/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{
"base_url": "/static/dist",
"openassessment-editor-textarea.js": "/openassessment-editor-textarea.cbb31e4372be87d437fb.js",
"openassessment-editor-textarea.js.map": "/openassessment-editor-textarea.cbb31e4372be87d437fb.js.map",
"openassessment-editor-tinymce.js": "/openassessment-editor-tinymce.2a1e66e98a2a1132f633.js",
"openassessment-editor-tinymce.js.map": "/openassessment-editor-tinymce.2a1e66e98a2a1132f633.js.map",
"openassessment-lms.css": "/openassessment-lms.51b88d7de00c69ab0a2e.css",
"openassessment-lms.js": "/openassessment-lms.51b88d7de00c69ab0a2e.js",
"openassessment-lms.css.map": "/openassessment-lms.51b88d7de00c69ab0a2e.css.map",
"openassessment-lms.js.map": "/openassessment-lms.51b88d7de00c69ab0a2e.js.map",
"openassessment-ltr.css": "/openassessment-ltr.2c55d39b6a9784df6e13.css",
"openassessment-ltr.js": "/openassessment-ltr.2c55d39b6a9784df6e13.js",
"openassessment-ltr.css.map": "/openassessment-ltr.2c55d39b6a9784df6e13.css.map",
"openassessment-ltr.js.map": "/openassessment-ltr.2c55d39b6a9784df6e13.js.map",
"openassessment-rtl.css": "/openassessment-rtl.86c76a295df3b3a8f88c.css",
"openassessment-rtl.js": "/openassessment-rtl.86c76a295df3b3a8f88c.js",
"openassessment-rtl.css.map": "/openassessment-rtl.86c76a295df3b3a8f88c.css.map",
"openassessment-rtl.js.map": "/openassessment-rtl.86c76a295df3b3a8f88c.js.map",
"openassessment-studio.js": "/openassessment-studio.65076e7e76039d8c8ab2.js",
"openassessment-studio.js.map": "/openassessment-studio.65076e7e76039d8c8ab2.js.map",
"fallback-default.png": "/1b90ce76fe01a1aa6e5ec289a5fb3799.png",
"default-avatar.svg": "/95ec738c0b7faac5b5c9126794446bbd.svg"
"openassessment-lms.css": "/openassessment-lms.8ba1b6aaea0451d274d8.css",
"openassessment-lms.js": "/openassessment-lms.8ba1b6aaea0451d274d8.js",
"openassessment-studio.js": "/openassessment-studio.af2451a2db5415681d07.js",
"openassessment-rtl.css": "/openassessment-rtl.5878a240c7c7b9da4b70.css",
"openassessment-rtl.js": "/openassessment-rtl.5878a240c7c7b9da4b70.js",
"openassessment-ltr.css": "/openassessment-ltr.98f61a34ae8a15aac9f2.css",
"openassessment-ltr.js": "/openassessment-ltr.98f61a34ae8a15aac9f2.js",
"openassessment-editor-textarea.js": "/openassessment-editor-textarea.bf1fcaff7ac3fc48fc02.js",
"openassessment-editor-tinymce.js": "/openassessment-editor-tinymce.636c98f7c4fc7ddd2c69.js",
"default-avatar.svg": "/95ec738c0b7faac5b5c9126794446bbd.svg",
"openassessment-lms.js.map": "/openassessment-lms.8ba1b6aaea0451d274d8.js.map",
"openassessment-studio.js.map": "/openassessment-studio.af2451a2db5415681d07.js.map",
"openassessment-rtl.css.map": "/openassessment-rtl.5878a240c7c7b9da4b70.css.map",
"openassessment-ltr.css.map": "/openassessment-ltr.98f61a34ae8a15aac9f2.css.map",
"openassessment-editor-textarea.js.map": "/openassessment-editor-textarea.bf1fcaff7ac3fc48fc02.js.map",
"openassessment-editor-tinymce.js.map": "/openassessment-editor-tinymce.636c98f7c4fc7ddd2c69.js.map"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
backgrid 0.3.8
http://github.com/cloudflare/backgrid

Copyright (c) 2017 Cloudflare, Inc. and contributors <[email protected]>
Licensed under the MIT license.
*/

/*!
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/

/*!
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2023-08-28T13:37Z
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

//! Copyright (c) JS Foundation and other contributors

//! github.com/moment/moment-timezone

//! license : MIT

//! moment-timezone.js

//! moment.js

//! moment.js locale configuration

//! version : 0.5.46

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*!
backgrid 0.3.8
http://github.com/cloudflare/backgrid

Copyright (c) 2017 Cloudflare, Inc. and contributors <[email protected]>
Licensed under the MIT license.
*/

/*!
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2023-08-28T13:37Z
*/
Loading
Loading