MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / setToAnswersOnly

Method setToAnswersOnly

src/taskeditwidget.cpp:243–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void TaskEditWidget::setToAnswersOnly(bool check) {
244 if (! check || ! editTask)
245 return;
246
247 editTask->setTaskType(Task::AnswersOnly);
248 // editTask->setStandardOutputCheck(false);
249 // ui->standardOutputCheck->setCheckState(Qt::Unchecked);
250 refreshWidgetState();
251}
252
253void TaskEditWidget::setToInteraction(bool check) {
254 if (! check || ! editTask)

Callers

nothing calls this directly

Calls 1

setTaskTypeMethod · 0.80

Tested by

no test coverage detected