Sprint 3 Flashcards
UI for downloading printables
The work for the user experience in Kuiper
dropdown menu for teachers
Removed versions
Used to create a new version of a printable and store it. example, when a typo was fixed. now we don’t
Printables release
we have code for this weeks release. we can then do a bug bash. We need the weekend to republish all the printables. All goes well with that, we can release the following week.
Product name on demand
No longer burn the product name when the product is published. It’s added when the request is made for the pdf. the name is scrubbed so it’s the student version of the course name.
this is the work that will put an end to the manual process. It’s ends when we do the final release and turn on the feature. Turning on the feature means we are using the new pipeline.
BVT completing a pretest
Had to change to teacher to set up teacher
thinner slice since a student doesn’t set up classroom
now that we have the piece of bvt code to set up a classroom with a pretest, we can create a student. it will also be a thinner slice
BVT student syllabus
get to, course has a syllabus, content is there
BVT activity page
student
continue
previous
arrow goes to picker
Rounding and the MBL
Area’s in the LMS and Kuiper, where we use percentage to apply the MBL are now all consistently using normal rounding.
summary, progress enrollment,
front (the speedometer) and backend (the piece that allows the student to move on) of kuiper
Unscored discussion report
was including teachers in “students with new posts” column
script to remove duplicate EXTclassroomID
was breaking student progress report for clients with dups. Multiple places it could be being added. Blocking it from happening is seperate work.
Question attempt tokens not using strong consistent reads
adds additional support to our fix for the multiple response issues we have seen in the past.
Inaccurate MBL minimum mastery score in SADR
The whole number score that is displayed in SADR had a calculation error. It was rounding the percentage.
for a 70% mbl
but 70%o of 32 is 22.4 so we were showing 22 as mbl
22 out of 32 in percentage is 68% - doesn’t even round up to 70 so the mbl needs to be 23