填写 Gradtable 上的分数单元格

填写 Gradtable 上的分数单元格

如何将解决方案的最高“分数”及其总分放入评分表分数中?

\documentclass[a4paper,10pt]{exam}
\usepackage[hmargin=1.5cm,bmargin=1.5cm]{geometry}
\usepackage[indonesian]{babel}
\usepackage{fouriernc}
\renewcommand{\rmdefault}{put}
\usepackage{amsmath,amssymb}
\usepackage[inline,shortlabels]{enumitem}
\usepackage[svgnames]{xcolor}
\usepackage{tikz}
\let\ds\displaystyle
\parindent0em

\printanswers 
\newcommand{\class}{MATEMATIKA}
\newcommand{\examnum}{\large\bfseries Penskoran Penilaian Tengah Semester Ganjil}
\newcommand{\examdate}{\today}

\pagestyle{headandfoot}
\firstpageheader{\class}{\examnum}{\examdate}
\runningheader{\class}{\examnum}{Hal. \thepage\ dari \numpages}
\runningfooter{}{}{}
\runningheadrule

\pointpoints{exam-point}{poin}
\pointpoints{bobot}{bobot}
\hqword{No. Soal}
\hpword{Bobot Soal}
\htword{Jumlah}
\hsword{Skor Maksimum} % the score on gradtable
\qformat{\bfseries Soal Nomor \thequestion\hspace{14cm} bobot = \totalpoints\hfill}
\renewcommand{\solutiontitle}{\noindent\textbf{Jawaban:}\enspace}

\begin{document}

\rule[2ex]{\textwidth}{1pt}%

\addpoints 
\begin{center}
\gradetable[h]
\end{center}

\begin{questions}
\question[15] 
The question for number one.
    \begin{solution}
The solution
\flushright \textbf{Skor maksimum = 6}
    \end{solution}

 \question[10] 
The question for number two.
\begin{solution}
The solution
\flushright \textbf{Skor maksimum = 3}
   \end{solution}

\end{questions}

\end{document}

在此处输入图片描述

就像这样的解决方案。

在此处输入图片描述

相关内容