coursemology2
coursemology2 copied to clipboard
Rails 6 re-write of Coursemology
## Background Previously, our Submission Page (the page used by students for doing their assignments) is rendered in 2 components: - SubmissionEditForm (for non-autograded assessment) - SubmissionEditStepForm (for autograded assessment)...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.6.0. Release notes Sourced from eslint-plugin-jest's releases. v28.6.0 28.6.0 (2024-06-06) Features prefer-jest-mocked: add new rule (#1599) (4b6a4f2) valid-expect: supporting automatically fixing adding async in some...
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.2.0 to 6.3.1. Release notes Sourced from shoulda-matchers's releases. v6.3.1 6.3.1 - 2024-08-13 What's Changed Bug fixes Ensure DefineEnumForMatcher#validating handles Hash enum values correctly by @mi-wada (#1646)...
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.5. Release notes Sourced from rexml's releases. REXML 3.3.5 - 2024-08-12 Fixes Fixed a bug that REXML::Security.entity_expansion_text_limit check has wrong text size calculation in SAX...
- Instead of having the like and dislike button combined (with like having score +1 and dislike having score -1), it's better to represent both of them separately (Having 2...
When user goes into one of the Forum Topic page (/courses/{courseId}/forums/{forumName}/topics/{topicName}), there are buttons called "Hide" and "Lock" on the upper right of the page. Those two are not intuitive...
## Background - When instructor/manager/owner/TA tried to see the result of the survey in the Coursemology App, you can only see all the responses made by the students - However,...
## Background Currently, if user wants to add more levels into the course, all those new levels will appear as like the other, already existing, levels. This might confuse user...
## How to Reproduce - Go to the existing Forum and Topic that is classified as question (if there does not exist, create one such topic) - Mark some of...
## How to Reproduce the Issue - Upload any file from your computer, preferably with extension (.pdf, .jpg, .docx, etc.) - After uploading, edit the filename in the Workbin by...