• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kobotoolbox / kpi / 23050028172 / 1
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 13 Mar 2026 12:09PM UTC
Files 892
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Mar 2026 12:05PM UTC coverage: 53.195% (-1.3%) from 54.459%
23050028172.1

push

github

web-flow
feat(qual): add question and choice hints DEV-714 (#6813)

### đŸ“Ŗ Summary
Allow users to add hints to QA questions and choices.


### 📖 Description
Question/choice hints will be sent to the LLM to assist with processing.


### 💭 Notes
What it says on the tin. The only extra change is putting some of the
manual_qual tests inside a class so we can use the `ddt` class
decorator. This PR handles updating the schemas and documentation
examples as well.

### 👀 Preview steps

1. â„šī¸ have an account and a project with an audio question and at least
one submission
2. Add a transcript 
3. Add either a multiple- or single-choice QA question (to make it
easier, have just one option)
4. Update the new question by PATCHing
`api/v2/assets/{asset_uid}/advanced-features/{manual_qual_uid}` with
```
{
  "params": [
     {
         "uuid": "<question uuid>",
         "type": "<question type>",
         "labels": {"_default": "<question text>"},
         "hint": {"labels": {"_default": "This is a question hint"}},
         "choices": [
             {
                 "labels": {"_default": "<choice text>"}
                 "uuid": "<choice uuid>"
                 "hint": {"labels": {"_default": "This is a choice hint"}}
             }
          ]
     }
  ]
}
```
5. Request an AI-generated answer
6. đŸŸĸ [on PR] In the kpi logs, it will show the prompt sent to the LLM.
The prompt should contain both the question and the choice hints

3506 of 11504 branches covered (30.48%)

18741 of 35231 relevant lines covered (53.19%)

0.53 hits per line

Source Files on job 23050028172.1
  • Tree
  • List 892
  • Changed 26
  • Source Changed 0
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23050028172
  • 17d778fb on github
  • Prev Job for on main (#23009486282.3)
  • Next Job for on main (#23055840897.10)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc