{{ $stream }}
{{ range $key2, $maturity := ( $.Scratch.Get (print $stream " Index") ) }}
{{ end }}
{{ $maturity }}
-
{{ range $key3, $question := ( $.Scratch.Get (print $maturity " Index") ) }}
-
{{ range $actualq, $qproperties := $question }}
{{$actualq}}
Criteria:-
{{ range $key4,$criteria := $qproperties.quality_criteria }}
- {{ $criteria }} {{ end }}
-
{{ range $key4,$answer := $qproperties.answers }}
- {{ range $key5,$ananswer := $answer }}{{ $ananswer.answer }} - {{ $ananswer.weight }}{{end}} {{ end }}
{{ end }}
{{ end }}