I would like to create multiple-choice questions where the answer options are in a random order but the labels of the items should stay i the right order (A, B, C, D). I am using the tasks environment but sometimes also enumerate. Do you have an idea how to do it?
Thanks for your reply! There occure some problems.
(1) I am not able to add optional arguments to enumerate like "label=(\alph*)"
(2) It does not work with the tasks package, which is really important to me
(3) After i got the pdf 1 time it just shuffles again, when i change something in the tex file
(1) for optional arguments, use package enumitem
(2) for tasks you shoud (maybe) use other method with randomlist
(3) it's normal because randomseed is used, but (I think) you can fix it