Aalto-LeTech / jsav-exercise-recorder

Records students' solutions to JSAV-based visual algorithm simulation exercises
0 stars 1 forks source link

PQ-Prim and PQ-Dijkstra: improve legend #273

Closed ttaiv closed 1 month ago

ttaiv commented 2 months ago

Closes #270

ttaiv commented 1 month ago
  1. DijkstraPE-reserach-v3: The "Priority Queue" box is 18 pixels lower than the "Legend" box, and it bottom continues below the Node-Distance-Parent table. See the picture below.
    • This was already fixed in the main branch jaal2.0, so I merged it to this branch.

2. DijkstraPE-research: There is no black rectangle around the Legend box nor colored boxes on the left of the legend text. See the picture below. & similar issue with PrimAVPE

  • Good catch! I did not notice that my modifications had broken these legends. As a fix, I implemented those legends using the same createLegend function as in PQ versions of these exercises.
atilante commented 1 month ago

I re-examined the visual appearance of student's view and model answer view. This looks good, thank you!