pie-framework / pie-elements

A collection of pies for rendering interactions in an assessment environment
http://pie-website.surge.sh
ISC License
0 stars 7 forks source link

fix(ica): Misalignment of answer choices and response areas PD-4386 #2281

Closed dianagociu closed 1 week ago

dianagociu commented 2 weeks ago

https://illuminate.atlassian.net/browse/PD-4386 Following George's suggestion, adjusted the response container's default behavior to apply "responseContainerPadding": "0px" when "max_response_per_zone" is either absent or set to 1. ( in code, if maxResponsePerZone is absent is automatically set to 1 )

Before:

Screenshot 2024-11-05 at 16 41 40

After:

Screenshot 2024-11-05 at 16 40 42