• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
implementation of feature request #3431

reduce verbosity

added "starred" grading scores, which should not be treated as final without teacher interaction

  1. … 1 more file in changeset.
improve spelling

provide "pretty_value" for text_fields, sort components of compound fields in "pretty_value"

add support in form-fields to add css class for td in TableWidget

  1. … 2 more files in changeset.
the includelet_key (as defined) may contain arbitraty characters.

Maybe, the key should be encoded in the future, but for now we keep this

for compatibility with potential applications

  1. … 1 more file in changeset.
include selected grading score in feedback

whitespace changes

fix issue #3373

  1. … 1 more file in changeset.
add item shuffling for test item procs and do some minor refactoring

  1. … 7 more files in changeset.
simplify handling of setting language for ckeditor

  1. … 1 more file in changeset.
check for connection and provide fallback for ckeditor language

improve comments

add scoring calculations

allow empty "correct_when" field

support multiple lines in text_fields (as used by sort-text questions)

distinguish betweem Tcl command "file" and '::xowiki::formfield::file'

- add stopword list for word cloud

- use just lower case words in word cloud

generalize "transimit_always" handling for select, radio and checkbox

fix a bug in multi-selects, when de-selecting the last element of an optional mulit-select (many thanks to Michael Aram)

handle more "correct_when" cases when providing a value via. "make_correct"

whitespace changes and fix logic for valid_subselection

make the same (transitional) change for for improved mobile behavior on radio checkmarks

use always check-box inline for formatting

include word statistics for text area

reduce verbosity

form-fields:

- new helper API call: "dict_to_fc" to convert from a dict to a form constraint spec.

- extended formfield answer and word statistics

- ckeditor4: add dimensions (width and height) when available to the configuration

- prefer variables over method calls

- added answer hints (one word, multiple words, ...) to text_fields widget

- form_page: maintain list of references such that the referenced page

knows if and from where it is referenced

  1. … 3 more files in changeset.
use glyph icon in bootstrap mode instead of gif image in form info messages

  1. … 2 more files in changeset.
extended form-fields autocorrection handling

- added functionality of per-form-field statistics

- added support for "radio"/single choice test items

- added support for richtext handling in "radio"

- added a (limited) method to set a form-field to a correct value, based on "correct_when".

So far, just a minimal set of predicated is handled

- improved "unknown" handling, when the code does not know, whether item is correct or not

- refactored some code

- improved source code documentation