can't export some scores to ods calc (Bug #113)
Description
i made postcorrect page with ~ 100 questions.
group1 : 1-99
group2 : 100-199
group3 : 300-399
group4 : 400-499
AMC:
- counting all : good
- print the scores in pdf : good
- export the results to pdf : good
- export the results to csv and ods : not good.
only export the the results of questions from 300 to 499, but not export the results from 1 to 199 !
regards
History
Updated by Alexis Bienvenüe over 12 years ago
From your source code, it appears that the tabu
package breaks AMC working. Try to replace tabu
environments with tabular
ones.
Updated by red sea over 12 years ago
ok, i used tabu packege for colored the table (line) with white color :
\taburulecolor{white}
can you tel me how i can do it by tabular packege?
regards
Updated by Alexis Bienvenüe over 12 years ago
If you need to remove lines, use
\begin{tabular}{rrr}
instead of
\begin{tabular}{|r|r|r|}
and don't use \hline
Updated by red sea over 12 years ago
thanks
and i got this slove:
%table color \usepackage{colortbl} \arrayrulecolor{white} \def\widehline{\noalign{\global\dimen1 \arrayrulewidth \global\arrayrulewidth1\arrayrulewidth}\hline \noalign{\global\arrayrulewidth\dimen1 }} %table color
Updated by red sea over 12 years ago
i used a post correct form with 100 questions.
i used 30 ~ 60 quesions, but when i exported to ods file, i got all questions in 100 columns.
how i can export the questions which i used, not all questions?
Updated by red sea over 12 years ago
i hope add it to export ods options : export teacher choices only.
Updated by Alexis Bienvenüe over 12 years ago
- % Done changed from 0 to 100
- Status changed from New to Resolved
Updated by Alexis Bienvenüe over 12 years ago
- Status changed from Resolved to Closed