numbas / editor

An editor for the Numbas e-learning system.
http://numbas.mathcentre.ac.uk
Apache License 2.0
59 stars 61 forks source link

When several variables are defined by destructuring, the "generated value" box should show each variable's value separately in a definition list #768

Closed christianp closed 1 year ago

christianp commented 1 year ago

For example, if I define x,y by [1,2], the "generated value" box should show something like:

x
1
y
2

At the moment it just shows the list before destructuring: [1, 2].