So, given the $2$-form $$\omega=x_1\text{d}x_{2,3}+x_2\text{d}x_{1,3}+x_3\text{d}x_{1,2}$$ and the simplex $$\sigma=[e_1+2e_3,2e_2,e_2-e_1],$$ I defined the function $$g:\mathbb{R}^2\to\mathbb{R}^3$$ $$(x_1,x_2) \mapsto (\frac{3x_1-x_2}{2}+1,x_2,x_1-x_2+2),$$ and then did the following calculation, using the Change of Variables Theorem and Stokes' Theorem:
$$\int_{\sigma}\omega = \int_{g^{-1}(\sigma)}g^*\omega =$$ $$\int_{g^{-1}(\sigma)}(\frac{3x_1-x_2}{2})\text{d}x_{2,1} + x_2[(\frac{3\text{d}x_1}{2}-\frac{\text{d}x_2}{2})\wedge(\text{d}x_1-\text{d}x_2)]+\frac{3(x_1-x_2+2)}{2}\text{d}x_{1,2}=$$ $$\int_{g^{-1}(\sigma)}(-\frac{x_1}{2}+2x_2+2)\text{d}x_{1,2} = \int_{\partial g^{-1}(\sigma)}(x_2^2\text{d}x_1+(-\frac{x_1^2}{4}+2x_1)\text{d}x_2).$$
Now, first question is: Is everything I did here correct?
Second question: Is there a better choice of function $g$ to do the pullback (or, more generally, is something better to do here, instead of pulling it back)? How do I decide such a thing?
Third question: I could have calculated the double integral, following the third equal sign, instead of using Stokes' Theorem; which is better here, and how do I decide something like that?
Fourth question: If I'm going to use Stokes' Theorem here, the best next step is to divide the domain of integration into three (one variable) integrals and parametrize each, doing the pullback thing again, correct?