Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
16842 1126 d 1 h obado /trunk/wims/public_html/ [minor/jsxgraph] do not put jsxgraph in "inline" mode after oef response.
+ jsxgraph border color now apply oef_ind colors after reply
 
15458 1735 d 12 h bpr /trunk/wims/public_html/scripts/ [fix] delete variable oef_inputprompt$i which is not useful (overflow with exercises
with many, many radio anstype and exactly inputprompt$i).
 
15181 1855 d 14 h bpr /trunk/wims/public_html/scripts/oef/ [oef] span -> div class=inline  
15146 1862 d 18 h obado /trunk/wims/public_html/ [OEF] Embed now use the "presentgood" var, to display less answer status (good/bad) information when teacher choose not to display good answer.
* move the "presentgood" script from answer.phtml to getpresentgood.proc, so it can be called in present.phtml too.
* When $presentgood=0, oef_indgood, oef_indbad and oef_indforget are replaced by oef_indneutral
+ Nikaia theme use now more accessible (higher contrast with white background) oef_indXXX colors
+ mkcss.pl now let use of hex colors
 
14574 2027 d 22 h bpr /trunk/wims/public_html/ [anstype] the third argument of the first line of embed is
now used in the analysis
 
14437 2069 d 22 h bpr /trunk/wims/public_html/scripts/oef/ [typo] test on ?analyze (can be ?analyze16)  
14312 2116 d 7 h bpr /trunk/wims/public_html/ [formatage] + revert embed.phtml to the last version  
14311 2116 d 7 h bpr /trunk/wims/public_html/scripts/oef/ [formatage]  
14021 2245 d 3 h bpr /trunk/wims/public_html/ [print version] add click css style for print version  
14007 2248 d 16 h bpr /trunk/wims/public_html/ [print version] add some css style for anstype radio, menu, checkbox in print version
(try)
 
14006 2248 d 16 h bpr /trunk/wims/public_html/ [print version] in print version, change variable i in iii to avoid confusion
with the variable i in anstype
 
13999 2252 d 1 h bpr /trunk/wims/public_html/scripts/oef/ [print version] draw (this works only for 1 exercise in the printable,
will be fix after the stable release ...)
 
13923 2268 d 0 h bpr /trunk/wims/public_html/scripts/oef/ [print version] a FIXME !  
13911 2268 d 15 h bpr /trunk/wims/public_html/scripts/oef/ [print version] add shuffle for clickfill  
13894 2270 d 18 h bpr /trunk/wims/public_html/scripts/oef/ [print version] fix  
13891 2271 d 17 h bpr /trunk/wims/public_html/scripts/oef/ [print version] add jsxgraph jsxgraphcurve clock in print version.
anstyle was not always defined, take default is not good
 
13880 2273 d 20 h bpr /trunk/wims/public_html/ [print version] - oef/printanalysis.proc is now used by oef/print.proc and adm/sheet
- add oef/togetfile.proc in wims_trustfile for print version.
 
13816 2294 d 22 h bpr /trunk/wims/public_html/scripts/oef/ [oef print]  
13815 2295 d 4 h bpr /trunk/wims/public_html/scripts/oef/ [oef print] typo + replace span by div in line  
13809 2296 d 14 h bpr /trunk/wims/public_html/scripts/oef/ [oef/print] the "prompt_empty" _____ is now defined in a variable
to be changed.
 
13804 2297 d 0 h bpr /trunk/wims/public_html/scripts/oef/ [oef print] questions with no embed  
13801 2297 d 2 h bpr /trunk/wims/public_html/scripts/oef/ [oef print] add css class + clean (WiP)  
13799 2297 d 3 h bpr /trunk/wims/public_html/scripts/oef/ [oef print] clean - work in progress  
13798 2298 d 16 h bpr /trunk/wims/public_html/scripts/ [oef print] work on type draw  
13793 2299 d 15 h bpr /trunk/wims/public_html/scripts/oef/ [print oef] work in progress  
13778 2302 d 20 h obado /trunk/wims/public_html/scripts/oef/ [minor/html] Replace "div class=inline" by "span" in oef embed (simplier, and better for W3C as a div can't be inside a p)  
13723 2315 d 2 h bpr /trunk/wims/public_html/scripts/oef/ [fix] fix print version and hint  
13591 2351 d 1 h bpr /trunk/wims/public_html/scripts/oef/ [minor] add test for inputsize1 in case of answertype mc (before testing
that it is between 1 and 1000)
 
13276 2527 d 20 h obado /trunk/wims/public_html/scripts/ [CSS] [anstype] Improve CSS for flashcard input type. (now uses class with only one CSS definition + change mouse cursor + no more displays backgrounds in answer analysis, for a better ergonomy.)  
13260 2541 d 21 h bpr /trunk/wims/public_html/scripts/oef/ [fix] fix type mark when there are html balises  
12348 2682 d 15 h bpr /trunk/wims/public_html/scripts/oef/ [formatage]  
11171 3096 d 14 h bpr /trunk/wims/public_html/scripts/ [workin progress] should be checked and improved : on the presentation of the answer in case of clickfill  
11068 3190 d 20 h obado /trunk/wims/public_html/scripts/oef/ [oef/bugfix] When displaying a prompt with the 3rd parameter of \embed instruction, it will be possible to use LaTeX instructions. As a side effects, the old way to display math fonts with pictures will no more work.
Here are some samples :
* wasn't working but it will :
\embed{r1,1,\(\vec{a}}
\embed{r1,1,\(\RR)}
...

*will no more work
\embed{r1,1,\RR}
\embed{r1,1,\calM}
...
 
10256 3344 d 1 h obado /trunk/wims/public_html/scripts/oef/ [bugfix] Corrects a bug introduced in r.10249, where variables such as \calM or \RR where no more replaced by their associated img in 3rd parameter of embed (prompt)  
10249 3344 d 20 h obado /trunk/wims/public_html/scripts/ [oef/embed] corrects a bug causing 3rd parameters of embed{} instruction (prompt) not being well displayed when containing Maths.  
8890 3729 d 16 h bpr /trunk/wims/public_html/scripts/oef/ [colors] colors in answers (oef)  
8889 3729 d 17 h bpr /trunk/wims/public_html/scripts/oef/ [fix] fix color with type checkbox, flashcard, mark, when \embed{r1} without
numbers.
 
8875 3730 d 15 h bpr /trunk/wims/public_html/scripts/oef/ [color]  
8700 3786 d 17 h obado /trunk/wims/public_html/ [OEF] Adds a Legend box which explain what each oef_indcolor means, for some answer types only (by now : radio checkbox mark flashcard )  
8628 3797 d 13 h bpr /trunk/wims/public_html/ [oef] in case where presentgood=0 (the good answer not shown), the color in embed must not
show the good answer.