When I say $Q$ is a strict quasigroup, I only mean that $Q$ is a quasigroup that is neither a loop nor is it associative.
In general, I can find a quasigroup on $n$ elements with neither a left nor a right identity. If I need an example of one of these I generally just look at the Cayley table for the cyclic group of order $n$:
$$\begin{array}{c|cccc} & 1 & 2 & \cdots & n\\ \hline 1 & 1 & 2 & \cdots & n\\ 2 & 2 & 3 & \cdots & 1\\ \vdots & \vdots & \vdots & \ddots & \vdots\\ n & n & 1 & \cdots & n-1\\ \end{array} $$ Swap the first $2$ rows: $$\begin{array}{c|cccc} & 1 & 2 & \cdots & n\\ \hline 1 & 2 & 3 & \cdots & 1\\ 2 & 1 & 2 & \cdots & n\\ \vdots & \vdots & \vdots & \ddots & \vdots\\ n & n & 1 & \cdots & n-1\\ \end{array} $$ Then swap the first $2$ columns: $$\begin{array}{c|cccc} & 1 & 2 & \cdots & n\\ \hline 1 & 3 & 2 & \cdots & 1\\ 2 & 2 & 1 & \cdots & n\\ \vdots & \vdots & \vdots & \ddots & \vdots\\ n & 1 & n & \cdots & n-1\\ \end{array} $$ And the result is a quasigroup with neither a left nor a right identity. The problem is that the quasigroup that results from this process is in general associative, and there is no way to tell if an operation is not associative simply by looking at a Cayley table. So I am wondering, if I want to construct a strict quasigroup on $n$ elements which has neither a left nor a right identity, how would I go about doing that?
It feels like this would be something simple to do, but so far I haven't been able to!
Any advice is greatly appreciated!