forked from drlippman/IMathAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
957 lines (919 loc) · 44.9 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
<h2>IMathAS Change History</h2>
<h3>Known Issues</h3>
<ul>
<li>SVG not printing in IE (resolved?)</li>
<li>SVG printing problems in FireFox (resolved in FF2.0?)</li>
<li>Mac FF SVG text not showing (resolved in FF2.0?)</li>
<li>Might be problems if server is set for GMT (no DST)</li>
</ul>
<h3>Version 1.8</h3>
<ul>
<li>Major bug fix: session id length in newer PHP versions</li>
<li>Major bug fix for PHP 5.2.10 array_rand issue</li>
<li>A ton of bug fixes</li>
<li>Change calendar to display past due items</li>
<li>Add checkbox grouping by block to copyitems</li>
<li>Add break all students from stu groups</li>
<li>Add "allornothing" score method to multans</li>
<li>Add support for _dark themes</li>
<li>Add score bars and checkmarks in score</li>
<li>Added Calculus macro library</li>
<li>Add avail to mass chg assessments</li>
<li>Add time limit multiplier</li>
<li>Add 2column display for choices, multans. 2columnselect for matching</li>
<li>Add importcodefrom language construct</li>
<li>Full rewrite of serverside math parsing engine</li>
<li>Allow review of question in SkipAround unless forbidden</li>
<li>Add gradebook newflag</li>
<li>Add automatic calculated fraction show answers</li>
<li>Add upload multiple grades page</li>
<li>Add aid export for exporting assessment results</li>
<li>Add "or" support to multiple choice questions</li>
<li>Add enroll stu from other course</li>
<li>Added addfractionaxislabels macro</li>
<li>Add partial_credit string answer flag</li>
<li>Add html entity support to asciisvgimg</li>
<li>Added functioneval and Solvers macro libraries</li>
<li>Moved to minified javascript files</li>
<li>Add equation helper</li>
<li>Change forum names to link to messages rather than email</li>
<li>Add links to gradebook from messages/posts</li>
<li>Populate string answers to $stuanswers</li>
<li>Changed forum posts to allow decimal scores</li>
<li>Number of mathchatters shows on course page</li>
<li>Added BasicLTI consumer and producer support</li>
<li>Upgraded TinyMCE to 3.2.5</li>
<li>Added fixed-height blocks</li>
<li>Added cut-and-paste print layout</li>
<li>Update mathchat to allow multiple windows</li>
<li>Added arc support to asciisvg</li>
<li>Add open linked text in new window option</li>
<li>Add per-question regen settings</li>
<li>Add no-login-needed postreader</li>
<li>Add mass change question userights</li>
<li>Add move thread to different forum / post to different thread</li>
<li>Add "as extra credit" option for forums</li>
<li>Added GraphTheory macro library</li>
<li>Fixed lost post on session expiration</li>
<li>Enable add/remove teacher for all LimitedCourseCreators</li>
<li>Improved date picking</li>
<li>Add student picture upload</li>
<li>Add one-time passwords for diagnostics</li>
<li>Added more calculated answerformats for mixed numbers</li>
<li>Allow reattempt even if won't improve score</li>
<li>Add new message list</li>
<li>Fix tablescroller issues for huge courses</li>
<li>Improve unenroll efficiency</li>
</ul>
<h3>Version 1.7.1</h3>
<i>Released March 25, 2009</i>. This is primarily a bug fix release.
<ul>
<li>Add calendar items to course items copy</li>
<li>Bug fix timezone for Google postreader</li>
<li>Bug fix files on copy inline text items</li>
<li>Add mass swap to mass change dates</li>
<li>Add theme support to assessments</li>
<li>Bug fix extra credit only category</li>
<li>Add group admin course access, edit questions</li>
<li>Add "Act as student" option in gradebook detail</li>
<li>Bug fix "never" showanswer</li>
<li>Added force regen option to massexception</li>
<li>Bug fix NaN student answers in numfunc</li>
<li>Add HTML export of gradebook</li>
<li>Add super password to diagnostic, overrides testing window limit</li>
</ul>
<h3>Version 1.7</h3>
<i>Released March 10, 2009</i>
<ul>
<li>Added jump to answer option</li>
<li>Added Exclude added option to addquestions</li>
<li>Add sort alpha and use same selector to diagnostic setup</li>
<li>Bug fix dollar sign in image-based display</li>
<li>Revise tutor system. Add tutor limits to section. Add tutor edit ability options</li>
<li>Revise diagnostics to be individual owned. Can use tutors to restrict to level-2 selectors</li>
<li>Improve library assignment page</li>
<li>Add answerformat checkers to calcmatrix, calcinterval, calcntuple, calccomplex</li>
<li>Added quickpick to home menu (switch menu)</li>
<li>Added student access block</li>
<li>Bug fix closed libraries</li>
<li>Added complex number answer type</li>
<li>Added primes library</li>
<li>New question language interpreter! Allows code blocks for "for","if", and "where"</li>
<li>Added Diagnostic Creator rights to admin</li>
<li>Create public access page, and public access setting for blocks</li>
<li>Bug fixes for Math to TeX and editor symbol issues</li>
<li>Bug fix filenames in editor filemanager</li>
<li>Added latepass to calendar</li>
<li>Bug fix grades shown on reattempt</li>
<li>Add hide gradebook category</li>
<li>Bug fix anonymous posts</li>
<li>Add end of assessment messages</li>
<li>Bug fix noprint hiding end scores</li>
<li>Added fillarray macro</li>
<li>Added charmap to editor</li>
<li>Added submatrix to matrix macro lib</li>
<li>Added no totals over arbitrary percent in gb</li>
<li>Added marking assessments with exceptions/latepass</li>
<li>Added sort by last post date to forums</li>
<li>Added better forum new post tracking</li>
<li>Bug fix dropping IP scores</li>
<li>Bug fix calconarrayif</li>
<li>Added upgrade.php for web-based upgrades</li>
<li>Added gzip support to importlib</li>
<li>Added install script and installexamples</li>
<li>Added sorting of student detail gradebook</li>
<li>Bug fix editor file browser</li>
<li>Added Angel-ish themes</li>
<li>Bug fix ignore commas in function answers</li>
<li>Bug fix whitespace in macro libs</li>
<li>Added check that same assessment is being submitted</li>
<li>Fix browser not being able to save login password</li>
<li>Added qimages to import/export - still need to export actual images</li>
<li>Fixed trackback from stu groups to gb-viewasid</li>
</ul>
<h3>Version 1.6</h3>
<i>Released November 4, 2008</i>
<ul>
<li>Added message history viewer</li>
<li>Added course filter for sent messages</li>
<li>Improved decimal points handling multipart</li>
<li>Added mass change library rights</li>
<li>Improved handling of extra credit in gradebook</li>
<li>Bug fix equation answer types</li>
<li>Added live chat</li>
<li>Added Word paste cleaner in editor</li>
<li>Added numtoroman macro</li>
<li>Added file upload question type using Amazon S3</li>
<li>Added text editor file browser using Amazon S3</li>
<li>Added kick student out at timelimit option</li>
<li>Bug fix editor htmlentities</li>
<li>Bug fix message settings for reply</li>
<li>Added access restrictions for lti producer</li>
<li>Bug fix interpreter with "(!($a==$b))" type where conditions</li>
<li>Bug fix interpreter mix of strings and calculations in function arguments</li>
<li>Bug fix exportitems dropping first item</li>
<li>Updated managestugrps, gradeallq, and gb-viewasid's clearq for reattempt change</li>
<li>Change multipart reattempts so penalty only taken on missed parts</li>
<li>Added multipart points breakdown to gradebook view assessment page</li>
<li>Bug fix interpret on "where" with math</li>
<li>Added manage offline grades</li>
<li>Added experimental google gadget reader</li>
<li>Updated mass change assessments</li>
<li>Replaced editor with TinyMCE</li>
<li>Added filter for SimpleLTI consumer (experimental)</li>
<li>Added md5 hash challenge-response login</li>
<li>Added matrix brackets to sized matrix input</li>
<li>Revived forums page - show list of all forums from course page</li>
<li>Next/Prev to walk through forums</li>
<li>forum postby and replyby dates on course page</li>
<li>Bug fix calendar showing assessments from later years</li>
<li>Bug fix markallread</li>
<li>Added lost username lookup</li>
<li>Added scinot answerformat to calculated</li>
<li>Added makescinot</li>
<li>Add HTML filtering to forum posts, essay q, add___, msgs</li>
<li>Added edit-in-place to quickview</li>
<li>Mark drops in gradebook</li>
<li>Allow * and / in add offline grades</li>
<li>Add filter by section to listusers</li>
<li>Separate calendar page, with link for stu and teacher</li>
<li>Bug fix forums posts delete</li>
<li>Added settings for gradebook export</li>
<li>Added forum name to posts display</li>
<li>Bug fixes printtest/printlayout</li>
<li>Put add-an-item pulldown at top and bottom of blocks for adding items</li>
<li>Changed exception links in gb/listusers to massexception page</li>
<li>Added exception link on gb-viewasid</li>
<li>Added textonimage macro</li>
<li>Added plot border, vertical text macros</li>
<li>Added meta tags to ensure compatibility with IE 8</li>
<li>Added graphical icons</li>
<li>Added Calendar</li>
<li>Added quick view</li>
</ul>
<h3>Version 1.5</h3>
<i>Released Feb 21, 2008</i>
<ul>
<li>Added instructor notes</li>
<li>Added quick-switch drop-down over smallicon</li>
<li>Added quick copy link</li>
<li>Instructions on student print version</li>
<li>Allow change student id on change info page</li>
<li>Strip spaces on imported student ids</li>
<li>Bug fix, quotes in forum/msg titles</li>
<li>Added special_or strflag to string</li>
<li>Bug fixes, gradebook, gradeallq, +oo</li>
<li>Changed last access to last course page access</li>
<li>Added whiteout to question preview</li>
<li>New macros: stringappend/prepend, makereducedfraction</li>
<li>Bug fix images and choices in printlayout</li>
<li>Mark courses as hidden on Admin page</li>
<li>Revamp of gradebook</li>
<li>Added extensionlats penalty</li>
<li>Added filter by section to gradebook</li>
<li>Added polygon drawing answertype</li>
<li>Added isolate grade for one online assess</li>
<li>Added group #s to group forums listing</li>
<li>Added requiretimes to calcntuple and calcinterval</li>
<li>Added horiz and inline displayformat to multans</li>
<li>Added late pass</li>
<li>Added question id templating history</li>
<li>Made offline grade page live-sortable</li>
<li>Added user sort order option to GB</li>
<li>Added toall to gradebook comments</li>
<li>Bug fix gradebook export</li>
<li>Added default description add-on for templates</li>
<li>Fixed item Analysis item order</li>
<li>Added limit number of group members</li>
<li>Added print version for student by instr</li>
<li>Added function notation to variable options for numfunc</li>
<li>Added definefunc, evalfunc</li>
<li>Bug fix addinlinetext, deleteassessment</li>
<li>Added themes</li>
<li>Added student count to listusers</li>
<li>Added option for stu to stu msgs only</li>
<li>Bug fix index.php</li>
<li>Added Withdraw question</li>
<li>Bug fix addassessments</li>
<li>Bug Fix copyitems</li>
<li>Added unenroll to gradebook</li>
<li>Added show/hide/date option to course items</li>
</ul>
<h3>Version 1.4</h3>
<i>Released October 30, 2007</i>
<ul>
<li>Added fracordec answerformat to Calculated</li>
<li>Bug fix interval types</li>
<li>Added custom default library</li>
<li>Added numtowords,randname,prettytime macros</li>
<li>Bug fix vars in numfunc (r84)</li>
<li>Added points to navbar</li>
<li>Changed block expand/collapse</li>
<li>Added flag to discussion forums</li>
<li>Bug fix diag, review with setseed</li>
<li>Bug fix grouped questions in gradebook</li>
<li>Bug fix colorpicker preventing selecting text in addblock</li>
<li>Added displayformat select for matching</li>
<li>Rework mass change dates to handle always/never dates</li>
<li>Bug fix sent messages</li>
<li>Added course preview to copy course items</li>
<li>Bug fix matrix in asciimath2tex</li>
<li>Bug fix empty username importstu</li>
<li>Made discussions gradeable - addforum,thread,post,postbyname,gradebook</li>
<li>Fixed divide by zero on item analysis (r79)</li>
<li>Added due date listing to gradebook detail page</li>
<li>Added points possible remaining in assessment</li>
<li>Added long division style to assessment stylesheet</li>
<li>Added group filter to user list on admin page</li>
<li>Added arrayfindindex and array_flip to macros</li>
<li>Added hide text boxes to printest</li>
<li>Fixed scaling in Draw answer type (r75)</li>
<li>Fixed quotes in item titles bug</li>
<li>Switched matching to use pull-downs</li>
<li>Added n-tuple question types</li>
<li>Fixed parens problem with matrix/calcmatrix answers</li>
<li>Fixed quot bug in image-based display</li>
<li>Added "clear existing per-question settings" to copy settings in assessment settings (r71)</li>
<li>Added "delete gradebook items" in student unenroll</li>
<li>Added grid change assessment settings</li>
<li>Added mozilla font check to login</li>
<li>Rewrote addquestions page to background save reordering</li>
<li>Added support for "select N from group" in assessments</li>
<li>Extended Number and Calculated types with orderedlist format for point and vector input</li>
</ul>
<h3>Version 1.3</h3>
<i>Released August 21, 2007</i>
<ul>
<li>Added separate reviewscores so can switch back to regular</li>
<li>Added for loop structure to question language</li>
<li>Made all assessment questions modifyable through instant template in-place.</li>
<li>default question rights to private (overridable by user setting) (r51) </li>
<li>Mark private questions</li>
<li>Reorganized left bar items</li>
<li>Added copy dates to mass change assessment</li>
<li>Added an option on Add Questions to specify points and copies in grid</li>
<li>0 default on upload grades (for comments) (r49)</li>
<li>Keep submit button at top on upload grades</li>
<li>Question input box sizes to contents</li>
<li>Send message link at top</li>
<li>New posts: links to forums, and mark all as read</li>
<li>Posts by name: mark all as read</li>
<li>Include poster name on forum subscription email</li>
<li>Added button that clears all student groups</li>
<li>Mod question settings page updated to warn on student attempts (r46)</li>
<li>Bug Fix: Fixed br in gradebook export</li>
<li>Added separate "Don't count and hide from students" option</li>
<li>Fixed dropping lowest dropping EC items</li>
<li>Fixed errors on Grades for untaken assessment</li>
<li>Changed review mode to honor "same seed" settings</li>
<li>Bug Fix: copy show answers on feedback change in mass chg assessment</li>
<li>Bug Fix: error on empty forum</li>
<li>Added chi-squared distribution to stats library (r44)</li>
<li>Fixed inverse t distribution in stats library</li>
<li>Added arraystodots macros</li>
<li>Added subarray and showdataarray macros (r43)</li>
<li>Added limit to new posts, links to new posts lists</li>
<li>Added links to modify, reply, etc, in posts by name</li>
<li>Fixed ge error in image-based disp</li>
<li>Fixed ascii-math.js keypress bug with numpad 0</li>
<li>Added Drawing answer entry (r42)</li>
<li>edit GB comments on GB page</li>
<li>Don't show hints if question answer is correct (on later views)</li>
<li>link to grades for assessments on course page</li>
<li>link to student's grade page from internal message</li>
<li>Added "or" to Interval type</li>
<li>Added new posts on home page (r41)</li>
<li>Rewrote assessment engine</li>
<li>Per-part show answers after last policy</li>
<li>Per-question new version on reattempt</li>
<li>Bug fix: hints showing on non-active questions (r40)</li>
<li>Added editor support to essay type answer.</li>
<li>Added grade one question, all students, page (r39)</li>
<li>Bug fix: unlimited attempts on seq mode</li>
<li>when adding more copies of a question, insert after existing rather than at end (r38)</li>
<li>hide "dont count in gb" option for practice tests</li>
<li>list of names on unenroll</li>
<li>toggle for showing/hiding "dont count in gb" items</li>
<li>percentages on student gradebook page</li>
<li>Added name, link to email/msg, exception, info to gradebook view of one student (r37)</li>
<li>Added hide correct questions to assessment grade edit, hid tips</li>
<li>Added requiretimes to Calculated type</li>
<li>Added interval and calcinterval answer types</li>
<li>Added interval macro library</li>
<li>Bug fix: shouldn't link to email/msg when anonymous</li>
<li>custom $previewloc</li>
<li>Changed totals on left (gradebook setting) to list Total and % first (r36)</li>
<li>Timelimit changed to allow partial minutes</li>
<li>Added "show after score of __ obtained on another assessment" option to assessments</li>
<li>Rewrote stats histograms to allow specifying where to start axis labeling and allow bar gaps (r35)</li>
<li>Bug Fix: Mac end-of-lines not recognized on uploaded CSV files</li>
<li>Reqdecimals added, tips for number and calculated (may be extended later)</li>
<li>Added link to settings in gradebook</li>
<li>Bug Fix: Offline grades for students in multiple courses, feedback on new grades</li>
</ul>
<h3>Version 1.2</h3>
<i>Released April 4, 2007</i>
<ul>
<li>Changed site configuration for general release (r30)</li>
<li>Added checkbox remove from assessment (r24)</li>
<li>Added list forum posts by name page</li>
<li>Added polymakepretty (r23)</li>
<li>Added mass exceptions</li>
<li>Feedback next to grade in student gb</li>
<li>Added comments to offline grades</li>
<li>Added copy instructions from ___ to mass chg assessments</li>
<li>Forum links to internal messaging when allowed (for students) (r19)</li>
<li>Added gradebook and per-assessment comments</li>
<li>Added course avaialability and lock for assessment (r18)</li>
<li>Reworked showtest to be more efficient (r17) </li>
<li>Added icons in Skip Around and Sequential modes</li>
<li>Redesign Gradebook settings layout</li>
<li>Group forums</li>
<li>Check file upload type (no php)</li>
<li>Reworked group assessments</li>
<li>Student-view style list, using averages</li>
<li>no show current grade in gb on noshow setting (r17)</li>
<li>Added hints toggle (r16)</li>
<li>Bug fix: groups (r16)</li>
<li>Forum search (r16)</li>
<li>List libraries in question preview (r16)</li>
<li>Improved mass changes dates (r15)</li>
<li>Bug fix: setting dates from outside server's timezone (r15)</li>
<li>Bug fix: defaults not being used in image-based display (r15)</li>
<li>Added list type answers to number and calculated (r14)</li>
<li>Bug Fix: fixed if conditions not being interpreted (r14)</li>
<li>Added $displayformat="inline" for multiple choice (r14)</li>
<li>Changed color picker (r13)</li>
<li>Added Full Test, Submit one at time display method (r11)</li>
<li>Added AHAH (lazy AJAX) for course page collapsed blocks (r11)</li>
<li>Show answers after last attempt option (skip around only) (r10)</li>
<li>Added support for hints in assessments (r9)</li>
<li>Added ability to being missed attempt penalty after N free attempts (r9)</li>
<li>Added $installname to config.php</li>
<li>Bug Fix: a couple display issues with image display with ansprompt and ne</li>
<li>Per assessment groups</li>
<li>Copy gradebook scheme and course settings in copy items</li>
<li>Alpha order: Copy options from</li>
<li>Clear attempts on single problem (on Add Questions page?)</li>
<li>sort/limit messages by course; show message counts on home page</li>
<li>Added ignore_commas flag in String type</li>
<li>Added new array functions</li>
<li>Restricted Modify Questions page when taken, show on course page</li>
<li>Search term, libraries searched now associated with course</li>
<li>Library counts all users</li>
<li>Order exceptions by alpha</li>
<li>Bug Fix: fixed for acceptance where student error = tolerance</li>
<li>New feedback option: Show no scores</li>
<li>Order items by alpha in gradebbook, and ordering when grouped by category fixed</li>
<li>Order question listing by id (~added to system date)</li>
<li>Preview selected questions</li>
<li>Add keep all on drops, add two textboxes</li>
<li>Question settings, when already added, allow add extra copies</li>
<li>Add copy instructions and copy dates on "copy options from"</li>
<li>Show question category in assessments</li>
<li>Manage Question set layout updated</li>
<li>Help for text editor</li>
</ul>
<h3>Version 1.1</h3>
<i>Released Feb 4, 2007</i>
<ul>
<li>Blocks in blocks, blocks as folders</li>
<li>Students kicked out after due date</li>
<li>Select questions from preview</li>
<li>Gradebook:Added offline grades</li>
<li>Gradebook:Added assign assessments/grades to categories</li>
<li>Gradebook:Added grading scheme</li>
<li>Checkboxs with Email/Msg buttons</li>
<li>Use vertical view for student gradebook</li>
<li>Allow click on "-" in gradebook to insert scores when student hasn't started assessment</li>
<li>put category header color coding</li>
<li>Item analysis: avg number of attempts, preview question button</li>
<li>filter gradebook by category/totals only</li>
<li>Add do not include in grade total option (also "count as extra credit"?)</li>
<li>Click on student's name to just show that student's scores</li>
<li>Option for totals on left</li>
<li>Added show current in gradebook</li>
<li>Link to grades from List Users page</li>
<li>Email gradebook as attachment</li>
<li>Retain user default gbmode settings</li>
<li>List "my" questions only</li>
<li>Require assessment score is over some value to submit / receive credit</li>
<li>List all assessments on a page, allow date changes, settings, etc</li>
<li>Include name (form-letter style) in mass email</li>
<li>Prevent Average row in gradebook from sorting</li>
<li>put "this question is being used" warning in modify question</li>
<li>Added optional section and code number for students</li>
<li>Added section/code in import students</li>
<li>Internal messaging system added (student to/from teacher)</li>
<li>Message from gradebook view of assessment</li>
<li>Replaced reset pw link in List users with change info link</li>
<li>Mass chg assessments: allow selection of options to change</li>
<li>Turn messaging in course off</li>
<li>bar at top - customizable</li>
<li>Forums: Restrict student viewing of thread responses</li>
<li>Forums: Condensed thread view, expand/collapse all</li>
<li>Forums: link to email for teachers</li>
<li>Forum: show collapsed by default option</li>
<li>Forum: disallow modify</li>
<li>Forum: disallow delete (set up, but not implemented)</li>
<li>Forum: reply by dates for replies, post by dates new threads</li>
<li>Forum: Email notification</li>
<li>Manage qset link on home page</li>
<li>Improve search - add search all and handle multiple search terms</li>
<li>set color of blocks</li>
<li>Convert math/graph to images when sending email</li>
<li>allow multiple answerformat for calculated type</li>
<li>check for 10^-5, 314E-3 on nodecimal type for calculated</li>
<li>add makeprettydisp as default showanswer for numfunc</li>
<li>Added mark question for use box in question preview</li>
<li>Added Show message you're replying to in forum response</li>
<li>Fixed quotes in block titles problem</li>
<li>Add assessment description to testquestion page</li>
<li>Add __ attempts of ___ remaining</li>
<li>Added Assessment password option</li>
<li>Added reattempts different versions option<li>
<li>Extended student view</li>
<li>Added uncheck all in library selection (libtree2)</li>
<li>Listing multiple libraries - put library names as headers</li>
<li>Confirmation popup on remove from assessment</li>
<li>$variable as alias for $variables</li>
<li>Add multiple copies of question to assessment</li>
<li>copy block color from other</li>
<li>Added unmatched parens notice to calculated and numfunc</li>
<li>Added password reset</li>
<li>Show points on add question page</li>
<li>Bug Fix: problems with sorting of gradebook </li>
<li>Bug fix: Strip &nbsp; out on gb export</li>
<li>Bug Fix: disappearing linked text files</li>
<li>Bug Fix: delete forum views on course delete</li>
<li>Bug Fix: Multiple Answer Lastanswer problem</li>
<li>Bug Fix: Unassigned showing everyone's questions on Add Questions page</li>
</ul>
<h3>Version 1.0</h3>
<i>Released Dec 6, 2006</i>
<ul>
<li>Added nodecimals answerformat to calculated type</li>
<li>Added file attachement to inline text items</li>
<li>Added per-course icon settings</li>
<li>Improved delete linkedtext files on remove </li>
<li>Changed upload limit to 3MB </li>
<li>Added available always/ available now options</li>
<li>Added toggle to student view w/ time adjustment </li>
<li>Added hide title/icon to inlinetext</li>
<li>Added submit without regen button to preview question</li>
<li>Added percent total to gradebook</li>
<li>Added static image support to question writing</li>
<li>Changed wording for practice tests from "due" to "available until"</li>
<li>Added Expanded/Collapsed option for blocks</li>
<li>Added better syntax error warnings</li>
<li>Added allowuneroll and course copyrights options</li>
<li>New option: delete all items in block on delete</li>
<li>Added all students same first version option</li>
<li>Bug Fix: assessment total with grouped questions</li>
<li>Bug Fix: delete linkedtext files on course delete</li>
<li>Bug Fix: added catch-it for empty assessment</li>
<li>Bug Fix: fixed problem with categorization showing blank categories</li>
</ul>
<h3>1.0RC1</h3>
<i>Released Nov 5, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
<ul>
<li>Changed breadcrumbs to show course name</li>
<li>Changed Practice Test behavior to not regenerate on entry</li>
<li>Improved CSS</li>
<li>Reduced file size by 75% for popup library selector</li>
<li>Updated date/time handling for instructor timezone</li>
<li>Added penalty on last attempt only option</li>
<li>Added "keep best score", and allow homework to remain open for review after due date</li>
<li>Added force image-based display options</li>
<li>Improved messages when test reaccessed after partial completion</li>
<li>Similar problem added to full test at once, and now working in One at a Time mode.</li>
<li>Added Create assessment using questions from other assessments</li>
<li>Improved admin page for full and group admins</li>
<li>Added Mass change assessment settings</li>
<li>Added append to title and Add to block in copy course items</li>
<li>Time input relaxed to allow 4pm instead of requiring 4:00pm</li>
<li>Changed add assessment to settings are hidden when "copy settings from" is selected</li>
<li>Updated gradebook to order by due date, and hide not yet available assessments from student's gradebook</li>
<li>Added question categorization to course item export/import</li>
<li>Slopefield and start/end marker to ASplot support added to image backup</li>
<li>Added inequalities graphing macro library</li>
<li>Added header lock for IE in gradebook</li>
<li>Bug Fix: DST handling</li>
<li>Bug Fix: Math filter failing when newlines inside backticks</li>
<li>Bug Fix: Some browsers (ie Safari) not correctly sniffed</li>
<li>Bug Fix: Clarified Regen option when current attempts used</li>
<li>Bug Fix: Regen problems with One at a time mode</li>
<li>Bug Fix: New threads and replies no longer appear unread by poster</li>
<li>Bug Fix: Fixed square brackets being not recognized in student answer (still not allowed in instructor answer)</li>
<li>Bug Fix: fixed NaN recognition. negative^(decimal power) now always returns NaN and is skipped, unless power is 1/[3-49]</li>
<li>Bug Fix: Problem with multipart questions in "Show full test" mode</li>
<li>Bug Fix: Rights setting not showing on template</li>
<li>Bug Fix: Parens in calcmatrix problem resolved clientside</li>
<li>Bug Fix: Error with two variables entered side-by-side without explicit multiplication clientside</li>
<li>Bug Fix: Control panels floats drifting</li>
<li>Bug Fix: Consecutive not hitting last value in some cases</li>
<li>Bug Fix: Fixed handling of single quotes inside showasciisvg string</li>
<li>Bug Fix: showplot not hitting right endpoint of domain</li>
<li>Bug Fix: e problem in showplot</li>
<li>Bug Fix: Unenroll problem</li>
</ul>
<h3>1.0beta16</h3>
<i>Released Sept 28, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
<ul>
<li>Added printtest - print version</li>
<li>Added diagnostic setup for group admins and admins</li>
<li>Security Fix: lastanswer not properly slashed</li>
<li>Bug Fix: Fixed issues with initPicture(2+3,5) in fallback</li>
<li>Bug Fix: graph fallback not showing dots on early GD versions</li>
<li>Bug Fix: DNE now case insensitive</li>
<li>Bug Fix: Gradebook no longer shows IP for past-due assessments</li>
<li>Bug Fix: - sign issues in math tex filter</li>
<li>Bug Fix: Linked text item attaching file giving header error</li>
</ul>
<h3>1.0beta15</h3>
<i>Released Sept 12, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
<ul>
<li>Added math and graph image fallback support!</li>
<li>Added mixed number answertype to calculated</li>
<li>Added essay type questions</li>
<li>Added point exclusions in showplot</li>
<li>Improved login with browser setting warning</li>
<li>Added print layout for generating hard copies</li>
<li>All question attempts are logged and displayed in instructor's gradebook detail view</li>
<li>Fixed group admin functions to be MySQL 3.23 compatible</li>
<li>Added preview library off manage libraries page</li>
<li>Bug Fix: Template not maintaining library list for non-owner questions</li>
<li>Bug Fix: If domain in numfunc isn't a subset of actual domain, answer evals as incorrect</li>
<li>Ignore commas in number and calculated types</li>
</ul>
<h3>1.0beta14</h3>
<i>Released Aug 05, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
<ul>
<li>Added Shift Course Dates</li>
<li>Added checkboxes in List Students page for unenroll and mass email</li>
<li>Added Copy Course Items</li>
<li>Added categorization to assessments, allowing categorical score breakdown.</li>
<li>Added item analysis to gradebook</li>
<li>Removed CourseCreator rights level<li>
<li>Implemented Group admins</li>
<li>Implemented Group library rights</li>
<li>Simplified dbsetup.php install</li>
<li>Bug Fix: Updated "assessment taken" warning to only warn if students have taken the assessment</li>
<li>Bug Fix: 2-box entry mode not retaining after save and test</li>
<li>Bug Fix: questions not graded correctly in preview mode</li>
<li>Bug Fix: $a,$b=... causing problems when $a,$b shows up later in line</li>
<li>Bug Fix: import course items causing error when no assessments in import</li>
<li>Bug Fix: inlinetext graphs not displaying</li>
</ul>
<h3>1.0beta13</h3>
<i>Released July 8, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
<ul>
<li>Moved all session data into the database, eliminating the need for the session save path fix for server farms, and resolving
the PHP 24 minute inactivity garbage collection default without requiring a separate session save path</li>
<li>Added javascript confirm when submitting incomplete question (may have accessibility issues)</li>
<li>Added 2-box entry option in question writing; added resize widgets to entry boxes</li>
<li>Added mass email tool off List Students</li>
<li>Bug Fix: showanswer after duedate not looking for due date exceptions</li>
<li>Bug Fix: dbsetup not updated in last release</li>
<li>Bug Fix: import and importlib not assigning library item owners</li>
</ul>
<h3>1.0beta12</h3>
<i>Released June 14, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
<ul>
<li>Added multipart grade updating to gradebook</li>
<li>Added addlabel macro for adding a label to a plot</li>
<li>Added separate xgrid/ygrid option to showplot</li>
<li>Added sec,csc,cot</li>
<li>Allow add to library for nonowners, to allow reclassification of questions, with added ownerid to limit removal</li>
<li>Added view source (and set libraries) option in question set management and add questions</li>
<li>Added Spacecurve to plot3d library - needs rework into java class</li>
<li>Improvements to makepretty</li>
<li>Removed $q, $k, and $qn from disallowed variables</li>
<li>Automatic run of $answer in numfunc type through makepretty</li>
<li>Added "notrig" answerformat option to calculated type</li>
<li>Improved handling of nonowner adding questions to a library</li>
<li>Fixed handling of EndScore tests - gradebook detail access now controlled by showanswer setting</li>
<li>Added password setting to import students</li>
<li>Bug fix: arctrig functions now display correctly in preview</li>
<li>Bug fix: $a1^2 now working OK</li>
<li>Bug fix: 4^.5 now working OK</li>
<li>Bug fix: 1* handling in makepretty interfering with eval of sin^-1. Still causing problems with display of sin^-1, so 1* in
makepretty has been temporary disabled until a better resolution can be found.</li>
<li>Bug Fix: problems with variables that show up in expressions (like variable r with sqrt). Mostly fixed</li>
<li>Bug Fix: multiletter vars returning syntax error by AMhelpers</li>
<li>Bug Fix: private libs not showing up in library selector</li>
<li>Bug Fix: assessments showing IP even after finalizing</li>
<li>Bug Fix: importstu for teachers not enrolling students</li>
<li>Bug Fix: save and test question error for nonadmins</li>
<li>Bug Fix: error in interpreter allowing while () { } statements</li>
<li>Bug Fix: $e misinterpreted as exponential</li>
<li>Bug Fix: Tablesorter not working</li>
<li>Bug Fix: multipart containing numfunc types problem</li>
<li>Bug Fix: showanswer problems</li>
<li>Bug Fix: template allowed placement into closed/private libraries</li>
<li>Bug Fix: question settings not importing on importitems</li>
</ul>
<h3>1.0beta11</h3>
<i>Released April 17, 2006</i>
<p>Upgrade notes: See upgrade.txt. No changes.</p>
New/Fixed in 1.0beta11:
<ul>
<li>Added Course Item export/import</li>
<li>Added "Homework" assessment type, similar to practice tests, but graded and doesn't regen on entry.</li>
<li>Added "Try similar question" option in Skip-around practice tests. Resets attempts on that question</li>
<li>Added $answerformat = "equation" to numfunc type</li>
<li>Added "Copy Options from existing" option to assessment settings</li>
<li>Bug Fix: svg axes labels not showing in Mac FireFox</li>
<li>Bug Fix: forum giving error on MySQL 4, and not counting pages correctly</li>
<li>Bug Fix: time limit showing huge, wrong numbers</li>
<li>Bug Fix: variable interpolation problem in matrix type</li>
<li>Bug Fix: showasciisvg not working (semicolon problem) - need better fix</li>
<li>Bug Fix: matrix type losing negative signs</li>
<li>Bug Fix: multipart not adding to 100% possible</li>
<li>Bug Fix: error in import</li>
<li>Bug Fix: scoremethod in multans type</li>
<li>Bug Fix: gcd errors</li>
<li>Bug Fix: am/pm error on 12:xx</li>
<li>Bug Fix: scientific notation problems</li>
</ul>
<h3>1.0beta10</h3>
<i>Released March 29, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
New/Fixed in 1.0beta10:
<ul>
<li>Added Accessibility options</li>
<li>Cleaned up front page layout</li>
<li>Added support for guest accounts</li>
<li>Added Unique questionset and library ids, allowing updating of question/libraries on import</li>
<li>Added AddDate and LastModDate to questionset and libraries for enhanced update control</li>
<li>Added Group Question option in assessments</li>
<li>Added Import Students from File option off admin page and List Users page</li>
<li>Added lastaccess field to users database, with Delete Old Users admin option</li>
<li>Added $noshuffle option to matching, multiple-choice, and multiple-answer types</li>
<li>Fixed forum cleanup on course delete/unenroll all students</li>
<li>Bug Fix: rrand not stepping. rrand(-5,5,2) now correctly will return -5,-3,-1,1,3,or 5</li>
<li>Bug Fix: disappearing + signs in question text</li>
<li>Bug Fix: remove from assessment was removing from libraries</li>
<li>Bug Fix: items not deleting properly</li>
<li>Bug Fix: fixed inefficient diffrands</li>
<li>Misc other bug fixes</li>
</ul>
<h3>1.0beta9</h3>
<i>Released March 5, 2006</i>
<p>Upgrade notes: See upgrade.txt</p>
New/Fixed in 1.0beta9:
<ul>
<li>Security Fix: SQL attack was possible with malformed id numbers. All numbers are now quoted.</li>
<li>Added simple discussion forums </li>
<li>Added String question type</li>
<li>Changed from server-based timezone settings to autodetecting user's local timezone. Dates are still absolute-time-fixed; if you
set a due date to be 9pm EST, someone in PST would see it being due at 6pm PST.</li>
<li>Added full show answer support</li>
<li>Added CSV export to gradebook</li>
<li>Added display of multipart correct answer points (pts per part). Reattempt penalty still affects all parts</li>
<li>Added: choices: $displayformat = "select" option (won't render MathML)</li>
<li>Added: number/calc number: $answer = "4 or 5", $answer = "[3,5) or (6,8]" </li>
<li>Improved matching type to allow one-to-many matching</li>
<li>Improved clear assessment handling/notification</li>
<li>Improved blocks so they don't close on reorder</li>
<li>Improved HTML editor loading behavior</li>
<li>Bug Fix: problems with editing/displaying with html entities</li>
<li>Bug Fix: export lib when child is checked problem</li>
<li>Bug Fix: Add/Template allowing adding into closed libraries</li>
<li>Bug Fix: Students couldn't reenter test when more attempts allowed if all questions answered</li>
<li>Bug Fix: Error (student page) on empty block</li>
<li>Bug Fix: calcmatrix w/ answersize not showing pre-calculated matrix</li>
<li>Bug Fix: oo and DNE not evaluating correctly in calculated</li>
</ul>
<h3>1.0beta8</h3>
<i>Released Feb 16, 2006</i>
<p>Upgrade notes: Moved to upgrade.txt file</p>
New/Fixed in 1.0beta8:
<ul>
<li>Major revamp of library system - now tree structured.</li>
<li>Added blocks in course page (cookie on rearrange needs more elegant solution)</li>
<li>Added library tree import/export; needs polishing (selection system)</li>
<li>Added author field to questions (autofills)</li>
<li>Added super-basic "show correct answer" support for practice tests - needs rework</li>
<li>Added tutor/ta/proctor user rights</li>
<li>Included work on alternative front-end for placement testing (not documented yet)</li>
<li>Added Use as Template option to manageqset</li>
<li>Added calconarray macro</li>
<li>Bug Fix: answers evaluating wrong when randomizer in question control</li>
<li>Bug Fix: make exception not working</li>
<li>Bug Fix: fraction/reduced fraction not accepting integers. Changed box tip for
fraction/reducedfraction formats
<li>Bug Fix: showplot not returning to defaults</li>
<li>Bug Fix: requiretimes not working</li>
<li>Bug Fix: Showplots causing errors. Caused by error in interpreter</li>
<li>Bug Fix: Errors when clicking "do to selected" buttons when nothing selected</li>
<li>Bug Fix: variables not defaulting to "x"</li>
<li>Bug Fix: Less than and greater than signs not displaying right in question
descriptions</li>
<li>Bug Partial Fix: less than / greater than not displaying right in question text.
System can now usually identify what is not part of an HTML tag, but something like:
"x<4 and x>3" is still misinterpreted. Use of &lt; and &gt; recommended
in these cases</li>
<li>Bug Fix: Gradebook including practice test in grade</li>
<li>Bug Fix: Gradebook showing grades for people who haven't taken the test</li>
</ul>
<h3>1.0beta7</h3>
<i>Released Feb 2, 2006</i><br>
Upgrade notes:
<ul>
<li>No Database or config.php changes.</li>
</ul>
New in 1.0beta7:
<ul>
<li>Added jointrandfrom macro</li>
<li>Added student gradebook</li>
<li>Bug Fix: pm dates changing to am dates</li>
<li>Bug Fix: assessment summary not saved on new assessment</li>
<li>Bug Fix: math not parsed when using a extension macro functions</li>
<li>Bug Fix: students could enroll in a course twice</li>
<li>Bug Fix: gradebook severely broken</li>
</ul>
<h3>1.0beta6b</h3>
<i>Released Jan 22, 2006</i><br>
Bug fix update to 1.0beta6. Fixes major error where sin,cos,etc. were not
being allowed in calculations.
<h3>1.0beta6</h3>
<i>Released Jan 21, 2006</i><br>
Upgrade notes:
<ul>
<li>Database setup has not changed.</li>
<li>Config.php has changed - added $TZ option and code to set Timezone</li>
</ul>
New in 1.0beta6:
<ul>
<li>Added horizshowarrays macro</li>
<li>Added DOCTYPE headers. Adjusted CSS for assessments.</li>
<li>Added setting for server timezone (to adjust for servers set for GMT or hosted in
a different timezone)</li>
<li>Bug fix: Couldn't edit SVG graphs in text items using FireFox.</li>
<li>Bug fix: Path of config.php not determined properly on some servers</li>
<li>Bug fix: Added type="image/svg+xml" to ASCIIsvg embeds</li>
<li>Bug fix: calcmatrix preview not showing in FireFox</li>
<li>Bug fix: width/height on showasciisvg</li>
<li>Bug fix: table sorting in FireFox</li>
<li>Bug fix: add item in FireFox</li>
</ul>
<h3>New in 1.0beta5</h3>
<i>Released Jan 16, 2006</i>
<ul>
<li>Name change! Expanded name from IMAS to IMathAS for clarity</li>
<li>Added newuser email confirmation option</li>
<li>Add brief ASCIIMath description to help file</li>
<li>$answeights on multipart type</li>
<li>Added $answerboxsize option</li>
<li>Added $hidepreview option</li>
<li>Added arbitrary precision (real number) randomizers</li>
<li>Changed diffrand to diffrands and randFrom to randfrom to standardize randomizers</li>
<li>Added calclisttoarray and listtoarray macros</li>
<li>Added $answerformat = "fraction", "reducedfraction" to calculated type</li>
<li>Added support for DNE and Infinity to number and calculated types</li>
<li>Added sortarray and consecutive macros</li>
<li>Made makepretty array capable</li>
<li>Cleaned up top half of addquestions</li>
<li>Added width and height to showplot</li>
<li>Moved CalendarPopup into javascript dir</li>
<li>Login format regex</li>
<li>Updated help documentation</li>
<li>misc bug fixes</li>
</ul>
<h3>New in 1.0beta4</h3>
<i>Released Jan 11, 2006</i>
<ul>
<li>Question numbering starts at 1 for display</li>
<li>Current question is highlighted in Skip Around</li>
<li>allow positioning of answer prompt in qtext</li>
<li>multipart questions - point values, correct/wrong for parts</li>
<li>replace $choice with $questions</li>
<li>transfer course ownership option</li>
<li>misc bug fixes</li>
</ul>
<h3>New in 1.0beta3</h3>
<i>Released Jan 8, 2006</i>
<ul>
<li>Added question library system</li>
<li>Help file</li>
<li>Added owner and userights to questionset: <BR>
0-private, 1-use/noderive/nomodify(notImplemented) ,2-use/derive/nomodify(Def), 3-use/modify</li>
<li>abstolerance option for number/calc/numfunc/matrix types</li>
<li>$answer="[2,5)" range option for number/calc types</li>
<li>Clear attempt link in GB detail</li>
<li>Auto-create new macro help on install</li>
<li>manageqset setup for teacher use or admin use</li>
<li>Added group transfer/remove to manageqset</li>
<li>Fixed quotes handling on search</li>
<li>import/export for all teachers</li>
<li>Added Limited Course Creator rights</li>
</ul>
<h3>New in 1.0beta2</h3>
<i>Released Jan 3, 2006</i>
<ul>
<li>new matrix and calcmatrix types</li>
<li>new multiple-answer type</li>
<li>display of ansprompt fixed</li>
<li>deladmin improved</li>
<li>newadmin check for existing (chg rights)</li>
<li>change user settings (email, etc)</li>
<li>if conditional fixed</li>
<li>Separated macros into separate file</li>
<li>new macros: showarrays, showasciisvg</li>
<li>removed requireformat - expanded requiretimes</li>
<li>x variable fixed to not mess with exp</li>
<li>macro libraries can be loaded in questions</li>
<li>mathphp/mathjs standardized to use arctrig rather than atrig</li>
<li>Added macro installer</li>
<li>Expanded showplot macro</li>
<li>Added in progress designator to gradebook</li>
<li>Misc bug fixes</li>
</ul>
<h3>New in 1.0beta1</h3>
<i>Released Jan 1, 2006</i>
<ul>
<li>Add summary to assessment</li>
<li>implement penalty</li>
<li>add inlinetext type</li>
<li>add "use as template" to addquestions</li>
<li>delete assessment</li>
<li>change time entry</li>
<li>deep course delete</li>
<li>retain search param in addquestions</li>
<li>Add itemorder to assessment</li>
<li>Add shuffle option to assessment</li>
<li>adjust itemorder in course and assessment</li>
<li>Add unenroll for students</li>
<li>add linkedtext types</li>
<li>check slashes on newuser POST</li>
<li>use safepow</li>
<li>write problem interpreter</li>
<li>completed time for assessment sessions</li>
<li>config file with username requirement </li>
<li>breadcrumbs</li>
<li>Add teacher controls - list users </li>
<li>implement timelimit in grades - override timelimit</li>
<li>exceptions for due dates</li>
<li>record given answers</li>
<li>save option on assessments - fulltest only (not needed on others)</li>
<li>gradebook - detailed view override grades</li>
<li>delete/mod from dataset for admins</li>
<li>use calendar popup</li>
<li>form validation</li>
<li>if to interpret</li>
<li>have addassessment send you to addquestions on new</li>
<li>new/modify headings in add..</li>
<li>button confirm on delete item</li>
<li>fix $points</li>
<li>multiletter variables - don't quote single letter variables</li>
<li>dataset export/import</li>
<li>add use htmlarea</li>
<li>add email to newadmin</li>
</ul>