Releases: EmpowrOrg/Coppin
1.0.0rc9
1.0.0rc10
- Update assignment redirect to stay on page
- Fix error saving success and failure messages on new assignments
- Update instructions for Open AI support
- Add checks so you cannot generate a prompt without specifying environment variables
1.0.0rc8
What's Changed
- Make solution code required
- Visibly mark required fields
- Add markdown editor instead of codemirror for assignment creation
- Add points to assignments
- Allow user to show th esolution code always, never, or when a student submits their final attempt
Full Changelog: 1.0.0rc7...1.0.0rc8
1.0.0rc7
- Fix dashboard and submissions showing up with bad data
- Add more caching
- Make languages show alphabetically
- Fix delete language api
- Fix courses crash
- Move reference-id for assignments to be created internally
- Fix linking courses
- Fix regex saving on language page
1.0.0rc4
1.0.0rc3
1.0.0rc
Courses
You can now link edx courses into Coppin. By doing so you can organize your assignments by particular course and view data about your students completionr rates.
Subjects
You can now tie assignments to a particular subject. By doing so you have a better ability to search assignments, and also can view which subjects your students struggle with the most.
Submissions
Student assignment submissions are now saved. Doing so allows students to view their previous work. In the future, it will also allow teachers to view student assignments.
Enhaced UX
Coppin has a complete UI makeover. You'll now find it much easier to navigate the platform. In the future, we will have tutorials built in.
0.7.0
Submissions
Now when a user submits an assignment, it will be saved to the database. If the user goes back to the assignment at a later date, the submission will load so they can see their previous work.
- Add support for naming keys
- Prepare Course support for Coppin 1.0
Breaking Changes
- Coppin now requires a Redis instance. Please check the Instructions.md for more info