| 92 | } |
| 93 | |
| 94 | std::pair<std::string, std::string> LinearScaleQuestion::GetRangeLabels() const |
| 95 | { |
| 96 | return m_Labels; |
| 97 | } |
| 98 | |
| 99 | void LinearScaleQuestion::SetRangeLabels(const std::pair<std::string, std::string>& labels) |
| 100 | { |
no outgoing calls
no test coverage detected