Patch level :1
Files correlati :check_answers.cgi Ricompilazione Demo : [ ] Commento :reso speciale il modulo 1; non serve eseguire alcun test ma solo submittare con un tasto (in realtá é un test in bianco mascherato) git-svn-id: svn://10.65.10.50/trunk@9462 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9bd426eaf9
commit
5fca30b8ed
@ -231,16 +231,22 @@ void Check_answers_Application::check_answers()
|
||||
command += ")";
|
||||
_db->ExecCommandOk(command);
|
||||
|
||||
|
||||
if (_modulo=="1") // (23/01/01) Il modulo 1 é "speciale" in quanto non ha alcun test; é il modulo di
|
||||
cout << "" << endl; // formazione del tecnico contabile di Eurocampo
|
||||
else
|
||||
cout << "<H2>Risultato del test</H2><BR><BR>" << endl;
|
||||
if (!_blank_test)
|
||||
_questionario.dump_html(corso, atoi(_modulo), _testnum[0]);
|
||||
else
|
||||
cout << "<P>Test consegnato <STRONG> in bianco </STRONG><BR><BR><BR>";
|
||||
|
||||
else
|
||||
{
|
||||
if(_modulo=="1") // (23/01/01) solito modulo 1 speciale
|
||||
cout << "<P><STRONG><H3>Benvenuti nel modulo per la formazione del TECNICO CONTABILE</H3></STRONG><BR><BR><BR>";
|
||||
else
|
||||
cout << "<P>Test consegnato <STRONG> in bianco </STRONG><BR><BR><BR>";
|
||||
}
|
||||
cout << "<TABLE><TR><TD><FORM METHOD=\"POST\" ACTION=";
|
||||
cout << GET_MODULE_CGI << ">";
|
||||
cout << "Cliccate sull'icona qui sotto per ritornare all'area formativa del modulo.";
|
||||
cout << "Cliccate sull'icona sottostante per ritornare all'area formativa del modulo.";
|
||||
cout << "<BR><BR><INPUT TYPE=HIDDEN NAME=\"MODULO\" VALUE=\"" << _modulo << "\">";
|
||||
cout << "<INPUT TYPE=\"IMAGE\" SRC=\"/images/area_" << mod_int;
|
||||
cout << ".gif\" ALIGN=top ALT=\"Accesso al modulo\" BORDER=0>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user