Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -99,8 +99,7 @@ func BaseQuestions(interfaceType InterfaceType) Questions {
|
|||||||
return Questions{
|
return Questions{
|
||||||
huh.NewGroup(
|
huh.NewGroup(
|
||||||
huh.NewConfirm().Key("task_completed").
|
huh.NewConfirm().Key("task_completed").
|
||||||
Title("Where you able to complete the task?").
|
Title("Were you able to complete the task?")),
|
||||||
Description("")),
|
|
||||||
huh.NewGroup(
|
huh.NewGroup(
|
||||||
huh.NewSelect[int]().Key("interface_difficulty").
|
huh.NewSelect[int]().Key("interface_difficulty").
|
||||||
Title("How difficult was it to use the interface?").
|
Title("How difficult was it to use the interface?").
|
||||||
|
|||||||
Reference in New Issue
Block a user