User Tools

Site Tools


stats:proc:changeattributes_exercise

This is an old revision of the document!


Change Attributes (Exercise)

changeAttributes(ident id, string lecture, string term) {
  assume exists //exercise/exercise[id]; # implicitly true in OO implementations
 
  update //exercise/exercise[id]/lecture lecture;
  update //exercise/exercise[id]/term term;
}
stats/proc/changeattributes_exercise.1317149914.txt.gz · Last modified: 2011/09/27 20:58 by Patrick Michel