DOC-subject.pdf not DOC-suject.pdf (Bug #117)
Description
1-
AMC making pdf file with this name : DOC-suject.pdf (without b).
but in the document files and in command line wrote it DOC-subject.pdf (with b).
regards
2- in the command line :
auto-multiple-choice export --data ./data \ --module ods \ --fich-noms students-list.csv \ --o output-note.ods
this export ods to the main folder, but the right choice is :
auto-multiple-choice export --data ./data \ --module ods \ --fich-noms students-list.csv \ --o ./exports/output-note.ods
to export ods to exports folder.
History
Updated by Alexis Bienvenüe over 12 years ago
- AMC gui uses
DOC-sujet.pdf
for the subject file, but you can use whatever name you want when usingauto-multiple-choice
commands. - There is no 'right choice'. AMC gui stores the exported files in the
export
subdirectory, but theauto-multiple-choice
command user can make another choice...
- Status changed from New to WontFix
Updated by red sea over 12 years ago
ok, thanks
regards