Sprint 3 Flashcards

1
Q

UI for downloading printables

A

The work for the user experience in Kuiper

dropdown menu for teachers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Removed versions

A

Used to create a new version of a printable and store it. example, when a typo was fixed. now we don’t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Printables release

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Product name on demand

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

BVT completing a pretest

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

BVT student syllabus

A

get to, course has a syllabus, content is there

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

BVT activity page

A

student
continue
previous
arrow goes to picker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Rounding and the MBL

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Unscored discussion report

A

was including teachers in “students with new posts” column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

script to remove duplicate EXTclassroomID

A

was breaking student progress report for clients with dups. Multiple places it could be being added. Blocking it from happening is seperate work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Question attempt tokens not using strong consistent reads

A

adds additional support to our fix for the multiple response issues we have seen in the past.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Inaccurate MBL minimum mastery score in SADR

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly