🚧 started on question-form
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
8e4e7aa5fc
commit
7e00f24fbd
3 changed files with 17 additions and 5 deletions
|
@ -71,7 +71,9 @@ func GetUserQuestions(respondentID int) ([]UserQuestions, error) {
|
|||
return questionAnswers, err
|
||||
}
|
||||
|
||||
getAnswersStatement := `WITH TrueAnswer AS (
|
||||
getAnswersStatement :=
|
||||
`
|
||||
WITH TrueAnswer AS (
|
||||
SELECT ss.svarID
|
||||
FROM SpørsmålSvar ss
|
||||
WHERE ss.spørsmålID = $1
|
||||
|
|
Reference in a new issue