RachelDau
RachelDau
I spent some time creating different scenarios in assessments and manually checking the math of the score and it looks good. I didn't find any issues with the scoring.
For this, I was thinking a series of small short videos would be best. They would be easy to make, and change if something needs to be updated, they would...
[WIP Welcome to Obo ](https://github.com/RachelDau/Obojobo/wiki/WIP-Welcome-to-Obojobo) in a WIP documentation similar to this issue that was for me personally [Script for Obojobo Tutorial Videos.docx](https://github.com/ucfopen/Obojobo/files/15263561/Script.for.Obojobo.Tutorial.Videos.docx) Script draft for a video series
[Obo Video Tutorial Scripts.docx](https://github.com/ucfopen/Obojobo/files/15263592/Obo.Video.Tutorial.Scripts.docx) This has the more fleshed out scripts
I tested migrations up and down and it all appears to be good now. I also regenerated migration files so they are new. Unit test changes were made to reflect...
Alright, I removed the if statements from testing as they weren't needed and added more expects to ensure things are tested. When testing make sure to test how it handles...
 Something I noticed is because I check that the date is changed to today using a function every so once in awhile the test is off by a second...
My latest commit sets a mock timer to a specific date and using that set date to reference and test, eliminating any dependency on the execution time. Thanks for the...