Skip to content

Commit

Permalink
messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 22, 2024
1 parent b15c908 commit e2c90f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/javascripts/components/export_case/_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ <h3 class="modal-title">Export Case: <span class="modal-case">{{ ctrl.theCase.ca
<hr/>
<div class="form-group">
<input type="radio" id="rre" name="exportSelection" value="rre" ng-model="ctrl.options.which">
<label for="rre">Rated Ranking Evaluator</label>
<label for="rre">Rated Ranking Evaluator / RankQuest</label>
<span class="help-block">
Need to gather relevance metrics for 1000's of queries? <a href="https://github.com/SeaseLtd/rated-ranking-evaluator" target="_blank">Rated Ranking Evaluator</a> is a great option! This exports
the judgement list in the RRE format.
Using <a href="https://github.com/SeaseLtd/rated-ranking-evaluator" target="_blank">Rated Ranking Evaluator</a> or <a href="https://rankquest.jillesvangurp.com/" target="_blank">RankQuest</a>? Use the RRE format to export the ratings from Quepid to import into those tools.
</span>
</div>
<div class="form-group">
Expand Down

0 comments on commit e2c90f7

Please sign in to comment.