How to make true/false type questions in 'xsim' package? In the manual of 'xsim', I could not find it.
\documentclass[10pt,a4paper]{article}
\usepackage[verbose,clear-aux]{xsim}
\usepackage{xsimverb,listings}
\usepackage{lipsum}
\usepackage{enumitem,amssymb,fmtcount}
\xsimsetup{
exercise/print = true,
solution/print = true,
path=./exercises,
file-extension = tex,
exercise/template = bonus,
grading-table/template = default*
}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\title{xsim package }
\begin{document}
\begin{exercise}
A first true-false example for an exercise(T/F).
\end{exercise}
\begin{solution}
A first example for a solution(T).
\end{solution}
\end{document}
