From 2facb12a1d6d9832f0bcbcba0d9fc3c7729b007c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 7 Apr 2016 09:25:50 +0200 Subject: [PATCH] Version 15.184.6 --- swad_changelog.h | 3 ++- swad_test.c | 16 +++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 836fc13f5..ef66a8de5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -132,13 +132,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.184.5 (2016-04-07)" +#define Log_PLATFORM_VERSION "SWAD 15.184.6 (2016-04-07)" #define CSS_FILE "swad15.178.2.css" #define JS_FILE "swad15.178.2.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 15.184.6: Apr 07, 2016 Change in layout of edition of a test question. (198670 lines) Version 15.184.5: Apr 07, 2016 Fixed bugs exporting/importing test questions. (198679 lines) Version 15.184.4: Apr 06, 2016 Fixed minor bug in layout of test exam. (198676 lines) Version 15.184.3: Apr 06, 2016 Fixed minor bug in layout of test exam. (198677 lines) diff --git a/swad_test.c b/swad_test.c index 4e6b0c753..d708c76c0 100644 --- a/swad_test.c +++ b/swad_test.c @@ -4632,7 +4632,7 @@ static void Tst_PutFormEditOneQst (char *Stem,char *Feedback) /* Selectors and label with the letter of the answer */ fprintf (Gbl.F.Out,"" - "" + "" ""); if (Gbl.Test.Answer.Options[NumOpt].Text) fprintf (Gbl.F.Out,"%s",Gbl.Test.Answer.Options[NumOpt].Text); - fprintf (Gbl.F.Out,"" - "" - ""); + fprintf (Gbl.F.Out,""); /* Image */ - fprintf (Gbl.F.Out,"" - "", - Gbl.RowEvenOdd); sprintf (ParamAction,"ImgAct%u",NumOpt); sprintf (ParamFile ,"FilImg%u",NumOpt); sprintf (ParamTitle ,"TitImg%u",NumOpt); @@ -4676,15 +4671,10 @@ static void Tst_PutFormEditOneQst (char *Stem,char *Feedback) "ANS_STR", // Title / attribution ParamAction,ParamFile,ParamTitle, OptionsDisabled); - fprintf (Gbl.F.Out,"" - ""); /* Feedback */ - fprintf (Gbl.F.Out,"" - "" - "
%s (%s):
" + fprintf (Gbl.F.Out,"
%s (%s):
" "