As it currently stands, prioritized items are added to the front of the learning queue. This means if you have items A (first) B C D (last) in your queue and you add X, your queue will look like X A B C D.
I often want to prioritize a term but do not because I do not want to mess up my prioritized queue. Can we get an option to select “Send to Front” or “Send to Back”?
-
“Send to Front” = FIFO = X A B C D (current implementation)
-
“Send to Back” = LIFO = A B C D X