@Query("SElECT * FROM DoubtsModel where runAttemptId = :ruid")
    abstract fun getDoubts(ruid: String): LiveData<List<DoubtsModel>>