ILIAS  release_8 Revision v8.24
class.ilTestRandomQuestionSetQuestion.php
Go to the documentation of this file.
1<?php
2
26{
30 private $questionId = null;
31
35 private $sequencePosition = null;
36
41
45 public function setQuestionId($questionId)
46 {
47 $this->questionId = $questionId;
48 }
49
53 public function getQuestionId(): ?int
54 {
55 return $this->questionId;
56 }
57
62 {
63 $this->sequencePosition = $sequencePosition;
64 }
65
69 public function getSequencePosition(): ?int
70 {
72 }
73
78 {
79 $this->sourcePoolDefinitionId = $sourcePoolDefinitionId;
80 }
81
85 public function getSourcePoolDefinitionId(): ?int
86 {
88 }
89}